Created attachment 227060 [details] v1 (apply via "git am") See URL for upstream documentation. I only tested build (11.4, 12.2, 13.0) but not runtime (don't use the port). $ poudriere testport -j 122amd64 devel/ispc [...] =========================================================================== ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) [...] =========================================================================== =>> Checking shared library dependencies 0x0000000000000001 NEEDED Shared library: [libLLVM-11.so] 0x0000000000000001 NEEDED Shared library: [libLLVMSPIRVLib.so.11] 0x0000000000000001 NEEDED Shared library: [libc++.so.1] 0x0000000000000001 NEEDED Shared library: [libc.so.7] 0x0000000000000001 NEEDED Shared library: [libcxxrt.so.1] 0x0000000000000001 NEEDED Shared library: [libform.so.5] 0x0000000000000001 NEEDED Shared library: [libgcc_s.so.1] 0x0000000000000001 NEEDED Shared library: [libm.so.5] 0x0000000000000001 NEEDED Shared library: [libncurses.so.8] 0x0000000000000001 NEEDED Shared library: [libomp.so] 0x0000000000000001 NEEDED Shared library: [libthr.so.3] 0x0000000000000001 NEEDED Shared library: [libz.so.6] 0x0000000000000001 NEEDED Shared library: [libze_loader.so.1]
Ping. Did anyone test?
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb3ceff682682389456e66657eabd66e01fdbca4 commit eb3ceff682682389456e66657eabd66e01fdbca4 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-08-09 20:28:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-09-09 15:52:04 +0000 devel/ispc: enable Intel GPU support https://ispc.github.io/ispc_for_gen.html PR: 257720 Tested by: yuri (testsuite has about the same set of failures as before) Submitted by: jbeich devel/ispc/Makefile | 24 +++++++++++++++++++++ .../files/patch-cmake_GenerateBuiltins.cmake (new) | 11 ++++++++++ devel/ispc/files/patch-src_ispc.cpp (new) | 25 ++++++++++++++++++++++ devel/ispc/files/patch-src_module.cpp (new) | 20 +++++++++++++++++ 4 files changed, 80 insertions(+)