about summary refs log tree commit diff
path: root/pkgs/development/compilers/cmdstan
AgeCommit message (Collapse)AuthorFilesLines
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-04-15treewide: update homepages to https where availableMatthew Bauer1-1/+1
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-08-11cmdstan: use checkInputsJan Malakhovski1-2/+2
2017-12-26cmdstan: 2.9.0 -> 2.17.1 (#33076)idontgetoutmuch1-4/+4
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-06-26stan: fix build by not running tests with nonexistent /usr/bin/python (#15968)Ben Darwin1-2/+3
2015-12-12cmdstan: init at 2.9.0David A Roberts1-0/+40