Skip to content

Commit

Permalink
look for BLIS/FLAME
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Oct 22, 2023
1 parent eb2fae3 commit 53d923f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions SuiteSparse_config/cmake_modules/SuiteSparseLAPACK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@
cmake_minimum_required ( VERSION 3.22 )

if ( BLA_VENDOR STREQUAL "FLAME" )
# FLAME has the BLAS but not LAPACK

set ( BLA_VENDOR "Generic" )
message ( STATUS "Looking for generic LAPACK to use with BLIS/FLAME BLAS" )

# look for the generic dynamic LAPACK library (usually liblagraph.so)
find_library ( LAPACK_LIBRARY
NAMES lapack
NAMES flame
PATH_SUFFIXES lib build )

# look for the static LAPACK library (usually liblagraph.a)
# look for the static LAPACK library (usually liblapack.a)
if ( MSVC )
set ( STATIC_SUFFIX .lib )
else ( )
Expand Down

0 comments on commit 53d923f

Please sign in to comment.