mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/opencl-clang: update to 13.0.0
Changes: https://github.com/intel/opencl-clang/releases/tag/v13.0.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
40ad80c611
commit
2bab66f61e
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= opencl-clang
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= ${DISTVERSION_${FLAVOR}}
|
||||
DISTVERSION_llvm13= 13.0.0
|
||||
DISTVERSION_llvm12= 12.0.0
|
||||
DISTVERSION_llvm11= 11.0.0
|
||||
CATEGORIES= devel
|
||||
|
@ -15,13 +16,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
LIB_DEPENDS= libLLVM-${DISTVERSION:R:R}.so:devel/${FLAVOR} \
|
||||
libLLVMSPIRVLib.so.${DISTVERSION:R:R}:devel/spirv-llvm-translator@${FLAVOR}
|
||||
|
||||
FLAVORS= ${12 11:L:S/^/llvm/}
|
||||
FLAVORS= ${13 12 11:L:S/^/llvm/}
|
||||
|
||||
USES= cmake compiler:c++11-lib
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= ${PREFIX}/${FLAVOR}/lib
|
||||
GH_ACCOUNT= intel
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo.${FLAVOR}
|
||||
CMAKE_ARGS= -DPREFERRED_LLVM_VERSION:STRING="${FLAVOR:S/llvm//}"
|
||||
CMAKE_INSTALL_PREFIX= ${PREFIX}/${FLAVOR}
|
||||
_PLIST_FILES= include/cclang/common_clang.h \
|
||||
lib/libopencl-clang.so \
|
||||
|
|
3
devel/opencl-clang/distinfo.llvm13
Normal file
3
devel/opencl-clang/distinfo.llvm13
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1630329235
|
||||
SHA256 (intel-opencl-clang-v13.0.0_GH0.tar.gz) = fea502dadbbe9f15cb6280e4931ad5b88b7df3256a15126e8453294367afd75f
|
||||
SIZE (intel-opencl-clang-v13.0.0_GH0.tar.gz) = 25299
|
Loading…
Add table
Reference in a new issue