mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
science/chrono: Broken on i386
Reported by: fallout
This commit is contained in:
parent
fa3f45b6db
commit
7d0e3eaf2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501989
@ -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
|
||||
@ -41,6 +41,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>
|
||||
|
||||
.if ${CHOSEN_COMPILER_TYPE} == gcc
|
||||
|
Loading…
Reference in New Issue
Block a user