Hi Loris,
On 19/01/2021 11:01, Loris Bennett wrote:
Hi,
Some thing seems to have changed:
== 2021-01-19 10:45:16,228 filetools.py:623 WARNING URL
https://github.com/NVIDIA/GDRCopy/archive/2.1.tar.gz was not found (HTTP
response code 404), not trying again
== 2021-01-19 10:45:16,228 filetools.py:649 WARNING Download of
https://github.com/NVIDIA/GDRCopy/archive/2.1.tar.gz to
/trinity/shared/easybuild/sources/g/GDRCopy/2.1.tar.gz failed, done trying
If I try the URL in a browser with a 'v' before the version
https://github.com/NVIDIA/GDRCopy/archive/v2.1.tar.gz
this works, although the file download is actually called
gdrcopy-2.1.tar.gz
Is there a specific way to deal with this sort of redirect?
It seems like the tag was renamed from '2.1' to 'v2.1' recently...
This issue is fixed in
https://github.com/easybuilders/easybuild-easyconfigs/pull/11887, which
will be included in the next EasyBuild release.
For now, you can just use "eb --from-pr 11887".
Or manually downloading and renaming "gdrcopy-2.1.tar.gz" to
"2.1.tar.gz" under /trinity/shared/easybuild/sources/g/GDRCopy/ would
most likely work too (as long as the SHA256 checksum is valid).
regards,
Kenneth
Cheers,
Loris