openblas: Add config for powerpc64-linux (#422756)

This commit is contained in:
Aleksana 2025-07-15 22:02:08 +08:00 committed by GitHub
commit 3d6b5e2984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";