Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2022 20:45:58 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e86efe28b95d - main - devel/intel-graphics-compiler: add llvm14 (experimental) flavor
Message-ID:  <202208102045.27AKjw8Q055076@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit e86efe28b95d12797fb9abcafee63d733a3fa8ea
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-08-10 20:40:15 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-08-10 20:45:06 +0000

    devel/intel-graphics-compiler: add llvm14 (experimental) flavor
    
    https://github.com/intel/intel-graphics-compiler/projects/4
---
 devel/intel-graphics-compiler/Makefile | 2 +-
 lang/intel-compute-runtime/Makefile    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile
index 653adab4332d..a76611b8765f 100644
--- a/devel/intel-graphics-compiler/Makefile
+++ b/devel/intel-graphics-compiler/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} \
 		libopencl-clang.so.${FLAVOR:S/llvm//}:devel/opencl-clang@${FLAVOR} \
 		libLLVMSPIRVLib.so.${FLAVOR:S/llvm//}:devel/spirv-llvm-translator@${FLAVOR}
 
-FLAVORS=	${13 12 11:L:S/^/llvm/}
+FLAVORS=	${14 13 12 11:L:S/^/llvm/}
 
 CONFLICTS_INSTALL=	${PORTNAME}-llvm*
 
diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index 71a58a0b30e3..ce2e1aac7376 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON=	only Intel GPUs on x86 are supported
 LIB_DEPENDS=	libigc.so:devel/intel-graphics-compiler@${FLAVOR} \
 		libigdgmm.so:multimedia/gmmlib
 
-FLAVORS=	${13 12 11:L:S/^/llvm/}
+FLAVORS=	${14 13 12 11:L:S/^/llvm/}
 
 CONFLICTS_INSTALL=	${PORTNAME}-*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208102045.27AKjw8Q055076>