Skip to content

Commit ceff16f

Browse files
committed
[ci] Build with scipy=ON
1 parent 706ae0e commit ceff16f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

cmake/modules/SearchInstalledSoftware.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,6 @@ set(Python3_FIND_FRAMEWORK LAST)
678678
list(APPEND python_components Interpreter)
679679
if(pyroot OR tmva-pymva)
680680
list(APPEND python_components Development)
681-
endif()
682-
if(tmva-pymva)
683681
list(APPEND python_components NumPy)
684682
endif()
685683
find_package(Python3 3.8 COMPONENTS ${python_components})

math/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ if(r)
3434
add_subdirectory(rtools)
3535
endif()
3636

37-
if(scipy AND NUMPY_FOUND)
38-
add_subdirectory(scipy)
39-
endif()
37+
add_subdirectory(scipy)
4038

4139
add_subdirectory(vecops)

0 commit comments

Comments
 (0)