openblas: set NUM_THREADS and USE_OPENMP

This commit is contained in:
Thomas Tuegel 2015-06-03 18:15:50 -05:00
parent fdc1887a6e
commit 14ee766024

View file

@ -14,6 +14,8 @@ let local = config.openblas.preferLocalBuild or false;
"DYNAMIC_ARCH=1"
"NUM_THREADS=64"
"BINARY=${binary}"
"USE_OPENMP=1"
"NUM_THREADS=64"
];
localFlags = config.openblas.flags or
optionals (hasAttr "target" config.openblas) [ "TARGET=${config.openblas.target}" ];