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
1 changed files with 1 additions and 0 deletions
|
@ -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