svn commit: r501989 - head/science/chrono

Yuri Victorovich yuri at FreeBSD.org
Sat May 18 22:28:30 UTC 2019


Author: yuri
Date: Sat May 18 22:28:29 2019
New Revision: 501989
URL: https://svnweb.freebsd.org/changeset/ports/501989

Log:
  science/chrono: Broken on i386
  
  Reported by:	fallout

Modified:
  head/science/chrono/Makefile

Modified: head/science/chrono/Makefile
==============================================================================
--- head/science/chrono/Makefile	Sat May 18 22:20:39 2019	(r501988)
+++ head/science/chrono/Makefile	Sat May 18 22:28:29 2019	(r501989)
@@ -12,7 +12,7 @@ COMMENT=	C++ library for multi-physics simulation
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PORTSCOUT=	skipv:3.0.0 # their development continues under the branch 2.X. 3.0.0 should be ignored until they release a higher version
+BROKEN_i386=	use of overloaded operator '[]' is ambiguous (with operand types 'chrono::quaternion' and 'int'): https://github.com/projectchrono/chrono/issues/158
 
 BUILD_DEPENDS=	openmpi>0:net/openmpi
 LIB_DEPENDS=	libomp.so:devel/openmp
@@ -40,6 +40,8 @@ PARALLEL_BUILD_DEPENDS=	blaze>0:math/blaze \
 
 TESTS_DESC=		Build and install unit test programs
 TESTS_CMAKE_BOOL=	BUILD_TESTING
+
+PORTSCOUT=	skipv:3.0.0 # their development continues under the branch 2.X. 3.0.0 should be ignored until they release a higher version
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list