Merge pull request #99434 from r-burns/ppc64le-openblas
openblas: enable on ppc64le
This commit is contained in:
commit
c5447e4123
@ -71,6 +71,13 @@ let
|
||||
NO_AVX512 = true;
|
||||
USE_OPENMP = !stdenv.hostPlatform.isMusl;
|
||||
};
|
||||
|
||||
powerpc64le-linux = {
|
||||
BINARY = 64;
|
||||
TARGET = setTarget "POWER5";
|
||||
DYNAMIC_ARCH = true;
|
||||
USE_OPENMP = !stdenv.hostPlatform.isMusl;
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user