Bug 268658 - [NEW PORT] graphics/openpgl: Intel Open Path Guiding Library
Summary: [NEW PORT] graphics/openpgl: Intel Open Path Guiding Library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL: https://github.com/OpenPathGuidingLib...
Keywords:
Depends on:
Blocks: 268331
  Show dependency treegraph
 
Reported: 2022-12-30 23:29 UTC by Shane
Modified: 2022-12-31 19:51 UTC (History)
3 users (show)

See Also:


Attachments
new port graphics/openpgl (3.42 KB, text/plain)
2022-12-30 23:29 UTC, Shane
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2022-12-30 23:29:06 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-31 15:01:19 UTC
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(+)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2022-12-31 19:18:05 UTC
Closed Fixed?
Comment 3 Dima Panov freebsd_committer freebsd_triage 2022-12-31 19:51:38 UTC
Pushed to the ports tree, thanks!