cmdstan: use checkInputs
This commit is contained in:
parent
411ef0e0f9
commit
98d487e1fa
@ -10,10 +10,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildFlags = "build";
|
buildFlags = "build";
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
nativeBuildInputs = stdenv.lib.optional doCheck python;
|
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkPhase = "python ./runCmdStanTests.py src/test/interface"; # see #5368
|
checkInputs = [ python ];
|
||||||
|
checkPhase = "python ./runCmdStanTests.py src/test/interface"; # see #5368
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/opt $out/bin
|
mkdir -p $out/opt $out/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user