summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2016-08-08Add a ProviderIndex cache.Todd Gamblin1-0/+2
- Spack will check if the index needs updating, and will only parse all package files if it does. - Spack tries to parse as few package files as necessary.
2016-07-20Re-ignore licenses directoryAdam J. Stewart1-0/+1
2016-07-19Add "default" configuration scope.Todd Gamblin1-1/+1
- Default scope is versioned with spack and can be overridden by site or user config. - Default scope provides sensible default concretization preferences for all of Spack. - per-platform concretization scope can be added later (to force a particular MPI on, e.g., Cray systems)
2016-07-18gitignore: don't require opt to be a directoryBen Boeckel1-1/+1
I use a symlink to make it easy to swap out.
2016-06-29Add spack purge --cache to purge local archive cache.Todd Gamblin1-0/+1
2016-01-19code checking : added pep8 and coverallsalalazo1-0/+2
2015-12-25Rework Spack config: keep user & site config in memory.Todd Gamblin1-0/+1
- User and site config are now kept separately in memory. - Merging is done on demand when client code requests the configuration. - Allows user/site config to be updated independently of each other by commands. - simplifies config logic (no more tracking merged files)
2015-05-18YAML config files for compilers and mirrorsMatthew LeGendre1-0/+1
2014-08-16Bugfixes, more consolidation of modules code.Todd Gamblin1-0/+1
- specific module classes use __metaclass__ to register themselves. - bugfixes in module writing.
2014-07-08Adding dotkit support to TAU.Todd Gamblin1-0/+1
- New spack.hooks package - contains modules with pre and post install hooks - New dotkit hook module - generates/removes dotkits on install/uninstall - New spack use, spack unuse commands - use same syntax as install/uninstall - New setup-env.bash script - Sets up path, dotkit support - new spack dotkit command - used by script to parse specs, generate specs of installed pckages for dotkit file names
2014-06-22Add support for configuration files. Fix SPACK-24.Todd Gamblin1-0/+1
2014-04-25Better version wildcard handling, better spideringTodd Gamblin1-1/+1
- 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.
2013-12-25Some fixes recommended by PyCharmTodd Gamblin1-0/+1
2013-12-09Documentation skeletonTodd Gamblin1-0/+1
2013-02-13Initial version of spack with one package: cmakeTodd Gamblin1-0/+4