Update ocl-icd to 2.2.9.
* Add minimal version to the opencl build dependancy. * Replace CPPFLAGS/LDFLAGS with USES=localbase. PR: 212363 Submitted by: maintainer
This commit is contained in:
parent
0ad64661d5
commit
dc968275f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424467
2 changed files with 8 additions and 9 deletions
|
@ -2,16 +2,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ocl-icd
|
||||
PORTVERSION= 2.2.7
|
||||
PORTVERSION= 2.2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://forge.imag.fr/frs/download.php/667/
|
||||
MASTER_SITES= https://forge.imag.fr/frs/download.php/${REVID}/
|
||||
REVID= 716
|
||||
|
||||
MAINTAINER= ohartman@zedat.fu-berlin.de
|
||||
COMMENT= OpenCL Installable Client Driver
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BUILD_DEPENDS= opencl>=0:devel/opencl
|
||||
BUILD_DEPENDS= opencl>=2.1:devel/opencl
|
||||
|
||||
CONFLICTS= freeocl-[0-9]* opencl-icd-[0-9]*
|
||||
|
||||
|
@ -19,14 +20,11 @@ USE_RUBY= yes
|
|||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
RUBY_NO_RUN_DEPENDS=yes
|
||||
USES= gmake libtool pathfix
|
||||
USES= gmake libtool localbase pathfix
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS+=--disable-official-khronos-headers
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= MANPAGES
|
||||
OPTIONS_DEFAULT=MANPAGES
|
||||
OPTIONS_SUB= yes
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (ocl-icd-2.2.7.tar.gz) = be78886c83b903dd5861f35d62d473e4228b3c13e25535a8665c87cb8a51390b
|
||||
SIZE (ocl-icd-2.2.7.tar.gz) = 450053
|
||||
TIMESTAMP = 1472594572
|
||||
SHA256 (ocl-icd-2.2.9.tar.gz) = 0c8ac13e2c5b737c34de49f9aca6cad3c4d33dd0bbb149b01238d76e798feae5
|
||||
SIZE (ocl-icd-2.2.9.tar.gz) = 453477
|
||||
|
|
Loading…
Reference in a new issue