summaryrefslogtreecommitdiff
path: root/net/mpich/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r--net/mpich/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index c3b26e1eeef6..c307f01c3fd6 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
@@ -78,6 +79,11 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
+.if ${PORT_OPTIONS:ML0}
+# PR 278869 - level-zero is broken
+IGNORE= is currently not working with the L0 option. Unset L0
+.endif
+
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} == 170
# linker error when compiling with llvm 17.0.6 on CURRENT - PR 276035
# To be removed with llvm-18