pkgsrc-WIP-changes archive

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

openvdb: Update to release 10.0.0



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Mon Oct 31 21:38:49 2022 +1100
Changeset:	a237effd0f526279209390740d6a113b9eebcd32

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

Log Message:
openvdb: Update to release 10.0.0

Highlights of the release:

- Introducing OpenVDBLink, which provides a Mathematica interface to OpenVDB.

- Introducing a new command line tool, dubbed vdb_tool, that can combine any
  number of the high-level tools available in openvdb/tools.

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

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

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

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

diffs:
diff --git a/openvdb/Makefile b/openvdb/Makefile
index 552f97222e..16ae50b688 100644
--- a/openvdb/Makefile
+++ b/openvdb/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	openvdb-${PKGVERSION}
-PKGVERSION=	9.1.0
+PKGVERSION=	10.0.0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=	openvdb
@@ -13,6 +13,7 @@ COMMENT=	Efficient storage and manipulation of sparse volumetric data
 LICENSE=	mpl-2.0
 
 USE_LANGUAGES=	c c++
+GCC_REQD+=	10	# actually needs 9.3.1, but we don't have that
 USE_TOOLS+=	gmake cmake pkg-config
 USE_CMAKE=	yes
 CONFIGURE_DIRS=	build
diff --git a/openvdb/PLIST b/openvdb/PLIST
index de01100746..b466691799 100644
--- a/openvdb/PLIST
+++ b/openvdb/PLIST
@@ -158,5 +158,5 @@ lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake
 lib/cmake/OpenVDB/OpenVDBUtils.cmake
 lib/libopenvdb.a
 lib/libopenvdb.so
-lib/libopenvdb.so.9.1
+lib/libopenvdb.so.10.0
 lib/libopenvdb.so.${PKGVERSION}
diff --git a/openvdb/distinfo b/openvdb/distinfo
index 4a4b360f86..48bf22235c 100644
--- a/openvdb/distinfo
+++ b/openvdb/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (openvdb-9.1.0.tar.gz) = e386567b6712d0df6b1f6497ccf43784a2aeafb48be8d87132c8ea9639d7adf1
-SHA512 (openvdb-9.1.0.tar.gz) = 434be61b03efec5d0022594d81064dce5f67595c1e34934d79e13627e573d2819bf947ca5b433fdca134642975b83eda71b46cf802f57e135d1611dbe2e5757e
-Size (openvdb-9.1.0.tar.gz) = 3107285 bytes
+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


Home | Main Index | Thread Index | Old Index