File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/compilers/ispc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77stdenv . mkDerivation rec {
88 pname = "ispc" ;
9- version = "1.24 .0" ;
9+ version = "1.25 .0" ;
1010
1111 dontFixCmake = true ; # https://github.com/NixOS/nixpkgs/pull/232522#issuecomment-2133803566
1212
1313 src = fetchFromGitHub {
1414 owner = pname ;
1515 repo = pname ;
1616 rev = "v${ version } " ;
17- sha256 = "sha256-1Ns8w34fXgYrSu3XE89uowjaVoW3MOgKYV1Jb/XRj1Q =" ;
17+ sha256 = "sha256-DT8YjyAOdtAaWnCUvKRQGhPOazUkuRWkajBVK279Qhk =" ;
1818 } ;
1919
2020 nativeBuildInputs = [ cmake which m4 bison flex python3 llvmPackages . libllvm . dev tbb ] ;
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
4848 echo "================================"
4949 echo
5050 (cd ../
51- PATH=${ llvmPackages . clang } /bin:$PATH python run_tests.py -t $target --non-interactive --verbose --file=test_output.log
51+ PATH=${ llvmPackages . clang } /bin:$PATH python scripts/ run_tests.py -t $target --non-interactive --verbose --file=test_output.log
5252 fgrep -q "No new fails" test_output.log || exit 1)
5353 done
5454 '' ;
You can’t perform that action at this time.
0 commit comments