We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f166339 commit 1ca463cCopy full SHA for 1ca463c
fonts/README.md
@@ -39,12 +39,11 @@ To fix this try:
39
40
export LDFLAGS="-L/opt/homebrew/opt/lapack/lib"
41
export LDFLAGS="-L/opt/homebrew/opt/lapack/include"
42
- export LDFLAGS="-L/opt/homebrew/opt/lapack/lib"
43
export CPPFLAGS="-L/opt/homebrew/opt/lapack/include"
44
export PKG_CONFIG_PATH="-L/opt/homebrew/opt/lapack/pkgconfig"
45
export CFLAGS=-Wno-error=implicit-function-declaration
46
export LAPACK=/opt/homebrew/opt/lapack/lib/liblapack.dylib
47
- export export BLAS=/opt/homebrew/opt/openblas/lib/libopenblas.dylib
+ export BLAS=/opt/homebrew/opt/openblas/lib/libopenblas.dylib
48
```
49
50
After that, re-run `poetry install` and it should work.
0 commit comments