diff options
Diffstat (limited to 'modules/remote-sycl/.nix/derivation.nix')
| -rw-r--r-- | modules/remote-sycl/.nix/derivation.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix index 45d2e8b..688af18 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -5,14 +5,14 @@ , version , forstio , openmp -, keldu , ocl-icd , lld_17 , python3 , bash +, adaptive-cpp , build_examples ? "false" -, build_benchmarks ? "true" +, build_benchmarks ? "false" }: let @@ -34,7 +34,7 @@ in stdenv.mkDerivation { forstio.codec forstio.async forstio.remote - keldu.adaptivecpp-dev + adaptive-cpp ocl-icd openmp lld_17 @@ -48,7 +48,7 @@ in stdenv.mkDerivation { scons prefix=$out build_benchmarks=${build_benchmarks} build_examples=${build_examples} install ''; - doCheck = true; + doCheck = false; checkPhase = '' export ACPP_APPDB_DIR=. scons test |
