pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openvdb: Update to 10.1.0



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Wed Nov 1 20:32:19 2023 +1100
Changeset:	cff1cbf7cdf12a2f398eec09bac17556162194db

Modified Files:
	openvdb/Makefile
	openvdb/PLIST
	openvdb/distinfo

Log Message:
openvdb: Update to 10.1.0

Highlights from this release:

- OpenVDB Python bindings are now implemented using pybind11 instead of
  Boost.Python. [Contributed by Matthew Cong]

Full release notes:
https://www.openvdb.org/documentation/doxygen/changes.html#v10_1_0_changes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cff1cbf7cdf12a2f398eec09bac17556162194db

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openvdb/Makefile |  2 +-
 openvdb/PLIST    | 14 ++++++++++++--
 openvdb/distinfo |  6 +++---
 3 files changed, 16 insertions(+), 6 deletions(-)

diffs:
diff --git a/openvdb/Makefile b/openvdb/Makefile
index a45deb284d..72c556ca7e 100644
--- a/openvdb/Makefile
+++ b/openvdb/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	openvdb-${PKGVERSION}
-PKGVERSION=	10.0.1
+PKGVERSION=	10.1.0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=	openvdb
diff --git a/openvdb/PLIST b/openvdb/PLIST
index b466691799..a4e35b2767 100644
--- a/openvdb/PLIST
+++ b/openvdb/PLIST
@@ -23,7 +23,6 @@ include/openvdb/math/Coord.h
 include/openvdb/math/DDA.h
 include/openvdb/math/FiniteDifference.h
 include/openvdb/math/Half.h
-include/openvdb/math/HalfLimits.h
 include/openvdb/math/LegacyFrustum.h
 include/openvdb/math/Maps.h
 include/openvdb/math/Mat.h
@@ -66,9 +65,20 @@ include/openvdb/points/PointScatter.h
 include/openvdb/points/PointStatistics.h
 include/openvdb/points/PointTransfer.h
 include/openvdb/points/StreamCompression.h
+include/openvdb/points/impl/PointAttributeImpl.h
+include/openvdb/points/impl/PointConversionImpl.h
+include/openvdb/points/impl/PointCountImpl.h
+include/openvdb/points/impl/PointDeleteImpl.h
+include/openvdb/points/impl/PointGroupImpl.h
+include/openvdb/points/impl/PointMaskImpl.h
+include/openvdb/points/impl/PointMoveImpl.h
 include/openvdb/points/impl/PointRasterizeFrustumImpl.h
 include/openvdb/points/impl/PointRasterizeSDFImpl.h
 include/openvdb/points/impl/PointRasterizeTrilinearImpl.h
+include/openvdb/points/impl/PointReplicateImpl.h
+include/openvdb/points/impl/PointSampleImpl.h
+include/openvdb/points/impl/PointScatterImpl.h
+include/openvdb/points/impl/PointStatisticsImpl.h
 include/openvdb/thread/Threading.h
 include/openvdb/tools/Activate.h
 include/openvdb/tools/ChangeBackground.h
@@ -158,5 +168,5 @@ lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake
 lib/cmake/OpenVDB/OpenVDBUtils.cmake
 lib/libopenvdb.a
 lib/libopenvdb.so
-lib/libopenvdb.so.10.0
+lib/libopenvdb.so.10.1
 lib/libopenvdb.so.${PKGVERSION}
diff --git a/openvdb/distinfo b/openvdb/distinfo
index 48cf86b6d7..7f1cc8e43a 100644
--- a/openvdb/distinfo
+++ b/openvdb/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (openvdb-10.0.1.tar.gz) = d9ded27d5ffddc1bb020797eb1691730858474aa55c4af5458ba78de0ff3d370
-SHA512 (openvdb-10.0.1.tar.gz) = 361cef8932b69b19ee94c47fe78f665a1acabfabc3f45ff9f490e830f73ff092c42f56ce698677476a8ccf062c89e3e4dc6d4c550aa6842438cbd4d404ee83bb
-Size (openvdb-10.0.1.tar.gz) = 3461352 bytes
+BLAKE2s (openvdb-10.1.0.tar.gz) = 485327cf300c2f465d28840ac5758313223be5a2e97d6d5bb15a4d4feb477b69
+SHA512 (openvdb-10.1.0.tar.gz) = b1f36fb53ed9fcc65a59a764bb79b7bd0f8469649a70051023f9a8f5d2692f6c32a53c62fc78b7ab57ebda7dedea7b32450b62d90107119f5a30179a660536aa
+Size (openvdb-10.1.0.tar.gz) = 3482301 bytes


Home | Main Index | Thread Index | Old Index