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

devel/spirv-llvm-translator: reject llvm*-lite as dependencies

CMake support is broken in 15 + 16 and disabled in >= 17.

PR:		281110
This commit is contained in:
Jan Beich 2024-08-28 14:14:29 +02:00
parent 0f08f5cb1e
commit 72c4763b92

View File

@ -22,6 +22,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR}
FLAVORS= ${18 17 16 15 14 13 12 11:L:S/^/llvm/}
CONFLICTS_BUILD=${FLAVOR}-lite
USES= cmake compiler:c++11-lib
USE_GITHUB= yes