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.
1 parent 5cbf490 commit 409d7cdCopy full SHA for 409d7cd
pkgs/by-name/zl/zluda/package.nix
@@ -55,6 +55,11 @@ rustPlatform.buildRustPackage rec {
55
56
# xtask doesn't support passing --target, but nix hooks expect the folder structure from when it's set
57
env.CARGO_BUILD_TARGET = stdenv.hostPlatform.rust.cargoShortTarget;
58
+ # Future packagers:
59
+ # This is a fix for https://github.com/NixOS/nixpkgs/issues/390469. Ideally
60
+ # ZLUDA should configure this automatically. Therefore, on every new update,
61
+ # please try removing this line and see if ZLUDA builds.
62
+ env.CMAKE_BUILD_TYPE = "Release";
63
64
preConfigure = ''
65
# disable test written for windows only: https://github.com/vosen/ZLUDA/blob/774f4bcb37c39f876caf80ae0d39420fa4bc1c8b/zluda_inject/tests/inject.rs#L55
0 commit comments