svn commit: r536179 - head/math/elemental

Yuri Victorovich yuri at FreeBSD.org
Fri May 22 00:35:50 UTC 2020


Author: yuri
Date: Fri May 22 00:35:49 2020
New Revision: 536179
URL: https://svnweb.freebsd.org/changeset/ports/536179

Log:
  math/elemental: Broken on i386
  
  Reported by:	fallout

Modified:
  head/math/elemental/Makefile

Modified: head/math/elemental/Makefile
==============================================================================
--- head/math/elemental/Makefile	Fri May 22 00:34:33 2020	(r536178)
+++ head/math/elemental/Makefile	Fri May 22 00:35:49 2020	(r536179)
@@ -11,6 +11,8 @@ COMMENT=	Dense and sparse linear algebra, conic optimi
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_i386=	clang crashes: https://bugs.llvm.org/show_bug.cgi?id=46026
+
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmetis.so:math/metis \
 		libmpc.so:math/mpc \


More information about the svn-ports-head mailing list