diff options
Diffstat (limited to 'net/mpich')
-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 451d6542003a..9741b1b75d7f 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -1,6 +1,6 @@ PORTNAME= mpich PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/ @@ -55,6 +55,7 @@ DHYDRA_DESC= Make hydra the default process manager L0_DESC= oneAPI Level Zero support L0_LIB_DEPENDS= libze_loader.so:devel/level-zero +L0_CPPFLAGS= -DZE_IPC_MEMORY_FLAG_TBD=ZE_IPC_MEMORY_FLAG_BIAS_CACHED # 1.4.1 L0_CONFIGURE_ENV_OFF= ac_cv_header_level_zero_ze_api_h=no \ ac_cv_lib_ze_loader_zeInit=no |