From 5969e94c88f7db8cfe017190a27faf86b42b1a5f Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 11 Apr 2024 18:23:43 +0200 Subject: remote-kokkos: Remove kokkos for now --- modules/remote-kokkos/.nix/derivation.nix | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 modules/remote-kokkos/.nix/derivation.nix (limited to 'modules/remote-kokkos/.nix') diff --git a/modules/remote-kokkos/.nix/derivation.nix b/modules/remote-kokkos/.nix/derivation.nix deleted file mode 100644 index dc9cd94..0000000 --- a/modules/remote-kokkos/.nix/derivation.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ lib -, stdenv -, scons -, clang-tools -, version -, forstio -}: - -let - -in stdenv.mkDerivation { - pname = "forstio-device-hip"; - inherit version; - src = ./..; - - enableParallelBuilding = true; - - nativeBuildInputs = [ - scons - clang-tools - ]; - - buildInputs = [ - forstio.core - forstio.async - forstio.codec - ]; - - outputs = ["out" "dev"]; -} -- cgit v1.2.3