svn commit: r534402 - branches/2020Q2/lang/intel-compute-runtime

Jan Beich jbeich at FreeBSD.org
Fri May 8 13:15:28 UTC 2020


Author: jbeich
Date: Fri May  8 13:15:27 2020
New Revision: 534402
URL: https://svnweb.freebsd.org/changeset/ports/534402

Log:
  MFH: r534401
  
  lang/intel-compute-runtime: fix version after r529254
  
  $ clinfo | fgrep 'Driver Version'
    Driver Version                                  1.0.0
  
  https://github.com/intel/compute-runtime/commit/211375e898e3
  https://github.com/intel/compute-runtime/commit/43016c65591b
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q2/lang/intel-compute-runtime/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/lang/intel-compute-runtime/Makefile
==============================================================================
--- branches/2020Q2/lang/intel-compute-runtime/Makefile	Fri May  8 13:14:04 2020	(r534401)
+++ branches/2020Q2/lang/intel-compute-runtime/Makefile	Fri May  8 13:15:27 2020	(r534402)
@@ -2,7 +2,7 @@
 
 PORTNAME=	compute-runtime
 DISTVERSION=	20.12.16259
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 
@@ -23,7 +23,7 @@ USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	intel
 CMAKE_ON=	SKIP_UNIT_TESTS
-CMAKE_ARGS=	-DNEO_DRIVER_VERSION:STRING="${DISTVERSIONFULL}"
+CMAKE_ARGS=	-DNEO_OCL_DRIVER_VERSION:STRING="${DISTVERSIONFULL}"
 PLIST_FILES=	etc/OpenCL/vendors/intel.icd \
 		bin/ocloc \
 		lib/intel-opencl/libigdrcl.so


More information about the svn-ports-all mailing list