openblas-src
openblas-src copied to clipboard
Source of BLAS and LAPACK via OpenBLAS
Suppress build on crates.io by checking DOCS_RS to circumvent failing of building docs without internet connection as is the situation on crates.io
I am wondering if it is possible to build OpenBLAS via `openblas-src` with `DYNAMIC_ARCH=1` and perhaps also `DYNAMIC_OLDER=1` flags passed to `make`? I can see that the struct [`openblas-build/src/build.rs::Configure`](https://github.com/blas-lapack-rs/openblas-src/blob/aa69a8db229136f8dc51fbc19d3aee754968a5d2/openblas-build/src/build.rs#L226) does...
Building fails when behind a proxy because the tarball cannot be downloaded. This easy fix lets ureq look at the http_proxy environment variable.