fix source URLs for rgeos after source tarball was moved to CRAN archive#9954
Conversation
| toolchain = {'name': 'foss', 'version': '2019a'} | ||
|
|
||
| source_urls = ['https://cran.r-project.org/src/contrib/'] | ||
| source_urls = ['https://cran.r-project.org/src/contrib/Archive/rgeos'] |
There was a problem hiding this comment.
@arielzn We should keep both URLs, to avoid running into this issue again with future versions of rgeos?
Also, please apply the same fix to the other rgeos easyconfigs (especially since it's trivial to verify the fix via eb --fetch)
There was a problem hiding this comment.
ok, i'll add for all.
I think once there's a new version, any archived stays forever in /contrib/Archive.
but for consistency probably makes more sense to have all R packages with both urls.
|
Test report by @boegel |
|
Going in, thanks @arielzn! |
(created using
eb --new-pr)