1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

misc/openvdb: Update 7.0.0 -> 7.1.0

This commit is contained in:
Yuri Victorovich 2020-11-15 19:10:06 +00:00
parent ea60463dee
commit cc37c9f033
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555420
12 changed files with 51 additions and 45 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= PrusaSlicer
DISTVERSIONPREFIX= version_
DISTVERSION= 2.2.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= cad
MAINTAINER= teodorsigaev@gmail.com

View File

@ -3,7 +3,7 @@
PORTNAME= blender
DISTVERSION= 2.90.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics multimedia
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \

View File

@ -4,6 +4,7 @@
PORTNAME= openimageio
DISTVERSIONPREFIX= Release-
DISTVERSION= 2.2.6.1
PORTREVISION= 1
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz

View File

@ -3,7 +3,7 @@
PORTNAME= curv
DISTVERSION= 0.4-417
DISTVERSIONSUFFIX= -gf6f8d011
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= math lang graphics
MAINTAINER= yuri@FreeBSD.org

View File

@ -2,8 +2,7 @@
PORTNAME= openvdb
DISTVERSIONPREFIX= v
DISTVERSION= 7.0.0
PORTREVISION= 5
DISTVERSION= 7.1.0
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1585783763
SHA256 (AcademySoftwareFoundation-openvdb-v7.0.0_GH0.tar.gz) = 97bc8ae35ef7ccbf49a4e25cb73e8c2eccae6b235bac86f2150707efcd1e910d
SIZE (AcademySoftwareFoundation-openvdb-v7.0.0_GH0.tar.gz) = 1872744
TIMESTAMP = 1605404028
SHA256 (AcademySoftwareFoundation-openvdb-v7.1.0_GH0.tar.gz) = 0c3588c1ca6e647610738654ec2c6aaf41a203fd797f609fbeab1c9f7c3dc116
SIZE (AcademySoftwareFoundation-openvdb-v7.1.0_GH0.tar.gz) = 1956052

View File

@ -1,15 +1,15 @@
--- CMakeLists.txt.orig 2019-12-06 20:11:33 UTC
--- CMakeLists.txt.orig 2020-08-13 19:15:58 UTC
+++ CMakeLists.txt
@@ -198,7 +198,7 @@ mark_as_advanced(
@@ -217,7 +217,7 @@ mark_as_advanced(
# @note Blosc version is currently treated as exception which must be adhered
# to. The minimum version must be at least 1.5. Previous versions are incompatible.
-set(MINIMUM_BLOSC_VERSION 1.5)
# 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.
-set(MINIMUM_BLOSC_VERSION 1.5.0)
+set(MINIMUM_BLOSC_VERSION 1.15)
# @note ABI always enforced so the correct deprecation messages are available.
# OPENVDB_USE_DEPRECATED_ABI should be used to circumvent this
set(MINIMUM_OPENVDB_ABI_VERSION 4)
@@ -215,9 +215,9 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
# OPENVDB_USE_DEPRECATED_ABI_<VERSION> should be used to circumvent this
set(MINIMUM_OPENVDB_ABI_VERSION 5)
@@ -235,9 +235,9 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
set(MINIMUM_ILMBASE_VERSION 2.2)
set(MINIMUM_OPENEXR_VERSION 2.2)
set(MINIMUM_ZLIB_VERSION 1.2.7)

View File

@ -1,6 +1,6 @@
--- cmake/FindTBB.cmake.orig 2020-04-01 23:48:32 UTC
--- cmake/FindTBB.cmake.orig 2020-08-13 19:15:58 UTC
+++ cmake/FindTBB.cmake
@@ -96,7 +96,6 @@ endif()
@@ -97,7 +97,6 @@ endif()
set(_TBB_COMPONENT_LIST
tbb
tbbmalloc

View File

@ -1,6 +1,6 @@
--- doc/CMakeLists.txt.orig 2019-12-06 20:11:33 UTC
--- doc/CMakeLists.txt.orig 2020-08-13 19:15:58 UTC
+++ doc/CMakeLists.txt
@@ -64,5 +64,5 @@ add_custom_target(doc ALL
@@ -73,5 +73,5 @@ add_custom_target(doc ALL
)
# Suppress "Installing..." messages for all but one of the hundreds of generated files.

View File

@ -1,15 +0,0 @@
--- openvdb/CMakeLists.txt.orig 2020-04-01 23:48:56 UTC
+++ openvdb/CMakeLists.txt
@@ -127,10 +127,10 @@ if(CONCURRENT_MALLOC STREQUAL "Jemalloc")
message(WARNING "Unable to find Jemalloc, attempting to fall back to TBB malloc.
It is recommended to use Jemalloc for optimum performance."
)
- find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc tbbmalloc_proxy)
+ find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc)
endif()
elseif(CONCURRENT_MALLOC STREQUAL "Tbbmalloc")
- find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc tbbmalloc_proxy)
+ find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc)
endif()
# Set deps. Note that the order here is important. If we're building against

View File

@ -1,14 +1,34 @@
--- openvdb/python/CMakeLists.txt.orig 2019-12-06 20:11:33 UTC
--- openvdb/python/CMakeLists.txt.orig 2020-08-13 19:15:58 UTC
+++ openvdb/python/CMakeLists.txt
@@ -104,9 +104,9 @@ elseif(${CMAKE_VERSION} VERSION_LESS 3.14)
@@ -104,9 +104,9 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
elseif(${CMAKE_VERSION} VERSION_LESS 3.14)
# CMake < 3.14
if(OPENVDB_BUILD_PYTHON_UNITTESTS)
- find_package(Python QUIET COMPONENTS Interpreter Development)
+ find_package(Python ${FREEBSD_PYTHON_VER} EXACT REQUIRED COMPONENTS Interpreter Development)
else()
- find_package(Python QUIET COMPONENTS Development)
+ find_package(Python ${FREEBSD_PYTHON_VER} EXACT REQUIRED COMPONENTS Development)
endif()
OPENVDB_CHECK_PYTHON_VERSION(${Python_VERSION} ${Python_INCLUDE_DIRS})
list(APPEND OPENVDB_PYTHON_DEPS Python::Python)
@@ -119,16 +119,16 @@ elseif(${CMAKE_VERSION} VERSION_LESS 3.14)
else()
# CMake >= 3.14
if(USE_NUMPY)
- find_package(Python QUIET REQUIRED COMPONENTS Interpreter Development NumPy)
+ find_package(Python ${FREEBSD_PYTHON_VER} EXACT QUIET REQUIRED COMPONENTS Interpreter Development NumPy)
if(OPENVDB_BUILD_PYTHON_UNITTESTS)
- find_package(Python QUIET COMPONENTS Interpreter Development)
+ find_package(Python ${FREEBSD_PYTHON_VER} EXACT REQUIRED COMPONENTS Interpreter Development)
else()
- find_package(Python QUIET REQUIRED COMPONENTS Interpreter Development)
+ find_package(Python ${FREEBSD_PYTHON_VER} EXACT QUIET REQUIRED COMPONENTS Interpreter Development)
- find_package(Python QUIET COMPONENTS Development)
+ find_package(Python ${FREEBSD_PYTHON_VER} EXACT REQUIRED COMPONENTS Development)
endif()
OPENVDB_CHECK_PYTHON_VERSION(${Python_VERSION} ${Python_EXECUTABLE})
OPENVDB_CHECK_PYTHON_VERSION(${Python_VERSION} ${Python_INCLUDE_DIRS})
list(APPEND OPENVDB_PYTHON_DEPS Python::Python)
if(USE_NUMPY)
- find_package(Python QUIET COMPONENTS NumPy)
+ find_package(Python ${FREEBSD_PYTHON_VER} EXACT REQUIRED COMPONENTS NumPy)
if(NOT TARGET Python::NumPy)
message(FATAL_ERROR "Could NOT find NumPy (Required is at least version "
"\"${MINIMUM_NUMPY_VERSION}\")"

View File

@ -67,6 +67,7 @@ include/openvdb/tools/Composite.h
include/openvdb/tools/Dense.h
include/openvdb/tools/DenseSparseTools.h
include/openvdb/tools/Diagnostics.h
include/openvdb/tools/FastSweeping.h
include/openvdb/tools/Filter.h
include/openvdb/tools/FindActiveValues.h
include/openvdb/tools/GridOperators.h
@ -143,6 +144,6 @@ lib/cmake/OpenVDB/OpenVDBHoudiniSetup.cmake
lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake
lib/cmake/OpenVDB/OpenVDBUtils.cmake
lib/libopenvdb.so
lib/libopenvdb.so.7.0
lib/libopenvdb.so.7.0.0
lib/libopenvdb.so.7.1
lib/libopenvdb.so.7.1.0
%%PYTHON%%%%PYTHON_LIBDIR%%/pyopenvdb.so