diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-06 23:22:48 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-06 23:22:48 +0000 |
commit | df665588c4b381e298d20c9156b9001b0846edd9 (patch) | |
tree | 5cea49c667387c133dd8ebfcaedc9cc65c269ea7 | |
parent | Add a missing runtime dependency and tests (diff) |
devel/intel-graphics-compiler: update to 1.0.3445
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3445
Reported by: GitHub (watch releases)
Notes
Notes:
svn path=/head/; revision=527901
-rw-r--r-- | devel/intel-graphics-compiler/Makefile | 2 | ||||
-rw-r--r-- | devel/intel-graphics-compiler/distinfo | 6 | ||||
-rw-r--r-- | devel/intel-graphics-compiler/files/patch-unix | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile index ac19ab66f6a1..677602bc1cbf 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -2,7 +2,7 @@ PORTNAME= intel-graphics-compiler DISTVERSIONPREFIX= igc- -DISTVERSION= 1.0.3390 +DISTVERSION= 1.0.3445 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/intel-graphics-compiler/distinfo b/devel/intel-graphics-compiler/distinfo index 8413ff8e7f7e..5a2bfa015e5c 100644 --- a/devel/intel-graphics-compiler/distinfo +++ b/devel/intel-graphics-compiler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581677528 -SHA256 (intel-intel-graphics-compiler-igc-1.0.3390_GH0.tar.gz) = 73b4e100bd2a5250b339add8ef0b6d4ed6c6ab5a12d50a27882f5b98a0b06116 -SIZE (intel-intel-graphics-compiler-igc-1.0.3390_GH0.tar.gz) = 6023618 +TIMESTAMP = 1582350738 +SHA256 (intel-intel-graphics-compiler-igc-1.0.3445_GH0.tar.gz) = 314547a39eb9f0f8100ffb6c6cc8307fffa20472b5fe4fe962d6366aed08cbee +SIZE (intel-intel-graphics-compiler-igc-1.0.3445_GH0.tar.gz) = 6026437 diff --git a/devel/intel-graphics-compiler/files/patch-unix b/devel/intel-graphics-compiler/files/patch-unix index 05dcb051546c..8d9b17b068df 100644 --- a/devel/intel-graphics-compiler/files/patch-unix +++ b/devel/intel-graphics-compiler/files/patch-unix @@ -157,6 +157,17 @@ CMake Error at IGC/CMakeLists.txt:1974 (message): #include "elf.h" #endif +--- IGC/AdaptorOCL/DriverInfoOCL.hpp.orig 2020-02-22 05:52:18 UTC ++++ IGC/AdaptorOCL/DriverInfoOCL.hpp +@@ -71,7 +71,7 @@ namespace TC + bool supportsStatelessSpacePrivateMemory() const override { return true; } + + bool NeedFP64(PRODUCT_FAMILY productFamily) const override { +-#if defined(__linux__) ++#if !defined(__APPLE__) && !defined(_WIN32) + if (IGC_IS_FLAG_ENABLED(EnableDPEmulation)) { + return true; + } --- IGC/AdaptorOCL/OCL/sp/gtpin_igc_ocl.h.orig 2019-11-27 01:05:20 UTC +++ IGC/AdaptorOCL/OCL/sp/gtpin_igc_ocl.h @@ -38,7 +38,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |