Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 22:28:29 +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: r501989 - head/science/chrono
Message-ID:  <201905182228.x4IMSTRu092543@repo.freebsd.org>

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



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