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
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
On the next release, please update the multibuild submodule to matthew-brett/multibuild@b2748e5 or newer. This should reduce the size of the scipy wheels from 44M to 30M by excluding unnecessary debug symbols. Also this updates to a newer version of auditwheel and patchelf that produce wheels with binaries that are actually strippable, i.e. fixes things like pypa/manylinux#119
To make this work for scipy you need to export FFLAGS="$FFLAGS -fPIC -Wl,-strip-all" as the first line in function build_wheel in config.sh. For a successful Travis build see https://travis-ci.org/xhochy/scipy-wheels/builds/337663919