Merge pull request #37047 from dtzWill/fix/openblas-numpy-musl

openblas, numpy: fix w/musl
This commit is contained in:
Will Dietz
2018-03-19 13:39:24 -05:00
committed by GitHub
2 changed files with 16 additions and 4 deletions
@@ -60,7 +60,7 @@ let
TARGET = "ATHLON";
DYNAMIC_ARCH = "1";
CC = "gcc";
USE_OPENMP = "1";
USE_OPENMP = if stdenv.hostPlatform.isMusl then "0" else "1";
};
};
in