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:
parent
df499a0f78
commit
51909b06f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user