File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
SuiteSparse_config/Config Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -713,9 +713,9 @@ particular BLAS library use either:
713
713
cd Package ; cmake -DBLA_VENDOR=OpenBLAS .. make
714
714
715
715
To use the default (hunt for a BLAS), do not set ` BLA_VENDOR ` , or set it to
716
- ` ANY ` . In this case, if ` SUITESPARSE_USE_64BIT_BLAS ` is ON, preference is
717
- given to a 64-bit BLAS, but a 32-bit BLAS library will be used if no 64-bit
718
- library is found. However, if both ` SUITESPARSE_USE_64BIT_BLAS ` and
716
+ an empty string . In this case, if ` SUITESPARSE_USE_64BIT_BLAS ` is ON,
717
+ preference is given to a 64-bit BLAS, but a 32-bit BLAS library will be used if
718
+ no 64-bit library is found. However, if both ` SUITESPARSE_USE_64BIT_BLAS ` and
719
719
` SUITESPARSE_USE_STRICT ` are ON, then only a 64-bit BLAS is considered.
720
720
721
721
When selecting a particular BLAS library, the ` SUITESPARSE_USE_64BIT_BLAS `
Original file line number Diff line number Diff line change @@ -713,9 +713,9 @@ particular BLAS library use either:
713
713
cd Package ; cmake -DBLA_VENDOR=OpenBLAS .. make
714
714
715
715
To use the default (hunt for a BLAS), do not set `BLA_VENDOR`, or set it to
716
- `ANY` . In this case, if `SUITESPARSE_USE_64BIT_BLAS` is ON, preference is
717
- given to a 64-bit BLAS, but a 32-bit BLAS library will be used if no 64-bit
718
- library is found. However, if both `SUITESPARSE_USE_64BIT_BLAS` and
716
+ an empty string . In this case, if `SUITESPARSE_USE_64BIT_BLAS` is ON,
717
+ preference is given to a 64-bit BLAS, but a 32-bit BLAS library will be used if
718
+ no 64-bit library is found. However, if both `SUITESPARSE_USE_64BIT_BLAS` and
719
719
`SUITESPARSE_USE_STRICT` are ON, then only a 64-bit BLAS is considered.
720
720
721
721
When selecting a particular BLAS library, the `SUITESPARSE_USE_64BIT_BLAS`
You can’t perform that action at this time.
0 commit comments