[Bf-blender-cvs] [26dab9c2fe1] master: Buildbot: Attempt to link against Blosc statically

Sergey Sharybin noreply at git.blender.org
Wed Apr 25 12:27:42 CEST 2018


Commit: 26dab9c2fe15ff2686f92280ee759c2d2cbf299e
Author: Sergey Sharybin
Date:   Wed Apr 25 12:27:01 2018 +0200
Branches: master
https://developer.blender.org/rB26dab9c2fe15ff2686f92280ee759c2d2cbf299e

Buildbot: Attempt to link against Blosc statically

Was broken by f1e6838376a.

===================================================================

M	build_files/buildbot/config/blender_linux.cmake

===================================================================

diff --git a/build_files/buildbot/config/blender_linux.cmake b/build_files/buildbot/config/blender_linux.cmake
index b41c94494d1..a405ae95fff 100644
--- a/build_files/buildbot/config/blender_linux.cmake
+++ b/build_files/buildbot/config/blender_linux.cmake
@@ -140,6 +140,10 @@ set(ZLIB_LIBRARY        "/usr/lib${MULTILIB}/libz.a"     CACHE STRING "" FORCE)
 # OpenVDB
 set(OPENVDB_LIBRARY
 	/opt/lib/openvdb/lib/libopenvdb.a
+	CACHE BOOL "" FORCE
+)
+
+set(BLOSC_LIBRARY
 	/opt/lib/blosc/lib/libblosc.a
 	CACHE BOOL "" FORCE
 )



More information about the Bf-blender-cvs mailing list