diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2020-09-21 12:16:40 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2020-09-21 12:16:40 +0000 |
| commit | b4b817ac26233571b6b243cd31be662cf85846fc (patch) | |
| tree | d598b9960bd59dbd404507f1d897a429000a995a | |
| parent | x11/waybar: update to 0.9.4 (diff) | |
devel/intel-graphics-compiler: update to 1.0.5064
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.5064
Reported by: GitHub (watch releases)
| -rw-r--r-- | devel/intel-graphics-compiler/Makefile | 4 | ||||
| -rw-r--r-- | devel/intel-graphics-compiler/distinfo | 10 | ||||
| -rw-r--r-- | devel/intel-graphics-compiler/files/patch-unix | 25 |
3 files changed, 16 insertions, 23 deletions
diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile index 4121636ad544..e25e9cd3cda5 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -2,11 +2,11 @@ PORTNAME= intel-graphics-compiler DISTVERSIONPREFIX= igc- -DISTVERSION= 1.0.4944 +DISTVERSION= 1.0.5064 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= b4e40a433077.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/129 +PATCHFILES+= d878880cbb3b.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/129 MAINTAINER= jbeich@FreeBSD.org COMMENT= Intel Graphics Compiler for OpenCL diff --git a/devel/intel-graphics-compiler/distinfo b/devel/intel-graphics-compiler/distinfo index 54287c17a829..cd841e9dde5a 100644 --- a/devel/intel-graphics-compiler/distinfo +++ b/devel/intel-graphics-compiler/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1599469325 -SHA256 (intel-intel-graphics-compiler-igc-1.0.4944_GH0.tar.gz) = 4fd677f9206e390f842748a0d749be815d3c93f2ee5cc376af206d8e91ad244b -SIZE (intel-intel-graphics-compiler-igc-1.0.4944_GH0.tar.gz) = 6632351 +TIMESTAMP = 1600252048 +SHA256 (intel-intel-graphics-compiler-igc-1.0.5064_GH0.tar.gz) = 3636829234796e74bf8a94b6cf1e1e0fb709d0d8a56841f8334a6bea788e6857 +SIZE (intel-intel-graphics-compiler-igc-1.0.5064_GH0.tar.gz) = 6675927 SHA256 (intel-vc-intrinsics-8300678_GH0.tar.gz) = 0058323fb922f3ab0f82233821b13fd882e59f7b7741cc3d63c29f432289c90f SIZE (intel-vc-intrinsics-8300678_GH0.tar.gz) = 97070 -SHA256 (b4e40a433077.patch) = 56950deb485a4c1dc844f4864f42b80907919b61132b0e797f7955989fed0597 -SIZE (b4e40a433077.patch) = 9585 +SHA256 (d878880cbb3b.patch) = f430b2da0d212594ce73f23b279a1435f08dea60f30ec35494411ab0dc0fcf70 +SIZE (d878880cbb3b.patch) = 9088 diff --git a/devel/intel-graphics-compiler/files/patch-unix b/devel/intel-graphics-compiler/files/patch-unix index 7998c8b0d15c..1adb32aacfc4 100644 --- a/devel/intel-graphics-compiler/files/patch-unix +++ b/devel/intel-graphics-compiler/files/patch-unix @@ -233,24 +233,17 @@ CMake Error at IGC/CMakeLists.txt:1974 (message): +#if defined(__GNUC__) # pragma GCC diagnostic pop #endif ---- IGC/common/LLVMWarningsPush.hpp.orig 2019-11-27 01:05:20 UTC +--- IGC/common/LLVMWarningsPush.hpp.orig 2020-09-16 10:27:28 UTC +++ IGC/common/LLVMWarningsPush.hpp -@@ -55,13 +55,13 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +@@ -55,7 +55,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # pragma warning( push ) #endif -#if defined(__linux__) +#if defined(__GNUC__) # pragma GCC diagnostic push - #endif - - #include <llvm/Config/llvm-config.h> - --#if defined(__linux__) -+#if defined(__GNUC__) - # if __GNUC__ > 8 - # pragma GCC diagnostic ignored "-Winit-list-lifetime" - # endif + # if __GNUC__ > 8 + # pragma GCC diagnostic ignored "-Winit-list-lifetime" --- IGC/common/igc_regkeys.hpp.orig 2019-11-27 01:05:20 UTC +++ IGC/common/igc_regkeys.hpp @@ -39,7 +39,7 @@ typedef char debugString[256]; @@ -271,9 +264,9 @@ CMake Error at IGC/CMakeLists.txt:1974 (message): #define LINUX_RELEASE_MODE #endif ---- visa/BuildCISAIRImpl.cpp.orig 2020-08-18 09:36:43 UTC +--- visa/BuildCISAIRImpl.cpp.orig 2020-09-16 10:27:28 UTC +++ visa/BuildCISAIRImpl.cpp -@@ -568,7 +568,6 @@ extern void CISA_delete_buffer(YY_BUFFER_STATE buf); +@@ -576,7 +576,6 @@ extern void CISA_delete_buffer(YY_BUFFER_STATE buf); int CISA_IR_Builder::ParseVISAText(const std::string& visaHeader, const std::string& visaText, const std::string& visaTextFile) { @@ -281,10 +274,10 @@ CMake Error at IGC/CMakeLists.txt:1974 (message): // Direct output of parser to null #if defined(_WIN64) || defined(_WIN32) CISAout = fopen("nul", "w"); -@@ -612,16 +611,11 @@ int CISA_IR_Builder::ParseVISAText(const std::string& +@@ -627,16 +626,11 @@ int CISA_IR_Builder::ParseVISAText(const std::string& } - return VISA_SUCCESS; + return status; -#else - assert(0 && "vISA asm parsing not supported on this platform"); - return VISA_FAILURE; @@ -298,7 +291,7 @@ CMake Error at IGC/CMakeLists.txt:1974 (message): // Direct output of parser to null #if defined(_WIN64) || defined(_WIN32) CISAout = fopen("nul", "w"); -@@ -647,10 +641,6 @@ int CISA_IR_Builder::ParseVISAText(const std::string& +@@ -662,10 +656,6 @@ int CISA_IR_Builder::ParseVISAText(const std::string& fclose(CISAout); } return VISA_SUCCESS; |
