pkgsrc-WIP-changes archive

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

openvdb: Update to 10.0.1



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Wed Dec 21 11:19:43 2022 +1100
Changeset:	5c231aae76606adf2806851ee32ecfaf0a71d3ea

Modified Files:
	openvdb/Makefile
	openvdb/distinfo

Log Message:
openvdb: Update to 10.0.1

Bug Fixes:
- Fixed uninitialized point flags in tools::VolumeToMesh which could result
  in non-deterministic results (bug introduced in 10.0.0).

Build:
- Fixed CXX standard requirement for VDB components in FindOpenVDB.cmake

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

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

diffstat:
 openvdb/Makefile | 2 +-
 openvdb/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/openvdb/Makefile b/openvdb/Makefile
index 16ae50b688..a45deb284d 100644
--- a/openvdb/Makefile
+++ b/openvdb/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	openvdb-${PKGVERSION}
-PKGVERSION=	10.0.0
+PKGVERSION=	10.0.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=	openvdb
diff --git a/openvdb/distinfo b/openvdb/distinfo
index 48bf22235c..48cf86b6d7 100644
--- a/openvdb/distinfo
+++ b/openvdb/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (openvdb-10.0.0.tar.gz) = 65fca04e8deafde8aef6551dc236966016df2b605e3377c264b2fd8961363ca2
-SHA512 (openvdb-10.0.0.tar.gz) = 108f3ac1a4a8669dfb118b56668437da18cf09e5c7e1c5b1eb0f05caa997be4360c564f264669475cf408fad24f445a90865055d192bf53c6db524c56efa1c89
-Size (openvdb-10.0.0.tar.gz) = 3462431 bytes
+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


Home | Main Index | Thread Index | Old Index