diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-04-07 15:50:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-04-07 15:50:46 +0000 |
commit | 74dc463daee6825ed65dd6af8973258e76af4de5 (patch) | |
tree | 1b1231be0d1cd9a8ba612af06372373ab05d9958 /lang/intel-compute-runtime/files/patch-glibc | |
parent | devel/shfmt: Fix shfmt -version output (diff) |
lang/intel-compute-runtime: expose oneAPI support
Need help testing runtime e.g., finding a simple consumer.
Notes
Notes:
svn path=/head/; revision=531020
Diffstat (limited to '')
-rw-r--r-- | lang/intel-compute-runtime/files/patch-glibc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/intel-compute-runtime/files/patch-glibc b/lang/intel-compute-runtime/files/patch-glibc new file mode 100644 index 000000000000..50dc4418cf62 --- /dev/null +++ b/lang/intel-compute-runtime/files/patch-glibc @@ -0,0 +1,17 @@ +major/minor/makedev aren't used, so drop Linux-specific header. + +In file included from level_zero/tools/source/sysman/linux/os_sysman_imp.h:12: +level_zero/tools/source/sysman/linux/fs_access.h:19:10: fatal error: 'sys/sysmacros.h' file not found +#include <sys/sysmacros.h> + ^~~~~~~~~~~~~~~~~ + +--- level_zero/tools/source/sysman/linux/fs_access.h.orig 2020-03-27 09:53:58 UTC ++++ level_zero/tools/source/sysman/linux/fs_access.h +@@ -16,7 +16,6 @@ + #include <sstream> + #include <string> + #include <sys/stat.h> +-#include <sys/sysmacros.h> + #include <sys/types.h> + #include <unistd.h> + #include <vector> |