mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
devel/oclgrind: Update LLVM dependency to LLVM5 to stay in lockstep with the other OpenCL ports (see PR). In my testing, this also requires a newer development snapshot for runtime stability - so update to latest snapshot.
PR: 224652 Submitted by: jbeich (for the LLVM update) Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D13726
This commit is contained in:
parent
525c0e4ef3
commit
12312eaa47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457941
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oclgrind
|
||||
PORTVERSION= 20170919
|
||||
PORTVERSION= 20180101
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= opencl>=0:devel/opencl \
|
||||
llvm-config40:devel/llvm40
|
||||
llvm-config50:devel/llvm50
|
||||
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
|
||||
RUN_DEPENDS= opencl>=0:devel/opencl
|
||||
|
||||
@ -22,11 +22,11 @@ BROKEN_FreeBSD_10= oclgrind is only supported on FreeBSD 11.0 and newer, crashes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jrprice
|
||||
GH_PROJECT= Oclgrind
|
||||
GH_TAGNAME= 6419e66
|
||||
GH_TAGNAME= e99899d
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= cmake
|
||||
|
||||
CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm40/share/llvm/cmake
|
||||
CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm50/share/llvm/cmake
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1505837375
|
||||
SHA256 (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 13a7eca436a4ec782ede78131680a58394b11562036cfe215fe388341f2c7768
|
||||
SIZE (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 195502
|
||||
TIMESTAMP = 1514830717
|
||||
SHA256 (jrprice-Oclgrind-v20180101-e99899d_GH0.tar.gz) = b8fa6125dd9bea57199d5d25196951d54ad2b2d756728abbb2ebbfe78100330e
|
||||
SIZE (jrprice-Oclgrind-v20180101-e99899d_GH0.tar.gz) = 195544
|
||||
|
Loading…
Reference in New Issue
Block a user