Skip to content

Commit 1ca463c

Browse files
committed
Fix fonts README for blas/lapack
1 parent f166339 commit 1ca463c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fonts/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ To fix this try:
3939

4040
export LDFLAGS="-L/opt/homebrew/opt/lapack/lib"
4141
export LDFLAGS="-L/opt/homebrew/opt/lapack/include"
42-
export LDFLAGS="-L/opt/homebrew/opt/lapack/lib"
4342
export CPPFLAGS="-L/opt/homebrew/opt/lapack/include"
4443
export PKG_CONFIG_PATH="-L/opt/homebrew/opt/lapack/pkgconfig"
4544
export CFLAGS=-Wno-error=implicit-function-declaration
4645
export LAPACK=/opt/homebrew/opt/lapack/lib/liblapack.dylib
47-
export export BLAS=/opt/homebrew/opt/openblas/lib/libopenblas.dylib
46+
export BLAS=/opt/homebrew/opt/openblas/lib/libopenblas.dylib
4847
```
4948

5049
After that, re-run `poetry install` and it should work.

0 commit comments

Comments
 (0)