diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-04-25 14:41:37 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-04-25 14:41:37 -0700 |
commit | 3bbca9bd05b0032d170f3e86a594b68157a66472 (patch) | |
tree | 7934465364113819eca3573c107e990ac31c20a8 /.gitignore | |
parent | 15589754ecfee76ae6972eeebfe5d888172e5b9b (diff) | |
download | spack-3bbca9bd05b0032d170f3e86a594b68157a66472.tar.gz spack-3bbca9bd05b0032d170f3e86a594b68157a66472.tar.bz2 spack-3bbca9bd05b0032d170f3e86a594b68157a66472.tar.xz spack-3bbca9bd05b0032d170f3e86a594b68157a66472.zip |
Better version wildcard handling, better spidering
- Allow version wildcards to match [_-.] instead of the exact separators
the version was constructed with.
- Handles the fact that boost versions are written both 1.55.0 and 1_55_0.
- Update spidering to handle parse errors and warn that Python < 2.7.3 has
less robust HTML parsing abilities.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0e239fa0bb..7010bf7ede 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ +/var/spack/stage *.pyc /opt/ -/var/ *~ .DS_Store .idea |