Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2020 13:14:05 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534401 - head/lang/intel-compute-runtime
Message-ID:  <202005081314.048DE5bY005473@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri May  8 13:14:04 2020
New Revision: 534401
URL: https://svnweb.freebsd.org/changeset/ports/534401

Log:
  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

Modified:
  head/lang/intel-compute-runtime/Makefile   (contents, props changed)

Modified: head/lang/intel-compute-runtime/Makefile
==============================================================================
--- head/lang/intel-compute-runtime/Makefile	Fri May  8 12:37:02 2020	(r534400)
+++ head/lang/intel-compute-runtime/Makefile	Fri May  8 13:14:04 2020	(r534401)
@@ -2,6 +2,7 @@
 
 PORTNAME=	compute-runtime
 DISTVERSION=	20.18.16699
+PORTREVISION=	1
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 
@@ -22,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
@@ -35,6 +36,7 @@ OPTIONS_DEFAULT_amd64=	L0
 L0_DESC=		oneAPI Level Zero support
 L0_BUILD_DEPENDS=	level-zero>0:devel/level-zero
 L0_CMAKE_BOOL=		BUILD_WITH_L0
+L0_CMAKE_ON=		-DNEO_VERSION_BUILD:STRING="0"
 L0_PLIST_FILES=		lib/libze_intel_gpu.so.0.8 \
 			lib/libze_intel_gpu.so.0.8.0
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005081314.048DE5bY005473>