openblas: Add config for powerpc64-linux (#422756)
This commit is contained in:
commit
3d6b5e2984
@ -109,6 +109,13 @@ let
|
||||
USE_OPENMP = false;
|
||||
};
|
||||
|
||||
powerpc64-linux = {
|
||||
BINARY = 64;
|
||||
TARGET = setTarget "POWER4";
|
||||
DYNAMIC_ARCH = setDynamicArch false;
|
||||
USE_OPENMP = !stdenv.hostPlatform.isMusl;
|
||||
};
|
||||
|
||||
powerpc64le-linux = {
|
||||
BINARY = 64;
|
||||
TARGET = setTarget "POWER5";
|
||||
|
Loading…
x
Reference in New Issue
Block a user