git: 4b1102b116ce - main - math/hydrogen: Make MPICH default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Dec 2022 05:50:23 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4b1102b116ce3111837211f783c368bde689a240
commit 4b1102b116ce3111837211f783c368bde689a240
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-06 02:48:00 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-06 05:50:20 +0000
math/hydrogen: Make MPICH default
... to match misc/lbann.
---
math/hydrogen/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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