svn commit: r528572 - head/science/code_saturne

Thierry Thomas thierry at FreeBSD.org
Tue Mar 17 11:01:57 UTC 2020


Author: thierry
Date: Tue Mar 17 11:01:56 2020
New Revision: 528572
URL: https://svnweb.freebsd.org/changeset/ports/528572

Log:
  Remove the test about openmp.

Modified:
  head/science/code_saturne/Makefile

Modified: head/science/code_saturne/Makefile
==============================================================================
--- head/science/code_saturne/Makefile	Tue Mar 17 11:01:17 2020	(r528571)
+++ head/science/code_saturne/Makefile	Tue Mar 17 11:01:56 2020	(r528572)
@@ -77,11 +77,6 @@ TERM?=		vt100	# Default value needed for tput in jail 
 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>


More information about the svn-ports-all mailing list