- Revert to 10.1.0: the NanoVDB API changed significantly in 11.0.0, and prevent Blender 4.0(.2) from building successfully - Apply openvdb-boost-static-assert-include.patch in order to compile - Keep Ben's changes, since they do not harm anyway OBS-URL: https://build.opensuse.org/request/show/1143393 OBS-URL: https://build.opensuse.org/package/show/graphics/openvdb?expand=0&rev=31
13 lines
471 B
Diff
13 lines
471 B
Diff
Index: b/openvdb/openvdb/tools/VelocityFields.h
|
|
===================================================================
|
|
--- a/openvdb/openvdb/tools/VelocityFields.h
|
|
+++ b/openvdb/openvdb/tools/VelocityFields.h
|
|
@@ -25,6 +25,7 @@
|
|
#ifndef OPENVDB_TOOLS_VELOCITY_FIELDS_HAS_BEEN_INCLUDED
|
|
#define OPENVDB_TOOLS_VELOCITY_FIELDS_HAS_BEEN_INCLUDED
|
|
|
|
+#include <boost/static_assert.hpp>
|
|
#include <tbb/parallel_reduce.h>
|
|
#include <openvdb/Platform.h>
|
|
#include <openvdb/openvdb.h>
|