Created attachment 239136 [details] new port graphics/openpgl Create new port for Intels OpenPGL library. This will be used by future versions of graphics/blender As the cmake config only specifies known SIMD ISA options, I have used ONLY_FOR_ARCHS to list known supported cpus. I have locally tested builds against 13.1 and 12.4
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0fc1b7caff7fc3b81b0fee2d4c084fc79fcccbf commit e0fc1b7caff7fc3b81b0fee2d4c084fc79fcccbf Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-12-31 14:53:11 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-12-31 15:00:04 +0000 graphics/openpgl: add new port of Intel Open Path Guiding Library (+) The Intel Open Path Guiding Library (Intel Open PGL) implements a set of representations and training algorithms needed to integrate path guiding into a renderer. PR: 268658 graphics/Makefile | 1 + graphics/openpgl/Makefile (new) | 35 +++++++++++++++++++++++++++++++++++ graphics/openpgl/distinfo (new) | 3 +++ graphics/openpgl/pkg-descr (new) | 3 +++ graphics/openpgl/pkg-plist (new) | 35 +++++++++++++++++++++++++++++++++++ 5 files changed, 77 insertions(+)
Closed Fixed?
Pushed to the ports tree, thanks!