mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
openblas: disable static libs
Disable static on openblas. This should save about 57M from closure sizes.
This commit is contained in:
parent
71ca18ae32
commit
bd8654f45d
|
@ -98,6 +98,7 @@ stdenv.mkDerivation {
|
|||
''PREFIX="''$(out)"''
|
||||
"NUM_THREADS=64"
|
||||
"INTERFACE64=${if blas64 then "1" else "0"}"
|
||||
"NO_STATIC=1"
|
||||
]
|
||||
++ mapAttrsToList (var: val: var + "=" + val) config;
|
||||
|
||||
|
|
Loading…
Reference in a new issue