git: 7ab1dd42ecdb - main - devel/opencl-clang: update to 14.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Apr 2022 17:45:23 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7ab1dd42ecdb0ae47529e967806ebc631636f822
commit 7ab1dd42ecdb0ae47529e967806ebc631636f822
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-23 01:40:01 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-04-22 17:44:13 +0000
devel/opencl-clang: update to 14.0.0
Changes: https://github.com/intel/opencl-clang/releases/tag/v14.0.0
Reported by: GitHub (watch releases)
---
devel/opencl-clang/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/opencl-clang/Makefile b/devel/opencl-clang/Makefile
index 6ff052e95bb1..8597c64af891 100644
--- a/devel/opencl-clang/Makefile
+++ b/devel/opencl-clang/Makefile
@@ -1,6 +1,7 @@
PORTNAME= opencl-clang
DISTVERSIONPREFIX= v
DISTVERSION= ${DISTVERSION_${FLAVOR}}
+DISTVERSION_llvm14= 14.0.0
DISTVERSION_llvm13= 13.0.0
DISTVERSION_llvm12= 12.0.0
DISTVERSION_llvm11= 11.0.0
@@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${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/}
USES= cmake compiler:c++11-lib
USE_GITHUB= yes