mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
misc/openvdb: update 12.0.0 → 12.0.1
Reported by: portscout
This commit is contained in:
parent
936c516f20
commit
6e66bb5b58
4 changed files with 5 additions and 35 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= openvdb
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 12.0.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 12.0.1
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1736535082
|
||||
SHA256 (AcademySoftwareFoundation-openvdb-v12.0.0_GH0.tar.gz) = 23ceb5b18a851f45af118f718a9dd3001efaee364e3f623c37ffbdad03b8905f
|
||||
SIZE (AcademySoftwareFoundation-openvdb-v12.0.0_GH0.tar.gz) = 4687417
|
||||
TIMESTAMP = 1743741213
|
||||
SHA256 (AcademySoftwareFoundation-openvdb-v12.0.1_GH0.tar.gz) = a3c8724ecadabaf558b6e1bd6f1d695e93b82a7cfdf144b8551e5253340ddce0
|
||||
SIZE (AcademySoftwareFoundation-openvdb-v12.0.1_GH0.tar.gz) = 4708771
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
--- openvdb/openvdb/tree/NodeManager.h.orig 2023-11-01 20:31:11 UTC
|
||||
+++ openvdb/openvdb/tree/NodeManager.h
|
||||
@@ -327,7 +327,7 @@ class NodeList (private)
|
||||
void operator()(const NodeRange& range) const
|
||||
{
|
||||
for (typename NodeRange::Iterator it = range.begin(); it; ++it) {
|
||||
- OpT::template eval(mNodeOp, it);
|
||||
+ OpT::template eval<>(mNodeOp, it);
|
||||
}
|
||||
}
|
||||
const NodeOp mNodeOp;
|
||||
@@ -347,7 +347,7 @@ class NodeList (private)
|
||||
void operator()(const NodeRange& range) const
|
||||
{
|
||||
for (typename NodeRange::Iterator it = range.begin(); it; ++it) {
|
||||
- OpT::template eval(mNodeOp, it);
|
||||
+ OpT::template eval<>(mNodeOp, it);
|
||||
}
|
||||
}
|
||||
const NodeOp& mNodeOp;
|
||||
@@ -372,7 +372,7 @@ class NodeList (private)
|
||||
void operator()(const NodeRange& range)
|
||||
{
|
||||
for (typename NodeRange::Iterator it = range.begin(); it; ++it) {
|
||||
- OpT::template eval(*mNodeOp, it);
|
||||
+ OpT::template eval<>(*mNodeOp, it);
|
||||
}
|
||||
}
|
||||
void join(const NodeReducer& other)
|
|
@ -170,4 +170,4 @@ lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake
|
|||
lib/cmake/OpenVDB/OpenVDBUtils.cmake
|
||||
lib/libopenvdb.so
|
||||
lib/libopenvdb.so.12.0
|
||||
lib/libopenvdb.so.12.0.0
|
||||
lib/libopenvdb.so.12.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue