svn commit: r525285 - head/science/gromacs

Antoine Brodin antoine at FreeBSD.org
Wed Feb 5 17:35:06 UTC 2020


Author: antoine
Date: Wed Feb  5 17:35:05 2020
New Revision: 525285
URL: https://svnweb.freebsd.org/changeset/ports/525285

Log:
  Don't both set compiler + USES=compiler

Modified:
  head/science/gromacs/Makefile

Modified: head/science/gromacs/Makefile
==============================================================================
--- head/science/gromacs/Makefile	Wed Feb  5 17:28:15 2020	(r525284)
+++ head/science/gromacs/Makefile	Wed Feb  5 17:35:05 2020	(r525285)
@@ -52,7 +52,6 @@ FLOAT_PLIST_SUB_OFF=	SUFFIX_D="_d"
 OPENCL_CMAKE_BOOL=	GMX_USE_OPENCL GMX_GPU
 OPENCL_LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 
-OPENMP_USES=		compiler:openmp
 OPENMP_CMAKE_ON=	-DGMX_CXX11:BOOL=OFF
 OPENMP_CMAKE_OFF=	-DGMX_OPENMP:BOOL=OFF
 OPENMP_LIB_DEPENDS=	libomp.so:devel/openmp


More information about the svn-ports-all mailing list