aboutsummaryrefslogtreecommitdiff
path: root/science/code_saturne
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2018-11-08 17:26:50 +0000
committerThierry Thomas <thierry@FreeBSD.org>2018-11-08 17:26:50 +0000
commite5c67591931f889b40fb2768069085c070e1ea5d (patch)
tree3be2ed8c9a02bd12723146a966201d71508e6c05 /science/code_saturne
parent834413067178ec0f2d3aa30cc0a6eb26c3938eab (diff)
downloadports-e5c67591931f889b40fb2768069085c070e1ea5d.tar.gz
ports-e5c67591931f889b40fb2768069085c070e1ea5d.zip
On i386, OpenMP seems incompatible with libatomic.
Notes
Notes: svn path=/head/; revision=484464
Diffstat (limited to 'science/code_saturne')
-rw-r--r--science/code_saturne/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile
index 74c4a20961c4..e6152debd619 100644
--- a/science/code_saturne/Makefile
+++ b/science/code_saturne/Makefile
@@ -59,6 +59,13 @@ TERM?= vt100 # Default value needed for tput in jail or tinderbox
.include <bsd.port.options.mk>
+.if ${ARCH} == "i386"
+# /wrkdirs/usr/ports/science/code_saturne/work/code_saturne-5.3.0/src/apps/.libs
+# /libsaturne.so:
+# undefined reference to `__atomic_compare_exchange'
+CONFIGURE_ARGS+= --disable-openmp
+.endif
+
.if ${PORT_OPTIONS:MDOCS}
USE_TEX= tex:build
BUILD_DEPENDS+= fig2dev:print/transfig \