Merge pull request #22726 from matthewbauer/openblas-closure-size

openblas: disable static libs
This commit is contained in:
Frederik Rietdijk
2017-04-10 16:11:19 +02:00
committed by GitHub

View File

@@ -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;