mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
devel/intel-graphics-compiler: update to 1.0.10183
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.10183 Reported by: GitHub (watch releases)
This commit is contained in:
parent
609ede3fc9
commit
bfe6fa95a0
@ -1,6 +1,6 @@
|
||||
PORTNAME= intel-graphics-compiler
|
||||
DISTVERSIONPREFIX= igc-
|
||||
DISTVERSION= 1.0.9933
|
||||
DISTVERSION= 1.0.10183
|
||||
CATEGORIES= devel
|
||||
PKGNAMESUFFIX= -${FLAVOR}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1640386317
|
||||
SHA256 (intel-intel-graphics-compiler-igc-1.0.9933_GH0.tar.gz) = 8454576d59df97c651c2eb206ac15fe8a2f8afc5600a295b03aa07ea598ce63f
|
||||
SIZE (intel-intel-graphics-compiler-igc-1.0.9933_GH0.tar.gz) = 8133094
|
||||
TIMESTAMP = 1643274506
|
||||
SHA256 (intel-intel-graphics-compiler-igc-1.0.10183_GH0.tar.gz) = 51dc8982b1e245620833e2f2b9867b4a1a820fe7a2332ee03adafa5911202dc0
|
||||
SIZE (intel-intel-graphics-compiler-igc-1.0.10183_GH0.tar.gz) = 8208590
|
||||
SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-123-g814e728_GH0.tar.gz) = e4880dccda018f63cdc684afd5e51972d8ad2e3f21e9bab346a865370ea2929e
|
||||
SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-123-g814e728_GH0.tar.gz) = 416402
|
||||
SHA256 (KhronosGroup-SPIRV-Tools-v2021.4_GH0.tar.gz) = d68de260708dda785d109ff1ceeecde2d2ab71142fa5bf59061bb9f47dd3bb2c
|
||||
|
@ -184,26 +184,6 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
|
||||
if (!FCL_IGC_IS_FLAG_ENABLED(DumpToCurrentDir) && g_shaderOutputFolder == "" && !FCL_IGC_IS_FLAG_ENABLED(DumpToCustomDir))
|
||||
{
|
||||
bool needMkdir = true;
|
||||
--- IGC/VectorCompiler/lib/Driver/SPIRVWrapper.cpp.orig 2021-04-20 09:14:00 UTC
|
||||
+++ IGC/VectorCompiler/lib/Driver/SPIRVWrapper.cpp
|
||||
@@ -47,7 +47,7 @@ IN THE SOFTWARE.
|
||||
#include "llvm/Support/DynamicLibrary.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/Process.h"
|
||||
-#if defined(__linux__)
|
||||
+#if !defined(_WIN32)
|
||||
#include <dlfcn.h>
|
||||
#endif // __linux__
|
||||
#if defined(_WIN32)
|
||||
@@ -171,7 +171,7 @@ Expected<SpirvReadVerifyType *> getSpirvReadVerifyFunc
|
||||
constexpr char *SpirvReadVerifyName = "spirv_read_verify_module";
|
||||
|
||||
const std::string SpirvLibPath = findSpirvDLL();
|
||||
-#if defined(__linux__)
|
||||
+#if defined(RTLD_DEEPBIND)
|
||||
// Hack to workaround cmoc crashes during loading of SPIRV library
|
||||
static auto DeepBindHack =
|
||||
dlopen(SpirvLibPath.c_str(), RTLD_NOW | RTLD_DEEPBIND);
|
||||
--- IGC/common/LLVMWarningsPop.hpp.orig 2021-05-12 10:04:39 UTC
|
||||
+++ IGC/common/LLVMWarningsPop.hpp
|
||||
@@ -41,6 +41,6 @@ SPDX-License-Identifier: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user