diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-05 17:35:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-05 17:35:05 +0000 |
commit | f6c8bff9a8c6411fd6ce841a3a6582ec5ab4154c (patch) | |
tree | faa16f4a60fb33daf7e7409b0f8c3a54903acf96 /science/gromacs/Makefile | |
parent | b51c10b440b927de497289f6d5791bcb1e3a5d7f (diff) | |
download | ports-f6c8bff9a8c6411fd6ce841a3a6582ec5ab4154c.tar.gz ports-f6c8bff9a8c6411fd6ce841a3a6582ec5ab4154c.zip |
Don't both set compiler + USES=compiler
Notes
Notes:
svn path=/head/; revision=525285
Diffstat (limited to 'science/gromacs/Makefile')
-rw-r--r-- | science/gromacs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 3a3719be9937..3d38f4d9099a 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -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 |