notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
openpgl Intel Open Path Guiding Library
0.6.0_1 graphics on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.0_1Version of this port present on the latest quarterly branch.
Maintainer: FreeBSD@Shaneware.biz search for ports maintained by this maintainer
Port Added: 2022-12-31 15:03:08
Last Update: 2025-03-16 10:19:24
Commit Hash: 003810f
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: devel
License: APACHE20
WWW:
http://www.openpgl.org
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (43 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/openpgl-0.6.0_1/catalog.mk
  3. /usr/local/share/licenses/openpgl-0.6.0_1/LICENSE
  4. /usr/local/share/licenses/openpgl-0.6.0_1/APACHE20
  5. include/openpgl/common.h
  6. include/openpgl/config.h
  7. include/openpgl/cpp/Common.h
  8. include/openpgl/cpp/Device.h
  9. include/openpgl/cpp/Distribution.h
  10. include/openpgl/cpp/Field.h
  11. include/openpgl/cpp/FieldConfig.h
  12. include/openpgl/cpp/FieldStatistics.h
  13. include/openpgl/cpp/OpenPGL.h
  14. include/openpgl/cpp/PathSegment.h
  15. include/openpgl/cpp/PathSegmentStorage.h
  16. include/openpgl/cpp/Region.h
  17. include/openpgl/cpp/SampleData.h
  18. include/openpgl/cpp/SampleStorage.h
  19. include/openpgl/cpp/SurfaceSamplingDistribution.h
  20. include/openpgl/cpp/VolumeSamplingDistribution.h
  21. include/openpgl/data.h
  22. include/openpgl/device.h
  23. include/openpgl/distribution.h
  24. include/openpgl/field.h
  25. include/openpgl/fieldstatistics.h
  26. include/openpgl/openpgl.h
  27. include/openpgl/pathsegmentstorage.h
  28. include/openpgl/region.h
  29. include/openpgl/samplestorage.h
  30. include/openpgl/surfacesamplingdistribution.h
  31. include/openpgl/types.h
  32. include/openpgl/version.h
  33. include/openpgl/volumesamplingdistribution.h
  34. lib/cmake/openpgl-0.6.0/openpglConfig.cmake
  35. lib/cmake/openpgl-0.6.0/openpglConfigVersion.cmake
  36. lib/cmake/openpgl-0.6.0/openpgl_Exports-release.cmake
  37. lib/cmake/openpgl-0.6.0/openpgl_Exports.cmake
  38. lib/libopenpgl.so
  39. lib/libopenpgl.so.0
  40. lib/libopenpgl.so.0.6.0
  41. @owner
  42. @group
  43. @mode
Collapse this list.
Dependency lines:
  • openpgl>0:graphics/openpgl
To install the port:
cd /usr/ports/graphics/openpgl/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/openpgl
  • pkg install openpgl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: openpgl
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 i386
distinfo:
TIMESTAMP = 1708797590 SHA256 (OpenPathGuidingLibrary-openpgl-v0.6.0_GH0.tar.gz) = 4192a4096ee3e3d31878cd013f8de23418c8037c576537551f946c4811931c5e SIZE (OpenPathGuidingLibrary-openpgl-v0.6.0_GH0.tar.gz) = 10824550

Packages (timestamps in pop-ups are UTC):
openpgl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.0_10.6.0_1--0.6.0_1---
FreeBSD:13:quarterly0.6.0_10.6.0_1--0.6.0_1---
FreeBSD:14:latest0.6.0_10.6.0_1--0.6.0_1---
FreeBSD:14:quarterly0.6.0_10.6.0_1--0.6.0_1---
FreeBSD:15:latest0.6.0_10.6.0_1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libtbb.so : devel/onetbb
This port is required by:
for Libraries
  1. graphics/blender

Configuration Options:
No options to configure
Options name:
graphics_openpgl
USES:
cmake compiler:c++11-lib
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/OpenPathGuidingLibrary/openpgl/tar.gz/v0.6.0?dummy=/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.0_1
16 Mar 2025 10:19:24
commit hash: 003810f21770d6b48a72e18cfbfed5b9b25a21edcommit hash: 003810f21770d6b48a72e18cfbfed5b9b25a21edcommit hash: 003810f21770d6b48a72e18cfbfed5b9b25a21edcommit hash: 003810f21770d6b48a72e18cfbfed5b9b25a21ed files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
graphics/openpgl: not for armv?

While armv7 supports NEON, this library specifically requires the
AArch64 flavour of NEON.

Approved by:	portmgr (build fix blanket)
MFH:		2025Q1
0.6.0_1
04 Jul 2024 11:39:44
commit hash: 149e2101c3c83b1cfdadcebfafb0208f1cf756b2commit hash: 149e2101c3c83b1cfdadcebfafb0208f1cf756b2commit hash: 149e2101c3c83b1cfdadcebfafb0208f1cf756b2commit hash: 149e2101c3c83b1cfdadcebfafb0208f1cf756b2 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.13.0

and bump dependent ports' revisions.

Release
notes:	https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md
0.6.0
02 Jul 2024 13:22:46
commit hash: 7225f5eccbebc0932d60227a356bd9582fcb385acommit hash: 7225f5eccbebc0932d60227a356bd9582fcb385acommit hash: 7225f5eccbebc0932d60227a356bd9582fcb385acommit hash: 7225f5eccbebc0932d60227a356bd9582fcb385a files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
graphics/openpgl: update 0.5.0 → 0.6.0

Changelog:
https://github.com/RenderKit/openpgl/releases/tag/v0.6.0

PR:		277283
Approved by:	Shane <FreeBSD@ShaneWare.Biz> (maintaner)
0.5.0_4
08 Jun 2024 00:58:26
commit hash: 92a9331f7818730d3cbc502cc39a7890cd7ff3bccommit hash: 92a9331f7818730d3cbc502cc39a7890cd7ff3bccommit hash: 92a9331f7818730d3cbc502cc39a7890cd7ff3bccommit hash: 92a9331f7818730d3cbc502cc39a7890cd7ff3bc files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
graphics/openpgl: sort out Makefile, pet portclippy, allow build on i386

PR:		279498
Approved by:	Shane <FreeBSD@ShaneWare.Biz> (maintaner)
0.5.0_3
17 Apr 2024 11:28:34
commit hash: 96261a1e5aa94517a2203297c75c66f1269c075fcommit hash: 96261a1e5aa94517a2203297c75c66f1269c075fcommit hash: 96261a1e5aa94517a2203297c75c66f1269c075fcommit hash: 96261a1e5aa94517a2203297c75c66f1269c075f files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.12.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0
0.5.0_2
28 Nov 2023 11:35:02
commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.11.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0
0.5.0_1
21 Aug 2023 10:09:23
commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.10.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
0.5.0
26 May 2023 00:01:06
commit hash: 5e2720aa77b7365590aa33f5832517e62dad2452commit hash: 5e2720aa77b7365590aa33f5832517e62dad2452commit hash: 5e2720aa77b7365590aa33f5832517e62dad2452commit hash: 5e2720aa77b7365590aa33f5832517e62dad2452 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
graphics/openpgl: update to 0.5.0 release (+)

Changelog:	https://github.com/OpenPathGuidingLibrary/openpgl/releases/tag/v0.5.0

Approved by:	maintainer (implicit)

Sponsored by:	Serenity Cybersecurity, LLC
0.4.1_2
09 May 2023 10:25:26
commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.9.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
0.4.1_1
03 Mar 2023 15:01:50
commit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37ec files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.8.0

Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
0.4.1
27 Feb 2023 22:47:36
commit hash: ea58be71e246b295cbc02ffaf424cee3db39196bcommit hash: ea58be71e246b295cbc02ffaf424cee3db39196bcommit hash: ea58be71e246b295cbc02ffaf424cee3db39196bcommit hash: ea58be71e246b295cbc02ffaf424cee3db39196b files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Shane
graphics/openpgl: remove TBB option

Disabling the TBB option didn't work and does not appear to be
immediately fixable.  Remove the option as a workaround until
a solution obtains.

PR:		268779
Reported by:	Matthieu Volat <mazhe@alkumuna.eu>
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38777
0.4.1
31 Dec 2022 15:00:04
commit hash: e0fc1b7caff7fc3b81b0fee2d4c084fc79fcccbfcommit hash: e0fc1b7caff7fc3b81b0fee2d4c084fc79fcccbfcommit hash: e0fc1b7caff7fc3b81b0fee2d4c084fc79fcccbfcommit hash: e0fc1b7caff7fc3b81b0fee2d4c084fc79fcccbf files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
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

Number of commits found: 12