Skip to content

RFE: add --url option to download a package from a specific URL #424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rouson opened this issue Aug 2, 2017 · 2 comments
Closed

RFE: add --url option to download a package from a specific URL #424

rouson opened this issue Aug 2, 2017 · 2 comments
Assignees

Comments

@rouson
Copy link
Member

rouson commented Aug 2, 2017

Avg response time
Issue Stats

Request for Enhancement (RFE)

With the advent of the Sourcery Institute fork of GCC, it would be nice to be able to redirect the installer to grab a package from a different URL than the usual one. I'll work on adding a --url (or --URL?) option to facilitate something like the following, which would install the freshly minted release of a branch that provides experimental, partial support for Fortran 2015 teams:

./install.sh --package gcc --url https://github.com/sourceryinstitute/gcc/archive/teams.tar.gz

This will become increasingly useful if more gfortran/OpenCoarrays contributors are willing to push their compiler edits to a branch of the aforementioned fork rather than distributing patches, which can sometimes be tricky and time-consuming to apply.

@rouson rouson self-assigned this Aug 2, 2017
@zbeekman
Copy link
Collaborator

zbeekman commented Aug 2, 2017

And just when I think we're making progress on the issue backlog... 😄

I'm being silly, obviously. This is a good idea, and will certainly come in handy.

@rouson
Copy link
Member Author

rouson commented Aug 2, 2017

@zbeekman No worries. I just submitted a pull request that fixes this issue. I wanted to have a GCC build running in the background while I finish a proposal. ;)

zbeekman added a commit that referenced this issue Aug 3, 2017
Add -u/--from-url option for install.sh

 Fixes #424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants