mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 19:15:39 +00:00
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;
|
NO_AVX512 = true;
|
||||||
USE_OPENMP = !stdenv.hostPlatform.isMusl;
|
USE_OPENMP = !stdenv.hostPlatform.isMusl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
powerpc64le-linux = {
|
||||||
|
BINARY = 64;
|
||||||
|
TARGET = setTarget "POWER5";
|
||||||
|
DYNAMIC_ARCH = true;
|
||||||
|
USE_OPENMP = !stdenv.hostPlatform.isMusl;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue