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