diff options
author | Laurent Chardon <laurent.chardon@gmail.com> | 2024-05-09 19:06:52 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-05-09 19:09:10 +0200 |
commit | 817999872ea552463b9eff1de66cb3a17a33e1c7 (patch) | |
tree | 558c780ffc313d8af7b1c0a8310b79a7166115cc | |
parent | games/veloren-weekly: update to s20240509 (diff) |
net/mpich: fix with default options
MPICH is broken when L0 is selected: remove it from the default options.
Remark: still broken with L0.
PR: 278869
-rw-r--r-- | net/mpich/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index c3b26e1eeef6..c058d75d24f2 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -1,5 +1,6 @@ PORTNAME= mpich DISTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/ @@ -32,7 +33,7 @@ OPTIONS_GROUP= PM OPTIONS_GROUP_PM= GFORKER HYDRA OPTIONS_RADIO= DEFAULTPM OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA -OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA L0 +OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA OPTIONS_SUB= yes FORTRAN_USES= fortran |