1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

net/mpich: mark IGNORE when the option L0 is selected

It builds fine with L0, but does not run.

PR:		278869
This commit is contained in:
Laurent Chardon 2024-05-10 15:41:08 +02:00 committed by Thierry Thomas
parent df499a0f78
commit 51909b06f1

View File

@ -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