Skip to content

Commit 54eaecf

Browse files
zozihaperazz
andauthored
update stdlib_linalg.md
Co-authored-by: Federico Perini <[email protected]>
1 parent 82714bd commit 54eaecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ These can be enabled during the build process. For example, with CMake, one can
4141
The same is possible from the `fpm` branch, where the `cpp` preprocessor is enabled by default. For example, the macros can be added to the project's manifest:
4242

4343
```toml
44-
# Link to blas and lapack libraries; or `link = "openblas"` for openblas
44+
# Link against appropriate external BLAS and LAPACK libraries, if necessary
4545
[build]
4646
link = ["blas", "lapack"]
4747

0 commit comments

Comments
 (0)