diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-05-29 22:32:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-05-29 22:32:34 +0000 |
commit | 858681a7efdbd1e0044b66f99ccf86f1c9992ac5 (patch) | |
tree | 6e1edc76cb175297acfe5b995cb7c6ffefc09158 | |
parent | Mark as BROKEN on powerpc64-12. It seems to build everywhere else. (diff) |
Mark as BROKEN on powerpc64-12. Builds on powerpc64-13 and elsewhere.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=537003
-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 \ |