Skip to content

Commit

Permalink
comment blas for oneapi
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Feb 15, 2025
1 parent aed5534 commit 420c939
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions include/boost/multi/adaptors/fftw/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ if(ENABLE_CUDA OR DEFINED CXXCUDA)
endif()
endif()

find_package(BLAS REQUIRED)
find_path(
BLAS_INCLUDE_DIRS
cblas.h
/usr/include
/usr/local/include
$ENV{BLAS_HOME}/include
)
#find_package(BLAS REQUIRED)
#find_path(
# BLAS_INCLUDE_DIRS
# cblas.h
# /usr/include
# /usr/local/include
# $ENV{BLAS_HOME}/include
#)
# include_directories(${TEST_EXE} PRIVATE ${BLAS_INCLUDE_DIRS})
link_libraries(${BLAS_LIBRARIES})
#link_libraries(${BLAS_LIBRARIES})

enable_testing()

Expand Down

0 comments on commit 420c939

Please sign in to comment.