openblas: try leaving openmp enabled w/musl
This commit is contained in:
parent
fecd326399
commit
8a0a34f766
@ -60,7 +60,7 @@ let
|
||||
TARGET = "ATHLON";
|
||||
DYNAMIC_ARCH = "1";
|
||||
CC = "gcc";
|
||||
USE_OPENMP = if stdenv.hostPlatform.isMusl then "0" else "1";
|
||||
USE_OPENMP = "1";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user