Closed
Description
Avg response time |
---|
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.