diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 08:46:20 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 08:47:27 +0100 |
commit | 78bb85928c8845e2f3ccd78dc68bd2e7184a9339 (patch) | |
tree | 0997a0e3f3dbc33b0f70e222240bbb575ed253e2 /net/mpich | |
parent | net/samba416: Fix build with lld 17 (diff) |
net/mpich: Update dependency
Default option HYDRA depends on expired port sysutils/torque. Remove the
DEFAULT option and dependencies.
Diffstat (limited to 'net/mpich')
-rw-r--r-- | net/mpich/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index f97f283e6faa..0e7c1c372e75 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -1,6 +1,6 @@ PORTNAME= mpich PORTVERSION= 4.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/ @@ -33,10 +33,10 @@ BINARY_ALIAS= python3=${PYTHON_CMD} OPTIONS_DEFINE= DOCS FORTRAN L0 OPTIONS_GROUP= PM -OPTIONS_GROUP_PM= GFORKER HYDRA +OPTIONS_GROUP_PM= GFORKER OPTIONS_RADIO= DEFAULTPM -OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA -OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA L0 +OPTIONS_RADIO_DEFAULTPM=DGFORKER +OPTIONS_DEFAULT= FORTRAN GFORKER DGFORKER L0 OPTIONS_SUB= yes FORTRAN_USES= fortran @@ -51,12 +51,8 @@ MPICH_LDFLAGS= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} \ PM_DESC= Process managers GFORKER_DESC= Simple local process manager -HYDRA_DESC= Parallel process manager DEFAULTPM_DESC= Default process manager DGFORKER_DESC= Make gforker the default process manager -DHYDRA_DESC= Make hydra the default process manager - -HYDRA_LIB_DEPENDS= libtorque.so:sysutils/torque L0_DESC= oneAPI Level Zero support L0_LIB_DEPENDS= libze_loader.so:devel/level-zero |