[Bf-blender-cvs] [689ef9543a7] temp-benchmark: Fix typo in benchmark configuration

Sergey Sharybin noreply at git.blender.org
Tue Aug 7 17:12:55 CEST 2018


Commit: 689ef9543a767a0375dea9b76e846d2e8ec9a9fd
Author: Sergey Sharybin
Date:   Tue Aug 7 17:12:38 2018 +0200
Branches: temp-benchmark
https://developer.blender.org/rB689ef9543a767a0375dea9b76e846d2e8ec9a9fd

Fix typo in benchmark configuration

Numpy is supposed to be disabled.

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

M	build_files/cmake/config/blender_benchmark.cmake

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

diff --git a/build_files/cmake/config/blender_benchmark.cmake b/build_files/cmake/config/blender_benchmark.cmake
index c64fbb329a3..9f559e7d90f 100644
--- a/build_files/cmake/config/blender_benchmark.cmake
+++ b/build_files/cmake/config/blender_benchmark.cmake
@@ -1,6 +1,6 @@
 include("${CMAKE_CURRENT_LIST_DIR}/blender_lite.cmake")
 
-set(WITH_PYTHON_INSTALL_NUMPY           ON  CACHE BOOL "" FORCE)
+set(WITH_PYTHON_INSTALL_NUMPY           OFF CACHE BOOL "" FORCE)
 # Brecht says: KEEP THIS ENABLED. *SOMETHING* breaks otherwise.
 # Something == DPI. Go figure.
 set(WITH_GHOST_XDND                     ON  CACHE BOOL "" FORCE)



More information about the Bf-blender-cvs mailing list