Skip to content
Snippets Groups Projects
Commit 7c516cc4 authored by henedler's avatar henedler
Browse files

Also comment BLAS check for wsclean

parent 50652c5b
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ casacore_version=3.3.0 ...@@ -14,7 +14,7 @@ casacore_version=3.3.0
dysco_version=1.2.0 dysco_version=1.2.0
pybdsf_version=latest # weird C++ template error with 1.8.12 pybdsf_version=latest # weird C++ template error with 1.8.12
pycasa_version=3.1.1 pycasa_version=3.1.1
wsclean_version=3.0 #2.10.1 wsclean_version=3.0.1 #2.10.1
dp3_version=5.2 dp3_version=5.2
# This gives us CUDA, gcc, Open MPI and dependencies # This gives us CUDA, gcc, Open MPI and dependencies
......
diff --git a/CMakeLists.txt b/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13376e9..c0bf13b 100644 index 040c3bf..5c2b01b 100644
--- a/CMakeLists.txt --- a/CMakeLists.txt
+++ b/CMakeLists.txt +++ b/CMakeLists.txt
@@ -105,9 +105,22 @@ find_library(FFTW3F_LIB fftw3f REQUIRED) @@ -116,9 +116,22 @@ find_path(
find_library(FFTW3F_THREADS_LIB fftw3f_threads REQUIRED) NAMES fftw3.h
find_path(FFTW3_INCLUDE_DIR NAMES fftw3.h) HINTS ENV FFTW3_INCLUDE)
-find_package(PythonLibs 3 REQUIRED) -find_package(PythonLibs 3 REQUIRED)
-find_package(PythonInterp REQUIRED) -find_package(PythonInterp REQUIRED)
...@@ -27,3 +27,14 @@ index 13376e9..c0bf13b 100644 ...@@ -27,3 +27,14 @@ index 13376e9..c0bf13b 100644
# Include pybind11 # Include pybind11
add_subdirectory("${CMAKE_SOURCE_DIR}/external/pybind11") add_subdirectory("${CMAKE_SOURCE_DIR}/external/pybind11")
@@ -373,8 +386,8 @@ set(ALL_LIBRARIES
schaapcommon)
# Perform the BLAS check from aocommon
-include("${CMAKE_CURRENT_LIST_DIR}/external/aocommon/CMake/CheckBLAS.cmake")
-check_blas(LIBRARIES ${ALL_LIBRARIES})
+#include("${CMAKE_CURRENT_LIST_DIR}/external/aocommon/CMake/CheckBLAS.cmake")
+#check_blas(LIBRARIES ${ALL_LIBRARIES})
add_library(wsclean-lib STATIC ${WSCLEANFILES})
target_link_libraries(wsclean-lib PRIVATE pybind11::embed ${ALL_LIBRARIES})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment