aboutsummaryrefslogtreecommitdiff
path: root/science/gromacs
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-12-18 05:40:05 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-12-18 05:40:05 +0000
commit727dabbc9404e3a4e9a0101f1f005d741e026a86 (patch)
tree3a617d004ceedcb42720d5732967b3d7b7a844f5 /science/gromacs
parentada7f782c146bce95eb2813adb18e5e6e0603a62 (diff)
downloadports-727dabbc9404e3a4e9a0101f1f005d741e026a86.tar.gz
ports-727dabbc9404e3a4e9a0101f1f005d741e026a86.zip
science/gromacs: Turn the option FLOAT to OFF by default
This is because FLOAT=ON reduces fp accuracy, this probably shouldn't be the default. Also because its only user in the ports tree, science/votca, needs double fp precision.
Notes
Notes: svn path=/head/; revision=558350
Diffstat (limited to 'science/gromacs')
-rw-r--r--science/gromacs/Makefile4
-rw-r--r--science/gromacs/pkg-plist6
2 files changed, 5 insertions, 5 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index 74ad7150967c..a824b86c19ad 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gromacs
DISTVERSION= 2020.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
@@ -29,7 +29,7 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= ATLAS FLOAT LEGACY OPENCL OPENMP SIMD X11
OPTIONS_SINGLE= MP
OPTIONS_SINGLE_MP= NOMP MPICH OPENMPI THREAD_MPI
-OPTIONS_DEFAULT= FLOAT LEGACY OPENMP THREAD_MPI X11
+OPTIONS_DEFAULT= LEGACY OPENMP THREAD_MPI X11 # FLOAT should not a default because science/votca needs double precision. This is likely the same for many other uses.
OPTIONS_SUB= yes
ATLAS_DESC= Use ATLAS for BLAS and LAPACK
diff --git a/science/gromacs/pkg-plist b/science/gromacs/pkg-plist
index 98114930daa5..05874b923688 100644
--- a/science/gromacs/pkg-plist
+++ b/science/gromacs/pkg-plist
@@ -106,9 +106,9 @@ include/gromacs/utility/real.h
%%LEGACY%%include/gromacs/utility/stringutil.h
%%LEGACY%%include/gromacs/utility/unique_cptr.h
%%LEGACY%%include/gromacs/version.h
-lib/libgmxapi%%SUFFIX_MPI%%.so
-lib/libgmxapi%%SUFFIX_MPI%%.so.0
-lib/libgmxapi%%SUFFIX_MPI%%.so.0.1.0
+lib/libgmxapi%%SUFFIX_MPI%%%%SUFFIX_D%%.so
+lib/libgmxapi%%SUFFIX_MPI%%%%SUFFIX_D%%.so.0
+lib/libgmxapi%%SUFFIX_MPI%%%%SUFFIX_D%%.so.0.1.0
lib/libgromacs%%SUFFIX_MPI%%%%SUFFIX_D%%.so
lib/libgromacs%%SUFFIX_MPI%%%%SUFFIX_D%%.so.5
lib/libgromacs%%SUFFIX_MPI%%%%SUFFIX_D%%.so.5.0.0