Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 06:47:28 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r534712 - branches/2020Q2/lang/intel-compute-runtime
Message-ID:  <202005090647.0496lSFY003687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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