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

Jan Beich jbeich at FreeBSD.org
Sat May 9 06:47:29 UTC 2020


Author: jbeich
Date: Sat May  9 06:47:28 2020
New Revision: 534712
URL: https://svnweb.freebsd.org/changeset/ports/534712

Log:
  lang/intel-compute-runtime: unbreak on amd64 after r534402
  
  CMake Error at level_zero/CMakeLists.txt:32 (project):
    VERSION "0.8." format invalid.
  
  Reported by:	pkg-fallout
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q2/lang/intel-compute-runtime/Makefile

Modified: branches/2020Q2/lang/intel-compute-runtime/Makefile
==============================================================================
--- branches/2020Q2/lang/intel-compute-runtime/Makefile	Sat May  9 05:10:22 2020	(r534711)
+++ branches/2020Q2/lang/intel-compute-runtime/Makefile	Sat May  9 06:47:28 2020	(r534712)
@@ -23,6 +23,7 @@ USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	intel
 CMAKE_ON=	SKIP_UNIT_TESTS
+CMAKE_OFF=	BUILD_WITH_L0
 CMAKE_ARGS=	-DNEO_OCL_DRIVER_VERSION:STRING="${DISTVERSIONFULL}"
 PLIST_FILES=	etc/OpenCL/vendors/intel.icd \
 		bin/ocloc \


More information about the svn-ports-all mailing list