We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scipy=ON
1 parent 2cee20e commit 2e498feCopy full SHA for 2e498fe
cmake/modules/SearchInstalledSoftware.cmake
@@ -678,8 +678,6 @@ set(Python3_FIND_FRAMEWORK LAST)
678
list(APPEND python_components Interpreter)
679
if(pyroot OR tmva-pymva)
680
list(APPEND python_components Development)
681
-endif()
682
-if(tmva-pymva)
683
list(APPEND python_components NumPy)
684
endif()
685
find_package(Python3 3.8 COMPONENTS ${python_components})
math/CMakeLists.txt
@@ -34,8 +34,6 @@ if(r)
34
add_subdirectory(rtools)
35
36
37
-if(scipy AND NUMPY_FOUND)
38
- add_subdirectory(scipy)
39
+add_subdirectory(scipy)
40
41
add_subdirectory(vecops)
0 commit comments