You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,10 @@ They can be set as environment variables for `cargo build` using the `OPENBLAS_`
67
67
prefix as follows: `OPENBLAS_CC`, `OPENBLAS_FC`, `OPENBLAS_HOSTCC`, and
68
68
`OPENBLAS_TARGET`.
69
69
70
+
## Proxy issues
71
+
72
+
The `openblas-src` crate will detect and use proxy settings from your environment variables, such as `http_proxy` and `https_proxy` to download necessary dependencies.
73
+
70
74
## Contribution
71
75
72
76
Your contribution is highly appreciated. Do not hesitate to open an issue or a
0 commit comments