Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2020 16:05:51 +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: r533378 - in head/devel/intel-graphics-compiler: . files
Message-ID:  <202004291605.03TG5pMV011323@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Apr 29 16:05:51 2020
New Revision: 533378
URL: https://svnweb.freebsd.org/changeset/ports/533378

Log:
  devel/intel-graphics-compiler: update to 1.0.3864
  
  Changes:	https.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3864
  Reported by:	GitHub (watch releases)

Added:
  head/devel/intel-graphics-compiler/files/patch-no-hardcode   (contents, props changed)
Modified:
  head/devel/intel-graphics-compiler/Makefile   (contents, props changed)
  head/devel/intel-graphics-compiler/distinfo   (contents, props changed)

Modified: head/devel/intel-graphics-compiler/Makefile
==============================================================================
--- head/devel/intel-graphics-compiler/Makefile	Wed Apr 29 15:56:39 2020	(r533377)
+++ head/devel/intel-graphics-compiler/Makefile	Wed Apr 29 16:05:51 2020	(r533378)
@@ -2,7 +2,7 @@
 
 PORTNAME=	intel-graphics-compiler
 DISTVERSIONPREFIX=	igc-
-DISTVERSION=	1.0.3826
+DISTVERSION=	1.0.3864
 CATEGORIES=	devel
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

Modified: head/devel/intel-graphics-compiler/distinfo
==============================================================================
--- head/devel/intel-graphics-compiler/distinfo	Wed Apr 29 15:56:39 2020	(r533377)
+++ head/devel/intel-graphics-compiler/distinfo	Wed Apr 29 16:05:51 2020	(r533378)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1586992948
-SHA256 (intel-intel-graphics-compiler-igc-1.0.3826_GH0.tar.gz) = 07b3d7685fb2a4333859ecb97e66ce41ca233d74388cdb0d06c952de288becc8
-SIZE (intel-intel-graphics-compiler-igc-1.0.3826_GH0.tar.gz) = 6007014
+TIMESTAMP = 1587549402
+SHA256 (intel-intel-graphics-compiler-igc-1.0.3864_GH0.tar.gz) = ec4595c56e0ed7287c1847b3ea07b0053873b20b4d44a3fa23f8d8a63919242d
+SIZE (intel-intel-graphics-compiler-igc-1.0.3864_GH0.tar.gz) = 6095041
 SHA256 (b4e40a433077.patch) = 56950deb485a4c1dc844f4864f42b80907919b61132b0e797f7955989fed0597
 SIZE (b4e40a433077.patch) = 9585

Added: head/devel/intel-graphics-compiler/files/patch-no-hardcode
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/intel-graphics-compiler/files/patch-no-hardcode	Wed Apr 29 16:05:51 2020	(r533378)
@@ -0,0 +1,13 @@
+ninja: error: '/usr/local/lib/libLLVM-10.so', needed by 'IGC/Release/elf_packager', missing and no known rule to make it
+
+--- IGC/CMakeLists.txt.orig	2020-04-22 09:56:42 UTC
++++ IGC/CMakeLists.txt
+@@ -3275,7 +3275,7 @@ endif()
+ if(LLVM_LINK_LLVM_DYLIB)
+     # LLVM was built and configured in a way that tools (in our case IGC) should be linked
+     # against single LLVM dynamic library.
+-    set(IGC_BUILD__LLVM_LIBS_TO_LINK "/usr/local/lib/libLLVM-${LLVM_VERSION_MAJOR}.so")
++    set(IGC_BUILD__LLVM_LIBS_TO_LINK "LLVM")
+     message(STATUS "[IGC] Link against LLVM dylib ${IGC_BUILD__LLVM_LIBS_TO_LINK}")
+ else()
+     # LLVM was built into multiple libraries (static or shared).



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