From 6f2cabfa4311eb71d70ec03a0a46b9ab55fd0820 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 28 Jan 2024 16:03:29 +0100 Subject: device-hip, remote-kokkos: Moving to kokkos. Easier to manage --- modules/device-hip/.nix/derivation.nix | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 modules/device-hip/.nix/derivation.nix (limited to 'modules/device-hip/.nix') diff --git a/modules/device-hip/.nix/derivation.nix b/modules/device-hip/.nix/derivation.nix deleted file mode 100644 index dc9cd94..0000000 --- a/modules/device-hip/.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