The source project of this merge request has been removed.
Update python versions
Changed repo to pull in newer Python versions from manylinux
and compile them with boost
Dockerfile
- Changed image base to
quay.io/pypa/manylinux2014_x86_64
- old image was CentOS5 which is end of life and not getting new Python binaries. - Downloading a newer
boost
version from and updated source - The old source is dead.
install_boost.sh
- Looping through Python versions matching pattern "cpX-cpX", where X is the version number - some are "pp37-pypy37_pp73" and aren't necessary.
- Updated
gawk
for getting version number - newer versions don't have "m" at the end of the directory.