Skip to content

Commit

Permalink
Merge pull request #672 from DrTimothyAldenDavis/dev
Browse files Browse the repository at this point in the history
keeping dev and dev2 in sync
  • Loading branch information
DrTimothyAldenDavis authored Jan 1, 2024
2 parents c976416 + bea4c31 commit 724590b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SuiteSparse_config/cmake_modules/SuiteSparseBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ if ( DEFINED BLAS_LIBRARIES OR DEFINED BLAS_INCLUDE_DIRS )
# User supplied variables for libraries and/or include directories.
# Use them as-is.
if ( SUITESPARSE_USE_64BIT_BLAS )
set ( SuiteSparse_BLAS_integer "int64_t" )
include ( SuiteSparseBLAS64 )
else ( )
set ( SuiteSparse_BLAS_integer "int32_t" )
include ( SuiteSparseBLAS32 )
endif ( )
return ( )
endif ( )
Expand Down
2 changes: 1 addition & 1 deletion SuiteSparse_config/cmake_modules/SuiteSparseBLAS64.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set ( SuiteSparse_BLAS_integer "int64_t" )
# https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/suite-sparse/package.py

if ( DEFINED BLAS64_SUFFIX )
# append BLAS64_SUFFIX to each BLAS and LAPACK name
# append BLAS64_SUFFIX to each BLAS and LAPACK function name
string ( FIND ${BLAS64_SUFFIX} "_" HAS_UNDERSCORE )
message ( STATUS "BLAS64_suffix: ${BLAS64_SUFFIX}" )
if ( HAS_UNDERSCORE EQUAL -1 )
Expand Down

0 comments on commit 724590b

Please sign in to comment.