Skip to content

Commit 00863cd

Browse files
Merge pull request #803 from mmuetzel/suitesparse_config
README.md: Adapt for changes regarding `BLA_VENDOR`.
2 parents 33e46bd + abb9a6d commit 00863cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,9 @@ particular BLAS library use either:
713713
cd Package ; cmake -DBLA_VENDOR=OpenBLAS .. make
714714

715715
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
719719
`SUITESPARSE_USE_STRICT` are ON, then only a 64-bit BLAS is considered.
720720

721721
When selecting a particular BLAS library, the `SUITESPARSE_USE_64BIT_BLAS`

SuiteSparse_config/Config/README.md.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,9 @@ particular BLAS library use either:
713713
cd Package ; cmake -DBLA_VENDOR=OpenBLAS .. make
714714

715715
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
719719
`SUITESPARSE_USE_STRICT` are ON, then only a 64-bit BLAS is considered.
720720

721721
When selecting a particular BLAS library, the `SUITESPARSE_USE_64BIT_BLAS`

0 commit comments

Comments
 (0)