Merge pull request #99434 from r-burns/ppc64le-openblas

openblas: enable on ppc64le
This commit is contained in:
Mario Rodas 2020-10-03 06:25:22 -05:00 committed by GitHub
commit c5447e4123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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