We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf25eae + ccb9ff2 commit f2f268eCopy full SHA for f2f268e
pkgs/by-name/ad/adaptivecpp/package.nix
@@ -37,6 +37,11 @@ stdenv.mkDerivation (finalAttrs: {
37
sha256 = "sha256-ZwHDiwv1ybC+2UhiOe2f7fnfqcul+CD9Uta8PT9ICr4=";
38
};
39
40
+ # do not use old FindCUDA cmake module
41
+ postPatch = ''
42
+ rm cmake/FindCUDA.cmake
43
+ '';
44
+
45
# we may be able to get away with just wrapping hipcc and nothing more
46
# this is mainly so that if acpp tries doing <PATH_TO_HIPCC>/../amdgcn/bitcode
47
rocmMerged = symlinkJoin {
0 commit comments