Skip to content

Commit

Permalink
Merge pull request #803 from mmuetzel/suitesparse_config
Browse files Browse the repository at this point in the history
README.md: Adapt for changes regarding `BLA_VENDOR`.
  • Loading branch information
DrTimothyAldenDavis authored May 20, 2024
2 parents 33e46bd + abb9a6d commit 00863cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,9 @@ particular BLAS library use either:
cd Package ; cmake -DBLA_VENDOR=OpenBLAS .. make

To use the default (hunt for a BLAS), do not set `BLA_VENDOR`, or set it to
`ANY`. In this case, if `SUITESPARSE_USE_64BIT_BLAS` is ON, preference is
given to a 64-bit BLAS, but a 32-bit BLAS library will be used if no 64-bit
library is found. However, if both `SUITESPARSE_USE_64BIT_BLAS` and
an empty string. In this case, if `SUITESPARSE_USE_64BIT_BLAS` is ON,
preference is given to a 64-bit BLAS, but a 32-bit BLAS library will be used if
no 64-bit library is found. However, if both `SUITESPARSE_USE_64BIT_BLAS` and
`SUITESPARSE_USE_STRICT` are ON, then only a 64-bit BLAS is considered.

When selecting a particular BLAS library, the `SUITESPARSE_USE_64BIT_BLAS`
Expand Down
6 changes: 3 additions & 3 deletions SuiteSparse_config/Config/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,9 @@ particular BLAS library use either:
cd Package ; cmake -DBLA_VENDOR=OpenBLAS .. make

To use the default (hunt for a BLAS), do not set `BLA_VENDOR`, or set it to
`ANY`. In this case, if `SUITESPARSE_USE_64BIT_BLAS` is ON, preference is
given to a 64-bit BLAS, but a 32-bit BLAS library will be used if no 64-bit
library is found. However, if both `SUITESPARSE_USE_64BIT_BLAS` and
an empty string. In this case, if `SUITESPARSE_USE_64BIT_BLAS` is ON,
preference is given to a 64-bit BLAS, but a 32-bit BLAS library will be used if
no 64-bit library is found. However, if both `SUITESPARSE_USE_64BIT_BLAS` and
`SUITESPARSE_USE_STRICT` are ON, then only a 64-bit BLAS is considered.

When selecting a particular BLAS library, the `SUITESPARSE_USE_64BIT_BLAS`
Expand Down

0 comments on commit 00863cd

Please sign in to comment.