Skip to content

Commit

Permalink
Add a note regarding macOS and the BLAS library
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed May 20, 2024
1 parent b03fa45 commit d8a13b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ petal-decomposition provides matrix decomposition algorithms including PCA

## Requirements

* BLAS/LAPACK backend (OpenBLAS, Netlib, or Intel MKL)
* BLAS/LAPACK backend (OpenBLAS, Netlib, Intel MKL, or the Accelerate Framework)

## Features

Expand All @@ -23,6 +23,10 @@ petal-decomposition provides matrix decomposition algorithms including PCA
`openblas-static`, and `openblas-system` to select a BLAS/LAPACK
backend.
See [ndarray-linalg's documentation][ndarray-linalg-features] for details.

**Note:** On macOS, the Accelerate Framework is used by default, so these
features are not needed.

* `serialization` enables serialization/deserialization using [serde](https://crates.io/crates/serde).

## Examples
Expand Down

0 comments on commit d8a13b9

Please sign in to comment.