Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2018-08-19 20:29:04 +0300
committerRay Molenkamp <github@lazydodo.com>2018-08-19 20:44:46 +0300
commitf4c9bdb022cd52f355c06f1e753fe3e5acbdabee (patch)
tree7f0a2a7501a483331952a90bf07da737863c5824 /build_files/build_environment/patches/openvdb.diff
parent8309f8ee3465bad3a9cb10da07bcb69852b57dea (diff)
build_environment: opennvdb windows build fixes.
disable openexr namespaces on windows due to linker errors with it. link pthreads due to dependency though blosc
Diffstat (limited to 'build_files/build_environment/patches/openvdb.diff')
-rw-r--r--build_files/build_environment/patches/openvdb.diff8
1 files changed, 8 insertions, 0 deletions
diff --git a/build_files/build_environment/patches/openvdb.diff b/build_files/build_environment/patches/openvdb.diff
index 5d4c26c9527..391a7be46db 100644
--- a/build_files/build_environment/patches/openvdb.diff
+++ b/build_files/build_environment/patches/openvdb.diff
@@ -11,6 +11,14 @@ diff -Naur openvdb.orig/openvdb/CMakeLists.txt openvdb/openvdb/CMakeLists.txt
FIND_PACKAGE ( Blosc REQUIRED )
FIND_PACKAGE ( TBB REQUIRED )
+@@ -195,6 +198,7 @@
+ ${Ilmbase_HALF_LIBRARY}
+ ${ZLIB_LIBRARY}
+ ${BLOSC_blosc_LIBRARY}
++ ${EXTRA_LIBS}
+ )
+
+ IF (WIN32)
@@ -225,13 +228,16 @@
${VDB_PRINT_SOURCE_FILES}
)