openblas: enable on ppc64le
This commit is contained in:
parent
ca5c4f96b4
commit
92d7b38e89
@ -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…
x
Reference in New Issue
Block a user