easybuilders / easybuild-easyconfigs

A collection of easyconfig files that describe which software to build using which build options with EasyBuild.
https://easybuild.io
GNU General Public License v2.0
356 stars 685 forks source link

missing upstream sources for PyQt5 #11247

Open boegel opened 3 years ago

boegel commented 3 years ago

The sources required for PyQt5-5.13.2-GCCcore-8.3.0-Python-3.7.4.eb (#10755) are no longer available for download upstream, only more recent versions are (see https://www.riverbankcomputing.com/software/sip/download for example).

Maybe it's worth reaching out to them (see email in https://www.riverbankcomputing.com/static/Downloads/sip/4.19.24/ChangeLog)?

@jhein32 Since you contributed this easyconfig, any chance you're up for helping us out with that?

The sources are actually available scattered across other locations, and we can verify that they can be used due to the SHA256 checksums, but it would be better to restore auto-downloading...

jhein32 commented 3 years ago

HI Kenneth

I had been working on a PyQt5-5.15.0-GCCcore-9.3.0-Python-3.8.2.eb and ran into the issue. The following got me the source for the 5.15.0. Not sure they added old versions to pypi

    (name, version, {
        'source_urls': [PYPI_SOURCE],
        'sources': [SOURCE_TAR_GZ],
        'checksums': ['c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9'],
        'start_dir': '%(name)s-%(version)s',
        'preconfigopts': local_setup_env,
        'configopts': local_pyqt5_configopts,
        'preinstallopts': local_setup_env,
        'options': {'modulename': 'PyQt5.QtCore'},

FYI: My PyQt5-5.15.0-GCCcore-9.3.0-Python-3.8.2.eb has issues at the build step, which I didn't get round to understand/resolve.

Best wishes Joachim

boegel commented 3 years ago

One option here would be to upload the missing sources to https://sources.easybuild.io (which is a fallback URL from EasyBuild v4.3.3 onwards), but we need to check whether we're allowed to redistribute those sources first...

verdurin commented 1 year ago

Just bumped against this. 4.19.25 is available still at https://www.riverbankcomputing.com/software/sip/download