rocmPackages: move LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
python3Packages.onnx
|
||||
];
|
||||
|
||||
LDFLAGS = "-Wl,--allow-shlib-undefined";
|
||||
env.LDFLAGS = "-Wl,--allow-shlib-undefined";
|
||||
|
||||
cmakeFlags = [
|
||||
"-DMIGRAPHX_ENABLE_GPU=ON"
|
||||
|
||||
Reference in New Issue
Block a user