diff options
-rw-r--r-- | math/elemental/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/elemental/Makefile b/math/elemental/Makefile index 991a61d1ebc3..5a0e77f781b3 100644 --- a/math/elemental/Makefile +++ b/math/elemental/Makefile @@ -11,6 +11,7 @@ COMMENT= Dense and sparse linear algebra, conic optimization, lattice reduction LICENSE= BSD2CLAUSE +BROKEN_FreeBSD_12_powerpc64= fails to compile: include/El/blas_like/level1/Copy.hpp:522:27: ambiguous template specialization 'Copy<>' for 'void El::Copy(const El::Matrix<int>&, El::Matrix<int>&)' BROKEN_i386= clang crashes: https://bugs.llvm.org/show_bug.cgi?id=46026 LIB_DEPENDS= libgmp.so:math/gmp \ |