suitesparse_4_4: NIX_CFLAGS -> NIX_CFLAGS_COMPILE
Tested with nix-build -A suitesparse_4_4
This commit is contained in:
parent
a883581ddb
commit
540a6412e3
@ -55,7 +55,7 @@ stdenv.mkDerivation {
|
|||||||
"LAPACK="
|
"LAPACK="
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS = stdenv.lib.optionalString stdenv.isDarwin " -DNTIMER";
|
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin " -DNTIMER";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Build and install shared library
|
# Build and install shared library
|
||||||
|
Loading…
Reference in New Issue
Block a user