openblas: don't build w/openmp on musl
This commit is contained in:
parent
837ecc2f6a
commit
837538da43
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ let
|
||||||
TARGET = "ATHLON";
|
TARGET = "ATHLON";
|
||||||
DYNAMIC_ARCH = "1";
|
DYNAMIC_ARCH = "1";
|
||||||
CC = "gcc";
|
CC = "gcc";
|
||||||
USE_OPENMP = "1";
|
USE_OPENMP = if stdenv.hostPlatform.isMusl then "0" else "1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue