aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-11-20 21:41:59 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-11-20 21:41:59 +0000
commit7f5de839cc72f5511bd76d40ccfb50f83b19297d (patch)
tree227ca0180b2acdb0d663ac004dbee2de6fb8ce7d /lang
parenta2b9b6f3b9ed250b00a36d470606a0ab2b23bba3 (diff)
downloadports-7f5de839cc72f5511bd76d40ccfb50f83b19297d.tar.gz
ports-7f5de839cc72f5511bd76d40ccfb50f83b19297d.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/intel-compute-runtime/Makefile3
-rw-r--r--lang/intel-compute-runtime/distinfo6
-rw-r--r--lang/intel-compute-runtime/files/patch-unix20
3 files changed, 4 insertions, 25 deletions
diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index f53ede0723aa..1b92395329c1 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= compute-runtime
-DISTVERSION= 20.45.18403
-PORTREVISION= 2
+DISTVERSION= 20.46.18421
CATEGORIES= lang
PKGNAMEPREFIX= intel-
diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo
index 7b64489c2c93..a962d99d8dbb 100644
--- a/lang/intel-compute-runtime/distinfo
+++ b/lang/intel-compute-runtime/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1604754297
-SHA256 (intel-compute-runtime-20.45.18403_GH0.tar.gz) = 6f7c36c5574aeb4aa3a77c2aaa4dcb205394ba6c56f6351a7b041c0ed8280b99
-SIZE (intel-compute-runtime-20.45.18403_GH0.tar.gz) = 3606493
+TIMESTAMP = 1605074694
+SHA256 (intel-compute-runtime-20.46.18421_GH0.tar.gz) = 5c8e0b625bb80a3aa8d9b8f74e818554c027b895235996ed3b6d277783fcf3ce
+SIZE (intel-compute-runtime-20.46.18421_GH0.tar.gz) = 3603589
SHA256 (2a423820aaa4.patch) = dd034e856e75d70bc6b63204aa2c67530a3212d111b67a703e4cbeb84e61685b
SIZE (2a423820aaa4.patch) = 947
diff --git a/lang/intel-compute-runtime/files/patch-unix b/lang/intel-compute-runtime/files/patch-unix
index 2d990bb22c5e..7fde47a37598 100644
--- a/lang/intel-compute-runtime/files/patch-unix
+++ b/lang/intel-compute-runtime/files/patch-unix
@@ -21,26 +21,6 @@ core/elf/writer.cpp:76:5: error:
memcpy_s(curSectionHeader, sizeof(SElf64SectionHeader),
^
---- level_zero/source/inc/ze_intel_gpu.h.orig 2020-03-27 09:53:58 UTC
-+++ level_zero/source/inc/ze_intel_gpu.h
-@@ -12,7 +12,7 @@
- #include <string.h>
-
- ///////////////////////////////////////////////////////////////////////////////
--#if defined(__linux__)
-+#if !defined(__APPLE__) && !defined(_WIN32)
- #include <dlfcn.h>
- #define HMODULE void *
- #define MAKE_VERSION() L0_PROJECT_VERSION_MAJOR "." L0_PROJECT_VERSION_MINOR
-@@ -42,7 +42,7 @@ inline bool getenv_tobool(const char *name) {
- return (0 == strcmp("1", env));
- }
-
--#if defined(__linux__)
-+#if !defined(__APPLE__) && !defined(_WIN32)
- #define LOAD_INTEL_GPU_LIBRARY() LOAD_DRIVER_LIBRARY(MAKE_LIBRARY_NAME("ze_intel_gpu", MAKE_VERSION()))
- #elif defined(_WIN32)
- #if _WIN64
--- shared/source/helpers/string.h.orig 2020-02-28 16:16:42 UTC
+++ shared/source/helpers/string.h
@@ -10,7 +10,7 @@