Skip to content

Commit

Permalink
CBLAS message
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Feb 20, 2020
1 parent 9e93985 commit 5c57c67
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,14 +303,11 @@ if ( CMAKE_USE_WIN32_THREADS_INIT )
set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DHAVE_WINDOWS_THREADS " )
endif ( )

if ( BLAS_FOUND )
# use the dense CBLAS
message ( STATUS "Using dense CBLAS for faster dense matrix/vector operations" )
target_link_libraries ( lagraph ${BLAS_LIBRARIES} )
else ( )
message ( STATUS "NOT using dense CBLAS (dense matrix/vector operations could be faster if you had it)." )
message ( STATUS "(requires cmake 3.13 or later)" )
endif ( )
# if ( BLAS_FOUND )
# # use the dense CBLAS
# message ( STATUS "Using dense CBLAS for faster dense matrix/vector operations" )
# target_link_libraries ( lagraph ${BLAS_LIBRARIES} )
# endif ( )

#-------------------------------------------------------------------------------
# print final C flags
Expand Down

0 comments on commit 5c57c67

Please sign in to comment.