git: 51909b06f14d - main - net/mpich: mark IGNORE when the option L0 is selected

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Fri, 10 May 2024 13:45:54 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51909b06f14d400171e8c0b5ddcdf5b23f337a1a

commit 51909b06f14d400171e8c0b5ddcdf5b23f337a1a
Author:     Laurent Chardon <laurent.chardon@gmail.com>
AuthorDate: 2024-05-10 13:41:08 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-05-10 13:41:08 +0000

    net/mpich: mark IGNORE when the option L0 is selected
    
    It builds fine with L0, but does not run.
    
    PR:             278869
---
 net/mpich/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index c058d75d24f2..c307f01c3fd6 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -79,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