Skip to content

Commit

Permalink
net/mpich: Update dependency
Browse files Browse the repository at this point in the history
Default option HYDRA depends on expired port sysutils/torque. Remove the
DEFAULT option and dependencies.
  • Loading branch information
5u623l20 committed Dec 30, 2023
1 parent 637ee71 commit 78bb859
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions 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}/

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 78bb859

Please sign in to comment.