aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-04-07 07:15:06 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-04-15 08:31:56 +0000
commitffbc3bd9376a3672e16eafddf55b233b8fed1674 (patch)
treea653e703909668c2218ff7bc0be48ed3cf5a2718 /science
parent31e5c3686bbc36849104085725d032955cac8e2f (diff)
downloadports-ffbc3bd9376a3672e16eafddf55b233b8fed1674.tar.gz
ports-ffbc3bd9376a3672e16eafddf55b233b8fed1674.zip
Clean up some things
- Remove duplicate variables - Remove nop variables - Sort categories - Remove redundant option descriptions that match the default ones Reported by: portscan
Diffstat (limited to 'science')
-rw-r--r--science/gromacs/Makefile1
-rw-r--r--science/hypre/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index bd29c15bd2ec..107e4ef8284a 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -68,7 +68,6 @@ MP_DESC= Multiprocessing
NOMP_DESC= No multiprocessing support
NOMP_PLIST_SUB= SUFFIX_MPI=""
-MPICH_DESC= Parallel processing support via MPICH
MPICH_LIB_DEPENDS= libmpich.so:net/mpich
MPICH_CMAKE_ON= -DGMX_MPI:BOOL=ON \
-DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/bin/mpicc"
diff --git a/science/hypre/Makefile b/science/hypre/Makefile
index fd0b02dc0bf5..83f8f807bb96 100644
--- a/science/hypre/Makefile
+++ b/science/hypre/Makefile
@@ -35,7 +35,6 @@ OPTIONS_DEFAULT= MPICH
NOMPI_DESC= Build without parallel processing support
NOMPI_CONFIGURE_ON= --without-MPI
-MPICH_DESC= Parallel processing support via MPICH
MPICH_LIB_DEPENDS= libmpich.so:net/mpich
MPICH_CONFIGURE_ENV= CC=${LOCALBASE}/bin/mpicc CXX=${LOCALBASE}/bin/mpicxx
MPICH_CONFIGURE_WITH= MPI-include=${LOCALBASE}/include \