From c62ea0f9774fb88893f1cd98e0de7cf146f2f25d Mon Sep 17 00:00:00 2001 From: Tim Davis Date: Fri, 24 Nov 2023 20:32:32 -0600 Subject: [PATCH] set BLAS 32/64-bit option back to default --- SuiteSparse_config/cmake_modules/SuiteSparseBLAS.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SuiteSparse_config/cmake_modules/SuiteSparseBLAS.cmake b/SuiteSparse_config/cmake_modules/SuiteSparseBLAS.cmake index f4aaa3e74..9e4b779ac 100644 --- a/SuiteSparse_config/cmake_modules/SuiteSparseBLAS.cmake +++ b/SuiteSparse_config/cmake_modules/SuiteSparseBLAS.cmake @@ -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