Keep Curl Bootstrap Working With http:// (#3113)

* Add comments documenting problems in recent versions of NetCDF.
* Add comments to packages required to install curl.
This commit is contained in:
Elizabeth Fischer
2017-02-17 14:52:08 -05:00
committed by Todd Gamblin
parent a9cf99b3e2
commit 8cb7f3d262
4 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ class Perl(Package):
"""Perl 5 is a highly capable, feature-rich programming language with over
27 years of development."""
homepage = "http://www.perl.org"
# URL must remain http:// so Spack can bootstrap curl
url = "http://www.cpan.org/src/5.0/perl-5.24.1.tar.gz"
version('5.24.1', '765ef511b5b87a164e2531403ee16b3c')