Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 17:35:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525285 - head/science/gromacs
Message-ID:  <202002051735.015HZ5h1082162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002051735.015HZ5h1082162>