blas-lapack-rs / openblas-src

Source of BLAS and LAPACK via OpenBLAS
Other
78 stars 48 forks source link

Take proxy environment variables into account #120

Closed xoolive closed 3 days ago

xoolive commented 3 months ago

Building fails when behind a proxy because the tarball cannot be downloaded. This easy fix lets ureq look at the http_proxy environment variable.

Dirreke commented 3 days ago

Great! Could you also add an instruction to the README.md file?

xoolive commented 3 days ago

I'm not sure what to say in the readme: "things work as expected if you set your http_proxy as expected" ?

Dirreke commented 3 days ago

Let's add a new Chapter named Proxy before Contribution and said that the openblas-src will try to detect proxy settings from the environment, i.e. HTTP_PROXY, when downloading the source of OpenBLAS.

xoolive commented 3 days ago

How about that?