aboutsummaryrefslogtreecommitdiff
path: root/science/code_saturne
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2020-03-17 11:01:56 +0000
committerThierry Thomas <thierry@FreeBSD.org>2020-03-17 11:01:56 +0000
commit06c732372e28527899c240b1b33c136b07b7cb98 (patch)
treeb59ad5d9ec2a72022e6943d9bdff7d2951ffeb17 /science/code_saturne
parent0eee3f573edfd6ed3d9400431ed56b0c302ca619 (diff)
downloadports-06c732372e28527899c240b1b33c136b07b7cb98.tar.gz
ports-06c732372e28527899c240b1b33c136b07b7cb98.zip
Remove the test about openmp.
Notes
Notes: svn path=/head/; revision=528572
Diffstat (limited to 'science/code_saturne')
-rw-r--r--science/code_saturne/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile
index 00eca41867a2..fb6579caeb18 100644
--- a/science/code_saturne/Makefile
+++ b/science/code_saturne/Makefile
@@ -77,11 +77,6 @@ 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 \
@@ -108,6 +103,6 @@ post-install-DOCS-on:
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>