diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-05-16 17:14:37 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-05-17 13:47:01 -0700 |
commit | b32cbd6b133796ca95ebc1f407653a4e3985b832 (patch) | |
tree | 1a3464650505842b31161ba8d8efb0d1827bfccd /bin | |
parent | e0c7a63a5a480c37d4879b93f131d5f730ef5722 (diff) | |
download | spack-b32cbd6b133796ca95ebc1f407653a4e3985b832.tar.gz spack-b32cbd6b133796ca95ebc1f407653a4e3985b832.tar.bz2 spack-b32cbd6b133796ca95ebc1f407653a4e3985b832.tar.xz spack-b32cbd6b133796ca95ebc1f407653a4e3985b832.zip |
Better version substitution and wildcard URLs.
- Previously, URLs like this wouldn't work with spack create:
http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.13.tar.bz2
The '5' in hdf5 would interfere with version wildcard substitution beacuse
the wildcard regex would subsume it.
We now take the name of the package OUT of the URL before splitting it up
and adding version wildcards. This prevents names with numbers from breaking
url.wildcard_version.
Also added a package sanity check test that ensures all builtin packages
work with wildcard_version.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions