[Bug 280863] devel/libclc: incorrect reference to llvm15 in BUILD_DEPENDS
Date: Thu, 22 Aug 2024 22:36:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280863 --- Comment #19 from Jan Beich <jbeich@FreeBSD.org> --- Comment on attachment 253017 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253017 Flavorize devel/libclc > CONFLICTS+= libclc-${flavor} Flavors can be co-installable if installed under LLVM_DIR (aka ${LOCALBASE}/llvm*) like spirv-llvm-translator. libclc is part of LLVM upstream, so have a "blessed version" doesn't make sense and may become a problem if libclc grows more consumers. Note, LLVM_CONFIG can be replaced with LLVM_DIR which prevents CMake from looking elsewhere. -- You are receiving this mail because: You are the assignee for the bug.