We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f31f5d commit 7ec67cfCopy full SHA for 7ec67cf
1 file changed
easybuild/framework/easyconfig/templates.py
@@ -98,6 +98,8 @@
98
'download.savannah.gnu.org source url'),
99
('GNU_SOURCE', 'https://ftpmirror.gnu.org/gnu/%(namelower)s',
100
'gnu.org source url'),
101
+ ('GOOGLECODE_SOURCE', 'http://%(namelower)s.googlecode.com/files',
102
+ 'googlecode.com source url'),
103
('LAUNCHPAD_SOURCE', 'https://launchpad.net/%(namelower)s/%(version_major_minor)s.x/%(version)s/+download/',
104
'launchpad.net source url'),
105
('PYPI_SOURCE', 'https://pypi.python.org/packages/source/%(nameletter)s/%(name)s',
0 commit comments