Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-04 | Replace github.com/llnl/spack with github.com/spack/spack (#6142) | Todd Gamblin | 1 | -1/+1 | |
We moved to a new GitHub org! Now make the code and docs reflect that. | |||||
2017-09-06 | Update copyright notices for 2017 (#5295) | Michael Kuhn | 1 | -1/+1 | |
2017-06-24 | Make LICENSE recognizable by GitHub. (#4598) | Todd Gamblin | 1 | -1/+1 | |
2016-08-10 | Spack packages now PEP8 compliant. | Todd Gamblin | 1 | -0/+1 | |
2016-05-11 | Correct LLNL LGPL license template for clarity. | Todd Gamblin | 1 | -0/+24 | |
2015-11-26 | New, cleaner package repository structure. | Todd Gamblin | 1 | -0/+21 | |
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages). |