Skip to content

Commit

Permalink
set BLAS 32/64-bit option back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 25, 2023
1 parent 3223ee1 commit c62ea0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SuiteSparse_config/cmake_modules/SuiteSparseBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ set ( BLA_VENDOR "ANY" CACHE STRING
"if ANY (default): searches for any BLAS. Otherwise: search for a specific BLAS" )

# To allow the use of a BLAS with 64-bit integers, set this to true
# FIXME: set default to off
option ( ALLOW_64BIT_BLAS
"OFF (default): use only 32-bit BLAS. ON: look for 32 or 64-bit BLAS" on )
"OFF (default): use only 32-bit BLAS. ON: look for 32 or 64-bit BLAS" off )

# dynamic/static linking with BLAS
option ( BLA_STATIC
Expand Down

0 comments on commit c62ea0f

Please sign in to comment.