summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/.nix/derivation.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-10-30 10:53:14 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-10-30 10:53:14 +0100
commit51fd65c247ff6d603c1fe27d697e46288ac73022 (patch)
tree20765fe69ecef52f3dfdebe8e46bcc58a85987f2 /modules/remote-sycl/.nix/derivation.nix
parent733e2485878e22a5b585d41358e5ea680f3f7246 (diff)
downloadforstio-forstio-51fd65c247ff6d603c1fe27d697e46288ac73022.tar.gz
Reworking Sycl. Semi broken state
Diffstat (limited to 'modules/remote-sycl/.nix/derivation.nix')
-rw-r--r--modules/remote-sycl/.nix/derivation.nix8
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