Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2020 00:35:49 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536179 - head/math/elemental
Message-ID:  <202005220035.04M0ZnDF008321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005220035.04M0ZnDF008321>