/
SciPy

SciPy

Prerequisites

Clone Scipy repository

GitHub - scipy/scipy: SciPy library main repository

git clone https://github.com/scipy/scipy.git

Last known working commit: 3c106e7e032834fcbbc2e5b43b64cf8f8d281e70

Create Site.cfg in Scipy directory

echo "[openblas]" > site.cfg echo "libraries = openblas" >> site.cfg echo "library_dirs = <OpenBLAS-Installation/lib>" >> site.cfg echo "include_dirs = <OpenBLAS-Installation/include>" >> site.cfg

Build Wheel

python setup.by bdist_wheel

 

Related content

Pre-release Python binary wheels and dependencies
Pre-release Python binary wheels and dependencies
More like this
Numpy
More like this
Shapely and PyGEOS
Shapely and PyGEOS
More like this
CMake
More like this
PyWin32
More like this
Pyproj
More like this