File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ set(XTENSOR_BLAS_INCLUDE_DIR ${INCLUDE_DIR})
32
32
set (XTENSOR_BLAS_CLING_LIBRARY_DIR_64 "\" ${CMAKE_INSTALL_PREFIX} /lib64\" " )
33
33
set (XTENSOR_BLAS_CLING_LIBRARY_DIR_32 "\" ${CMAKE_INSTALL_PREFIX} /lib32\" " )
34
34
set (XTENSOR_BLAS_CLING_LIBRARY_DIR "\" ${CMAKE_INSTALL_PREFIX} /lib\" " )
35
- if (EMSCRIPTEN )
36
- set (OPENBLAS_CPPINTEROP_LIBRARY_PATH "\" /lib/${CMAKE_SHARED_LIBRARY_PREFIX} openblas${CMAKE_SHARED_LIBRARY_SUFFIX} \" " )
37
- message (STATUS "OPENBLAS_CPPINTEROP_LIBRARY_PATH = ${OPENBLAS_CPPINTEROP_LIBRARY_PATH} " )
38
- endif ()
39
35
40
36
configure_file (
41
37
"${INCLUDE_DIR} /xtensor-blas/xblas_config_cling.hpp.in"
@@ -103,7 +99,7 @@ OPTION(XTENSOR_USE_FLENS_BLAS "use FLENS generic implementation instead of cblas
103
99
# If that is not the case, one can pass OpenBLAS_DIR without the boolean
104
100
# toggle.
105
101
OPTION (USE_OPENBLAS "use OpenBLAS (requires suitable OpenBLASConfig.cmake)" OFF )
106
- if (OpenBLAS_DIR OR EMSCRIPTEN )
102
+ if (OpenBLAS_DIR )
107
103
set (USE_OPENBLAS ON )
108
104
endif ()
109
105
You can’t perform that action at this time.
0 commit comments