mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
misc/openvdb: Update 8.0.1 -> 8.1.0
Reported by: portscout
This commit is contained in:
parent
ac4532f88a
commit
b5163fd672
14 changed files with 114 additions and 112 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= PrusaSlicer
|
PORTNAME= PrusaSlicer
|
||||||
DISTVERSIONPREFIX=version_
|
DISTVERSIONPREFIX=version_
|
||||||
DISTVERSION= 2.3.0
|
DISTVERSION= 2.3.0
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
MAINTAINER= teodorsigaev@gmail.com
|
MAINTAINER= teodorsigaev@gmail.com
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= blender
|
PORTNAME= blender
|
||||||
DISTVERSION= 2.83.15
|
DISTVERSION= 2.83.15
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics multimedia
|
CATEGORIES= graphics multimedia
|
||||||
MASTER_SITES= http://download.blender.org/source/ \
|
MASTER_SITES= http://download.blender.org/source/ \
|
||||||
http://mirror.cs.umn.edu/blender.org/source/ \
|
http://mirror.cs.umn.edu/blender.org/source/ \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= blender
|
PORTNAME= blender
|
||||||
DISTVERSION= 2.91.0
|
DISTVERSION= 2.91.0
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= graphics multimedia
|
CATEGORIES= graphics multimedia
|
||||||
MASTER_SITES= http://download.blender.org/source/ \
|
MASTER_SITES= http://download.blender.org/source/ \
|
||||||
http://mirror.cs.umn.edu/blender.org/source/ \
|
http://mirror.cs.umn.edu/blender.org/source/ \
|
||||||
|
|
|
@ -7,7 +7,7 @@ DISTVERSION= 2.2.13.1
|
||||||
# py-openimageio's PORTREVISION.
|
# py-openimageio's PORTREVISION.
|
||||||
# Also, just to be on the safe side, when resetting,
|
# Also, just to be on the safe side, when resetting,
|
||||||
# best keep PORTREVISION?= 0.
|
# best keep PORTREVISION?= 0.
|
||||||
PORTREVISION?= 2
|
PORTREVISION?= 3
|
||||||
CATEGORIES?= graphics multimedia
|
CATEGORIES?= graphics multimedia
|
||||||
|
|
||||||
MAINTAINER?= FreeBSD@Shaneware.biz
|
MAINTAINER?= FreeBSD@Shaneware.biz
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= curv
|
PORTNAME= curv
|
||||||
DISTVERSION= 0.4-417
|
DISTVERSION= 0.4-417
|
||||||
DISTVERSIONSUFFIX= -gf6f8d011
|
DISTVERSIONSUFFIX= -gf6f8d011
|
||||||
PORTREVISION= 15
|
PORTREVISION= 16
|
||||||
CATEGORIES= math lang graphics
|
CATEGORIES= math lang graphics
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
PORTNAME= openvdb
|
PORTNAME= openvdb
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 8.0.1
|
DISTVERSION= 8.1.0
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -14,14 +13,17 @@ LIB_DEPENDS= libblosc.so:archivers/c-blosc \
|
||||||
libboost_system.so:devel/boost-libs \
|
libboost_system.so:devel/boost-libs \
|
||||||
libImath.so:math/Imath \
|
libImath.so:math/Imath \
|
||||||
libtbb.so:devel/tbb
|
libtbb.so:devel/tbb
|
||||||
|
TEST_DEPENDS= googletest>0:devel/googletest
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig
|
USES= cmake:testing compiler:c++11-lang localbase:ldflags pkgconfig
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= AcademySoftwareFoundation
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CMAKE_ARGS= -DCONCURRENT_MALLOC="Tbbmalloc"
|
USE_GITHUB= yes
|
||||||
CMAKE_OFF= OPENVDB_CORE_STATIC
|
GH_ACCOUNT= AcademySoftwareFoundation
|
||||||
|
|
||||||
|
CMAKE_ARGS= -DCONCURRENT_MALLOC="Tbbmalloc"
|
||||||
|
CMAKE_OFF= OPENVDB_CORE_STATIC
|
||||||
|
CMAKE_TESTING_ON= OPENVDB_BUILD_UNITTESTS # one test fails: https://github.com/AcademySoftwareFoundation/openvdb/issues/1103
|
||||||
|
|
||||||
OPTIONS_DEFINE= PYTHON TOOLS #DOCS # TOOLS and PYTHON should be made into subpackages
|
OPTIONS_DEFINE= PYTHON TOOLS #DOCS # TOOLS and PYTHON should be made into subpackages
|
||||||
OPTIONS_DEFAULT= PYTHON TOOLS
|
OPTIONS_DEFAULT= PYTHON TOOLS
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1612734827
|
TIMESTAMP = 1623521505
|
||||||
SHA256 (AcademySoftwareFoundation-openvdb-v8.0.1_GH0.tar.gz) = a6845da7c604d2c72e4141c898930ac8a2375521e535f696c2cd92bebbe43c4f
|
SHA256 (AcademySoftwareFoundation-openvdb-v8.1.0_GH0.tar.gz) = 3e09d47331429be7409a3a3c27fdd3c297f96d31d2153febe194e664a99d6183
|
||||||
SIZE (AcademySoftwareFoundation-openvdb-v8.0.1_GH0.tar.gz) = 2299276
|
SIZE (AcademySoftwareFoundation-openvdb-v8.1.0_GH0.tar.gz) = 2619432
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- CMakeLists.txt.orig 2021-02-05 19:21:38 UTC
|
--- CMakeLists.txt.orig 2021-06-11 21:38:41 UTC
|
||||||
+++ CMakeLists.txt
|
+++ CMakeLists.txt
|
||||||
@@ -199,7 +199,7 @@ mark_as_advanced(
|
@@ -216,7 +216,7 @@ set(MINIMUM_CXX_STANDARD 14)
|
||||||
# @note Blosc version is currently treated as exception which must be adhered
|
# @note Blosc version is currently treated as exception which must be adhered
|
||||||
# to. The minimum version must be at least 1.5.0. Previous versions are incompatible.
|
# to. The minimum version must be at least 1.5.0. Previous versions are incompatible.
|
||||||
# Later versions (including 1.5.4), can be buggy on certain platforms.
|
# Later versions (including 1.5.4), can be buggy on certain platforms.
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
# @note ABI always enforced so the correct deprecation messages are available.
|
# @note ABI always enforced so the correct deprecation messages are available.
|
||||||
# OPENVDB_USE_DEPRECATED_ABI_<VERSION> should be used to circumvent this
|
# OPENVDB_USE_DEPRECATED_ABI_<VERSION> should be used to circumvent this
|
||||||
set(MINIMUM_OPENVDB_ABI_VERSION 6)
|
set(MINIMUM_OPENVDB_ABI_VERSION 6)
|
||||||
@@ -214,13 +214,13 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
|
@@ -231,13 +231,13 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
|
||||||
set(MINIMUM_MSVC_VERSION 19.10)
|
set(MINIMUM_MSVC_VERSION 19.10)
|
||||||
|
|
||||||
set(MINIMUM_BOOST_VERSION 1.61) # @warning should be 1.66, but H18 ships with 1.61
|
set(MINIMUM_BOOST_VERSION 1.61) # @warning should be 1.66, but H18 ships with 1.61
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
--- cmake/FindIlmBase.cmake.orig 2021-02-05 19:21:38 UTC
|
--- cmake/FindIlmBase.cmake.orig 2021-06-11 21:38:41 UTC
|
||||||
+++ cmake/FindIlmBase.cmake
|
+++ cmake/FindIlmBase.cmake
|
||||||
|
@@ -10,7 +10,7 @@ Find IlmBase include dirs and libraries
|
||||||
|
|
||||||
|
Use this module by invoking find_package with the form::
|
||||||
|
|
||||||
|
- find_package(IlmBase
|
||||||
|
+ find_package(Imath
|
||||||
|
[version] [EXACT] # Minimum or EXACT version
|
||||||
|
[REQUIRED] # Fail with error if IlmBase is not found
|
||||||
|
[COMPONENTS <libs>...] # IlmBase libraries by their canonical name
|
||||||
@@ -36,11 +36,11 @@ Result Variables
|
@@ -36,11 +36,11 @@ Result Variables
|
||||||
|
|
||||||
This will define the following variables:
|
This will define the following variables:
|
||||||
|
@ -13,9 +22,9 @@
|
||||||
-``IlmBase_INCLUDE_DIRS``
|
-``IlmBase_INCLUDE_DIRS``
|
||||||
+``S``
|
+``S``
|
||||||
Include directories needed to use IlmBase.
|
Include directories needed to use IlmBase.
|
||||||
``IlmBase_LIBRARIES``
|
``IlmBase_RELEASE_LIBRARIES``
|
||||||
Libraries needed to link to IlmBase.
|
Libraries needed to link to the release version of IlmBase.
|
||||||
@@ -54,7 +54,7 @@ Cache Variables
|
@@ -65,7 +65,7 @@ Cache Variables
|
||||||
|
|
||||||
The following cache variables may also be set:
|
The following cache variables may also be set:
|
||||||
|
|
||||||
|
@ -23,8 +32,8 @@
|
||||||
+````
|
+````
|
||||||
The directory containing ``IlmBase/config-auto.h``.
|
The directory containing ``IlmBase/config-auto.h``.
|
||||||
``IlmBase_{COMPONENT}_LIBRARY``
|
``IlmBase_{COMPONENT}_LIBRARY``
|
||||||
Individual component libraries for IlmBase
|
Individual component libraries for IlmBase. may include target_link_libraries() debug/optimized keywords.
|
||||||
@@ -85,7 +85,7 @@ include(GNUInstallDirs)
|
@@ -102,7 +102,7 @@ include(GNUInstallDirs)
|
||||||
|
|
||||||
|
|
||||||
mark_as_advanced(
|
mark_as_advanced(
|
||||||
|
@ -33,7 +42,7 @@
|
||||||
IlmBase_LIBRARY
|
IlmBase_LIBRARY
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -95,10 +95,6 @@ if(DISABLE_CMAKE_SEARCH_PATHS)
|
@@ -112,10 +112,6 @@ if(DISABLE_CMAKE_SEARCH_PATHS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(_ILMBASE_COMPONENT_LIST
|
set(_ILMBASE_COMPONENT_LIST
|
||||||
|
@ -44,16 +53,7 @@
|
||||||
Imath
|
Imath
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -142,7 +138,7 @@ if(USE_PKGCONFIG)
|
@@ -177,15 +173,15 @@ list(APPEND _ILMBASE_INCLUDE_SEARCH_DIRS
|
||||||
if(NOT DEFINED PKG_CONFIG_FOUND)
|
|
||||||
find_package(PkgConfig)
|
|
||||||
endif()
|
|
||||||
- pkg_check_modules(PC_IlmBase QUIET IlmBase)
|
|
||||||
+ pkg_check_modules(PC_IlmBase QUIET Imath)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
|
||||||
@@ -158,15 +154,15 @@ list(APPEND _ILMBASE_INCLUDE_SEARCH_DIRS
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Look for a standard IlmBase header file.
|
# Look for a standard IlmBase header file.
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
_ilmbase_version_major_string REGEX "#define ILMBASE_VERSION_MAJOR "
|
_ilmbase_version_major_string REGEX "#define ILMBASE_VERSION_MAJOR "
|
||||||
)
|
)
|
||||||
string(REGEX REPLACE "#define ILMBASE_VERSION_MAJOR" ""
|
string(REGEX REPLACE "#define ILMBASE_VERSION_MAJOR" ""
|
||||||
@@ -174,7 +170,7 @@ if(EXISTS "${IlmBase_INCLUDE_DIR}/IlmBaseConfig.h")
|
@@ -193,7 +189,7 @@ if(EXISTS "${IlmBase_INCLUDE_DIR}/IlmBaseConfig.h")
|
||||||
)
|
)
|
||||||
string(STRIP "${_ilmbase_version_major_string}" IlmBase_VERSION_MAJOR)
|
string(STRIP "${_ilmbase_version_major_string}" IlmBase_VERSION_MAJOR)
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
_ilmbase_version_minor_string REGEX "#define ILMBASE_VERSION_MINOR "
|
_ilmbase_version_minor_string REGEX "#define ILMBASE_VERSION_MINOR "
|
||||||
)
|
)
|
||||||
string(REGEX REPLACE "#define ILMBASE_VERSION_MINOR" ""
|
string(REGEX REPLACE "#define ILMBASE_VERSION_MINOR" ""
|
||||||
@@ -255,16 +251,16 @@ unset(_ILMBASE_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES)
|
@@ -324,16 +320,16 @@ endforeach()
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
|
@ -91,40 +91,53 @@
|
||||||
+ FOUND_VAR Imath_FOUND
|
+ FOUND_VAR Imath_FOUND
|
||||||
REQUIRED_VARS
|
REQUIRED_VARS
|
||||||
- IlmBase_INCLUDE_DIR
|
- IlmBase_INCLUDE_DIR
|
||||||
+
|
- IlmBase_LIB_COMPONENTS
|
||||||
IlmBase_LIB_COMPONENTS
|
- VERSION_VAR IlmBase_VERSION
|
||||||
VERSION_VAR IlmBase_VERSION
|
+# IlmBase_INCLUDE_DIR
|
||||||
|
+ Imath_LIB_COMPONENTS
|
||||||
|
+ VERSION_VAR Imath_VERSION
|
||||||
HANDLE_COMPONENTS
|
HANDLE_COMPONENTS
|
||||||
)
|
)
|
||||||
|
|
||||||
-if(IlmBase_FOUND)
|
-if(NOT IlmBase_FOUND)
|
||||||
+if(Imath_FOUND)
|
+if(NOT Imath_FOUND)
|
||||||
set(IlmBase_LIBRARIES ${IlmBase_LIB_COMPONENTS})
|
if(IlmBase_FIND_REQUIRED)
|
||||||
|
message(FATAL_ERROR "Unable to find IlmBase")
|
||||||
|
endif()
|
||||||
|
@@ -348,8 +344,8 @@ set(IlmBase_DEBUG_LIBRARIES "")
|
||||||
|
set(IlmBase_DEBUG_LIBRARY_DIRS "")
|
||||||
|
foreach(LIB ${IlmBase_LIB_COMPONENTS_RELEASE})
|
||||||
|
get_filename_component(_ILM_LIBDIR ${LIB} DIRECTORY)
|
||||||
|
- list(APPEND IlmBase_RELEASE_LIBRARIES ${LIB})
|
||||||
|
- list(APPEND IlmBase_RELEASE_LIBRARY_DIRS ${_ILM_LIBDIR})
|
||||||
|
+ list(APPEND Imath_RELEASE_LIBRARIES ${LIB})
|
||||||
|
+ list(APPEND Imath_RELEASE_LIBRARY_DIRS ${_ILM_LIBDIR})
|
||||||
|
endforeach()
|
||||||
|
|
||||||
# We have to add both include and include/OpenEXR to the include
|
foreach(LIB ${IlmBase_LIB_COMPONENTS_DEBUG})
|
||||||
@@ -280,12 +276,12 @@ if(IlmBase_FOUND)
|
@@ -377,12 +373,12 @@ set(IlmBase_LIBRARY_DIRS ${IlmBase_RELEASE_LIBRARY_DIR
|
||||||
|
|
||||||
set(_IlmBase_Parent_Dir "")
|
set(_IlmBase_Parent_Dir "")
|
||||||
get_filename_component(_IlmBase_Parent_Dir
|
get_filename_component(_IlmBase_Parent_Dir
|
||||||
- ${IlmBase_INCLUDE_DIR}/../ ABSOLUTE)
|
- ${IlmBase_INCLUDE_DIR}/../ ABSOLUTE)
|
||||||
+ ${}/../ ABSOLUTE)
|
+ ${}/../ ABSOLUTE)
|
||||||
|
|
||||||
- set(IlmBase_INCLUDE_DIRS)
|
-set(IlmBase_INCLUDE_DIRS)
|
||||||
- list(APPEND IlmBase_INCLUDE_DIRS
|
-list(APPEND IlmBase_INCLUDE_DIRS
|
||||||
+ set(S)
|
+set(S)
|
||||||
+ list(APPEND S
|
+list(APPEND S
|
||||||
${_IlmBase_Parent_Dir}
|
${_IlmBase_Parent_Dir}
|
||||||
- ${IlmBase_INCLUDE_DIR}
|
- ${IlmBase_INCLUDE_DIR}
|
||||||
+ ${}
|
+ ${}
|
||||||
)
|
)
|
||||||
unset(_IlmBase_Parent_Dir)
|
unset(_IlmBase_Parent_Dir)
|
||||||
|
|
||||||
@@ -330,7 +326,7 @@ if(IlmBase_FOUND)
|
@@ -419,7 +415,7 @@ foreach(COMPONENT ${IlmBase_FIND_COMPONENTS})
|
||||||
IMPORTED_LOCATION "${IlmBase_${COMPONENT}_LIBRARY}"
|
set_target_properties(IlmBase::${COMPONENT} PROPERTIES
|
||||||
INTERFACE_COMPILE_OPTIONS "${PC_IlmBase_CFLAGS_OTHER}"
|
INTERFACE_COMPILE_OPTIONS "${PC_IlmBase_CFLAGS_OTHER}"
|
||||||
INTERFACE_COMPILE_DEFINITIONS "${IlmBase_${COMPONENT}_DEFINITIONS}"
|
INTERFACE_COMPILE_DEFINITIONS "${IlmBase_${COMPONENT}_DEFINITIONS}"
|
||||||
- INTERFACE_INCLUDE_DIRECTORIES "${IlmBase_INCLUDE_DIRS}"
|
- INTERFACE_INCLUDE_DIRECTORIES "${IlmBase_INCLUDE_DIRS}")
|
||||||
+ INTERFACE_INCLUDE_DIRECTORIES "${S}"
|
+ INTERFACE_INCLUDE_DIRECTORIES "${S}")
|
||||||
)
|
|
||||||
endif()
|
# Standard location
|
||||||
endforeach()
|
set_target_properties(IlmBase::${COMPONENT} PROPERTIES
|
||||||
|
|
|
@ -1,41 +1,21 @@
|
||||||
--- openvdb/openvdb/CMakeLists.txt.orig 2021-02-05 19:21:38 UTC
|
--- openvdb/openvdb/CMakeLists.txt.orig 2021-06-11 21:38:41 UTC
|
||||||
+++ openvdb/openvdb/CMakeLists.txt
|
+++ openvdb/openvdb/CMakeLists.txt
|
||||||
@@ -45,8 +45,8 @@ message(STATUS "--------------------------------------
|
@@ -128,8 +128,8 @@ if(OPENVDB_FUTURE_DEPRECATION AND FUTURE_MINIMUM_TBB_V
|
||||||
|
endif()
|
||||||
# Collect and configure lib dependencies
|
endif()
|
||||||
|
|
||||||
+find_package(Imath ${MINIMUM_ILMBASE_VERSION} REQUIRED)
|
+find_package(Imath ${MINIMUM_ILMBASE_VERSION} REQUIRED)
|
||||||
if(USE_EXR)
|
if(USE_IMATH_HALF)
|
||||||
- find_package(IlmBase ${MINIMUM_ILMBASE_VERSION} REQUIRED)
|
|
||||||
find_package(OpenEXR ${MINIMUM_OPENEXR_VERSION} REQUIRED)
|
|
||||||
if(OPENVDB_FUTURE_DEPRECATION AND FUTURE_MINIMUM_OPENEXR_VERSION)
|
|
||||||
if(${OpenEXR_VERSION} VERSION_LESS FUTURE_MINIMUM_OPENEXR_VERSION)
|
|
||||||
@@ -54,8 +54,6 @@ if(USE_EXR)
|
|
||||||
"is deprecated and will be removed.")
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
-else()
|
|
||||||
- find_package(IlmBase ${MINIMUM_ILMBASE_VERSION} REQUIRED COMPONENTS Half)
|
- find_package(IlmBase ${MINIMUM_ILMBASE_VERSION} REQUIRED COMPONENTS Half)
|
||||||
endif()
|
if(OPENVDB_FUTURE_DEPRECATION AND FUTURE_MINIMUM_ILMBASE_VERSION)
|
||||||
|
if(${IlmBase_VERSION} VERSION_LESS FUTURE_MINIMUM_ILMBASE_VERSION)
|
||||||
if(OPENVDB_FUTURE_DEPRECATION AND FUTURE_MINIMUM_ILMBASE_VERSION)
|
message(DEPRECATION "Support for IlmBase versions < ${FUTURE_MINIMUM_ILMBASE_VERSION} "
|
||||||
@@ -129,7 +127,7 @@ endif()
|
@@ -191,7 +191,7 @@ set(OPENVDB_CORE_DEPENDENT_LIBS
|
||||||
set(OPENVDB_CORE_DEPENDENT_LIBS
|
|
||||||
Boost::iostreams
|
|
||||||
Boost::system
|
|
||||||
- IlmBase::Half
|
|
||||||
+ Imath::Imath
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(WIN32)
|
if(USE_IMATH_HALF)
|
||||||
@@ -147,9 +145,7 @@ endif()
|
- list(APPEND OPENVDB_CORE_DEPENDENT_LIBS IlmBase::Half)
|
||||||
|
+ list(APPEND OPENVDB_CORE_DEPENDENT_LIBS Imath::Half)
|
||||||
if(USE_EXR)
|
|
||||||
list(APPEND OPENVDB_CORE_DEPENDENT_LIBS
|
|
||||||
- IlmBase::IlmThread
|
|
||||||
- IlmBase::Iex
|
|
||||||
- IlmBase::Imath
|
|
||||||
+ Imath::Imath
|
|
||||||
OpenEXR::IlmImf
|
|
||||||
)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- openvdb/openvdb/Types.h.orig 2021-02-05 19:21:38 UTC
|
--- openvdb/openvdb/Types.h.orig 2021-06-11 21:38:41 UTC
|
||||||
+++ openvdb/openvdb/Types.h
|
+++ openvdb/openvdb/Types.h
|
||||||
@@ -7,7 +7,7 @@
|
@@ -9,7 +9,7 @@
|
||||||
#include "version.h"
|
|
||||||
#include "Platform.h"
|
|
||||||
#include "TypeList.h" // backwards compat
|
#include "TypeList.h" // backwards compat
|
||||||
|
|
||||||
|
#ifdef OPENVDB_USE_IMATH_HALF
|
||||||
-#include <OpenEXR/half.h>
|
-#include <OpenEXR/half.h>
|
||||||
+#include <Imath/half.h>
|
+#include <Imath/half.h>
|
||||||
#include <openvdb/math/Math.h>
|
namespace openvdb {
|
||||||
#include <openvdb/math/BBox.h>
|
OPENVDB_USE_VERSION_NAMESPACE
|
||||||
#include <openvdb/math/Quat.h>
|
namespace OPENVDB_VERSION_NAME {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
--- openvdb/openvdb/cmd/CMakeLists.txt.orig 2021-02-05 19:21:38 UTC
|
--- openvdb/openvdb/cmd/CMakeLists.txt.orig 2021-06-11 21:38:41 UTC
|
||||||
+++ openvdb/openvdb/cmd/CMakeLists.txt
|
+++ openvdb/openvdb/cmd/CMakeLists.txt
|
||||||
@@ -116,8 +116,8 @@ endif()
|
@@ -116,8 +116,8 @@ endif()
|
||||||
#### vdb_render
|
#### vdb_render
|
||||||
|
@ -11,10 +11,11 @@
|
||||||
|
|
||||||
set(VDB_RENDER_SOURCE_FILES openvdb_render.cc)
|
set(VDB_RENDER_SOURCE_FILES openvdb_render.cc)
|
||||||
add_executable(vdb_render ${VDB_RENDER_SOURCE_FILES})
|
add_executable(vdb_render ${VDB_RENDER_SOURCE_FILES})
|
||||||
@@ -129,10 +129,8 @@ if(OPENVDB_BUILD_VDB_RENDER)
|
@@ -129,11 +129,8 @@ if(OPENVDB_BUILD_VDB_RENDER)
|
||||||
# headers
|
# headers
|
||||||
|
|
||||||
target_link_libraries(vdb_render
|
target_link_libraries(vdb_render
|
||||||
|
- IlmBase::Half
|
||||||
- OpenEXR::IlmImf
|
- OpenEXR::IlmImf
|
||||||
- IlmBase::IlmThread
|
- IlmBase::IlmThread
|
||||||
- IlmBase::Iex
|
- IlmBase::Iex
|
||||||
|
|
|
@ -24,6 +24,8 @@ include/openvdb/math/ConjGradient.h
|
||||||
include/openvdb/math/Coord.h
|
include/openvdb/math/Coord.h
|
||||||
include/openvdb/math/DDA.h
|
include/openvdb/math/DDA.h
|
||||||
include/openvdb/math/FiniteDifference.h
|
include/openvdb/math/FiniteDifference.h
|
||||||
|
include/openvdb/math/Half.h
|
||||||
|
include/openvdb/math/HalfLimits.h
|
||||||
include/openvdb/math/LegacyFrustum.h
|
include/openvdb/math/LegacyFrustum.h
|
||||||
include/openvdb/math/Maps.h
|
include/openvdb/math/Maps.h
|
||||||
include/openvdb/math/Mat.h
|
include/openvdb/math/Mat.h
|
||||||
|
@ -62,9 +64,11 @@ include/openvdb/points/PointSample.h
|
||||||
include/openvdb/points/PointScatter.h
|
include/openvdb/points/PointScatter.h
|
||||||
include/openvdb/points/StreamCompression.h
|
include/openvdb/points/StreamCompression.h
|
||||||
%%PYTHON%%include/openvdb/python/pyopenvdb.h
|
%%PYTHON%%include/openvdb/python/pyopenvdb.h
|
||||||
|
include/openvdb/tools/Activate.h
|
||||||
include/openvdb/tools/ChangeBackground.h
|
include/openvdb/tools/ChangeBackground.h
|
||||||
include/openvdb/tools/Clip.h
|
include/openvdb/tools/Clip.h
|
||||||
include/openvdb/tools/Composite.h
|
include/openvdb/tools/Composite.h
|
||||||
|
include/openvdb/tools/Count.h
|
||||||
include/openvdb/tools/Dense.h
|
include/openvdb/tools/Dense.h
|
||||||
include/openvdb/tools/DenseSparseTools.h
|
include/openvdb/tools/DenseSparseTools.h
|
||||||
include/openvdb/tools/Diagnostics.h
|
include/openvdb/tools/Diagnostics.h
|
||||||
|
@ -89,6 +93,7 @@ include/openvdb/tools/Merge.h
|
||||||
include/openvdb/tools/MeshToVolume.h
|
include/openvdb/tools/MeshToVolume.h
|
||||||
include/openvdb/tools/Morphology.h
|
include/openvdb/tools/Morphology.h
|
||||||
include/openvdb/tools/MultiResGrid.h
|
include/openvdb/tools/MultiResGrid.h
|
||||||
|
include/openvdb/tools/NodeVisitor.h
|
||||||
include/openvdb/tools/ParticleAtlas.h
|
include/openvdb/tools/ParticleAtlas.h
|
||||||
include/openvdb/tools/ParticlesToLevelSet.h
|
include/openvdb/tools/ParticlesToLevelSet.h
|
||||||
include/openvdb/tools/PointAdvect.h
|
include/openvdb/tools/PointAdvect.h
|
||||||
|
@ -145,6 +150,6 @@ lib/cmake/OpenVDB/OpenVDBHoudiniSetup.cmake
|
||||||
lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake
|
lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake
|
||||||
lib/cmake/OpenVDB/OpenVDBUtils.cmake
|
lib/cmake/OpenVDB/OpenVDBUtils.cmake
|
||||||
lib/libopenvdb.so
|
lib/libopenvdb.so
|
||||||
lib/libopenvdb.so.8.0
|
lib/libopenvdb.so.8.1
|
||||||
lib/libopenvdb.so.8.0.1
|
lib/libopenvdb.so.8.1.0
|
||||||
%%PYTHON%%%%PYTHON_LIBDIR%%/pyopenvdb.so
|
%%PYTHON%%%%PYTHON_LIBDIR%%/pyopenvdb.so
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= OpenSPH
|
PORTNAME= OpenSPH
|
||||||
DISTVERSION= 0.3.4
|
DISTVERSION= 0.3.4
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= science
|
CATEGORIES= science
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue