aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-12-06 02:48:00 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-12-06 05:50:20 +0000
commit4b1102b116ce3111837211f783c368bde689a240 (patch)
tree87147f048120359281eda030bead311a0d80c7e3
parent8b4fa178c4d83ac8dea73c9d5d5f891c3fae09b6 (diff)
downloadports-4b1102b116ce3111837211f783c368bde689a240.tar.gz
ports-4b1102b116ce3111837211f783c368bde689a240.zip
math/hydrogen: Make MPICH default
... to match misc/lbann.
-rw-r--r--math/hydrogen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/hydrogen/Makefile b/math/hydrogen/Makefile
index c3c933a3ec59..f2dcbe6e5526 100644
--- a/math/hydrogen/Makefile
+++ b/math/hydrogen/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hydrogen
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.1-29
+PORTREVISION= 1
DISTVERSIONSUFFIX= -gebfbc6418
CATEGORIES= math
PKGNAMESUFFIX= -linear-algebra
@@ -27,7 +28,7 @@ CMAKE_TESTING_OFF= Hydrogen_ENABLE_TESTING # tests fail to configure, see https:
OPTIONS_SINGLE= MPI
OPTIONS_SINGLE_MPI= MPICH OPENMPI
OPTIONS_DEFINE= MPC
-OPTIONS_DEFAULT= OPENMPI
+OPTIONS_DEFAULT= MPICH # should be same as in misc/lbann
MPICH_USES= mpi:mpich