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 @@ -21,10 +21,6 @@ set(XTENSOR_BLAS_INCLUDE_DIR ${INCLUDE_DIR})
2121set (XTENSOR_BLAS_CLING_LIBRARY_DIR_64 "\" ${CMAKE_INSTALL_PREFIX} /lib64\" " )
2222set (XTENSOR_BLAS_CLING_LIBRARY_DIR_32 "\" ${CMAKE_INSTALL_PREFIX} /lib32\" " )
2323set (XTENSOR_BLAS_CLING_LIBRARY_DIR "\" ${CMAKE_INSTALL_PREFIX} /lib\" " )
24- if (EMSCRIPTEN)
25- set (OPENBLAS_CPPINTEROP_LIBRARY_PATH "\" /lib/${CMAKE_SHARED_LIBRARY_PREFIX} openblas${CMAKE_SHARED_LIBRARY_SUFFIX} \" " )
26- message (STATUS "OPENBLAS_CPPINTEROP_LIBRARY_PATH = ${OPENBLAS_CPPINTEROP_LIBRARY_PATH} " )
27- endif ()
2824
2925configure_file (
3026 "${INCLUDE_DIR} /xtensor-blas/xblas_config_cling.hpp.in"
@@ -90,7 +86,7 @@ OPTION(XTENSOR_USE_FLENS_BLAS "use FLENS generic implementation instead of cblas
9086# If that is not the case, one can pass OpenBLAS_DIR without the boolean
9187# toggle.
9288OPTION (USE_OPENBLAS "use OpenBLAS (requires suitable OpenBLASConfig.cmake)" OFF )
93- if (OpenBLAS_DIR OR EMSCRIPTEN )
89+ if (OpenBLAS_DIR)
9490 set (USE_OPENBLAS ON )
9591endif ()
9692
You can’t perform that action at this time.
0 commit comments