diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-01-19 18:06:33 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-01-19 18:06:33 +0000 |
commit | 692b69d18e6c6eb145ac10676f72d1a943a25062 (patch) | |
tree | f7ee4a435177ae78dfe824145420da3a43049b69 /science | |
parent | 2ec6a27178acf21b98f950b4b5525d35e3ef5c01 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/code_saturne/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index 7f3ef8732519..4e41e470ec91 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -4,6 +4,7 @@ PORTNAME= code_saturne PORTVERSION= 6.0.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= science parallel MAINTAINER= thierry@FreeBSD.org @@ -15,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsysinfo.so:devel/libsysinfo \ libcgns.so:science/cgnslib \ libhdf5.so:science/hdf5 \ - libomp.so:devel/openmp \ libmedC.so:french/med RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ xmgrace:math/grace \ @@ -75,6 +75,11 @@ TERM?= vt100 # Default value needed for tput in jail or tinderbox CONFIGURE_ARGS+= --disable-openmp .endif +.if ${OPSYS} == FreeBSD && ((${OSREL:R} == 12 && ${OSVERSION} < 1200506) \ + || (${OSREL:R} == 11 && ${OSVERSION} < 346296)) +BROKEN= at least openmp 8.0.0 final release is needed +.endif + .if ${PORT_OPTIONS:MDOCS} USE_TEX= tex:build BUILD_DEPENDS+= fig2dev:print/transfig \ |