Update 'release.nix'

main
keldu 2023-02-16 22:59:32 +01:00
parent 47cc387799
commit 4bde47e3b9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ in
];
};
hip = pkgs.callPackage ./derivation.nix {
cppCompiler = pkgs.llvmPackages_rocm.clang;
cppCompiler = pkgs.clang;
extraCmakeFlags = [
"-DGINKGO_BUILD_CUDA=OFF"
"-DGINKGO_BUILD_BENCHMARKS=OFF"