Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-16 | Update docs for new package structure. | Todd Gamblin | 2 | -133/+109 | |
2014-03-16 | Move packages and mock packages to /var/spack | Todd Gamblin | 39 | -17/+18 | |
2014-03-16 | Add a test for package names | Todd Gamblin | 1 | -1/+12 | |
2014-03-16 | Modify create and edit to work with new package format. | Todd Gamblin | 2 | -4/+10 | |
2014-03-16 | New, more consistent package directory structure. | Todd Gamblin | 64 | -486/+554 | |
- Packages now live in <package_name>/package.py - spack.packages refactored to use a PackageDB object instead of monolithic module. - Implementation of mock_packages_test.py is greatly simplified - Added test to exercise install/uninstall code because that wasn't covered by existing tests and kept breaking. | |||||
2014-03-15 | Integrate & clean up packages from LLNL hackathon. | Todd Gamblin | 5 | -15/+23 | |
2014-03-15 | Merge branch 'openmpi' into next | Todd Gamblin | 3 | -0/+191 | |
2014-03-15 | Merge branch 'scr' into next | Todd Gamblin | 1 | -0/+39 | |
2014-03-15 | Merge branch 'spindle' into next | Todd Gamblin | 2 | -2/+48 | |
- Fixed conflicting changes to env/cc - TODO: get rid of small hack in cc for machines with no CC | |||||
2014-03-15 | Merge branch 'stat' into next | Todd Gamblin | 4 | -0/+68 | |
2014-03-15 | Merge branch 'launchmon' into next | Todd Gamblin | 3 | -0/+199 | |
2014-03-15 | patches for openmpi 1.6.5 | Adam Moody | 3 | -0/+191 | |
2014-03-15 | adding scr | Adam Moody | 1 | -0/+39 | |
2014-03-14 | Moving utilities to a common LLNL package. | Todd Gamblin | 51 | -227/+229 | |
2014-03-14 | cleaned up fixmes in package | Gregory L. Lee | 3 | -58/+2 | |
2014-03-14 | launchmon dependency added as comment, need Jira SPACK-21 fixed | Gregory L. Lee | 1 | -3/+3 | |
2014-03-14 | launchmon dependency added as comment, need Jira SPACK-20 fixed | Gregory L. Lee | 1 | -0/+6 | |
2014-03-14 | Merge branch 'launchmon' of ssh://cz-stash.llnl.gov:7999/scale/spack into stat | Gregory L. Lee | 3 | -0/+199 | |
2014-03-14 | fixes for launchmon build | Gregory L. Lee | 2 | -1/+23 | |
2014-03-14 | Fix spindle launchmon dependency | Matthew LeGendre | 1 | -2/+2 | |
2014-03-14 | Merge branch 'version_opt' into spindle | Matthew LeGendre | 1 | -1/+4 | |
2014-03-14 | Fix issue when compiler wrappers ran gcc -V | Matthew LeGendre | 1 | -1/+4 | |
2014-03-14 | fix branch | Gregory L. Lee | 0 | -0/+0 | |
2014-03-14 | added workaround to libtool bug + config using non-spack launchmon | Gregory L. Lee | 1 | -1/+8 | |
2014-03-14 | initial stat creation | Gregory L. Lee | 1 | -0/+40 | |
2014-03-14 | removed curl -k hack after rebase with spack -k fix | Gregory L. Lee | 1 | -1/+0 | |
2014-03-14 | workarounds for bugs | Gregory L. Lee | 2 | -1/+7 | |
2014-03-14 | adding pmgr_collective | Adam Moody | 1 | -0/+38 | |
2014-03-14 | Add str() calls around messages in tty | Todd Gamblin | 1 | -5/+5 | |
2014-03-14 | Use unzip to unpackage .zip files | Matthew LeGendre | 1 | -0/+3 | |
2014-03-14 | Support github URLs | Todd Gamblin | 2 | -1/+5 | |
2014-03-14 | change rename to move in mirror creation | Adam Moody | 1 | -1/+2 | |
2014-03-14 | added mrnet and graphlib | Gregory L. Lee | 3 | -0/+66 | |
2014-03-14 | Added a -k/--insecure option to make curl not check certs. | Todd Gamblin | 1 | -2/+9 | |
2014-03-14 | initial stat creation | Gregory L. Lee | 1 | -0/+40 | |
2014-03-13 | Change spindle package to use hardcoded LaunchMON path | Matthew LeGendre | 1 | -2/+2 | |
2014-03-13 | Merge branch 'master' into spindle | Matthew LeGendre | 6 | -8/+61 | |
2014-03-13 | Add build fix patch to launchmon | Matthew LeGendre | 2 | -0/+132 | |
2014-03-13 | removed curl -k hack after rebase with spack -k fix | Gregory L. Lee | 1 | -1/+0 | |
2014-03-13 | Merge branch 'master' of ssh://cz-stash.llnl.gov:7999/scale/spack into stat | Gregory L. Lee | 6 | -8/+61 | |
2014-03-13 | Add force_url option to launchmon for unversioned URL | Todd Gamblin | 1 | -1/+2 | |
2014-03-13 | Add launchmon package to spack | Matthew LeGendre | 1 | -0/+37 | |
2014-03-13 | Added a force_url option for packages that do not have nice URLs | Todd Gamblin | 1 | -0/+7 | |
2014-03-13 | workarounds for bugs | Gregory L. Lee | 2 | -1/+7 | |
2014-03-13 | Merge branch 'master' of https://lc.llnl.gov/stash/scm/scale/spack | Adam Moody | 4 | -6/+13 | |
2014-03-13 | adding pmgr_collective | Adam Moody | 1 | -0/+38 | |
2014-03-13 | Add str() calls around messages in tty | Todd Gamblin | 1 | -5/+5 | |
2014-03-13 | Merge pull request #2 in SCALE/spack from zippackages to master | George Todd Gamblin | 1 | -0/+3 | |
# By Matthew LeGendre # Via Matthew LeGendre * commit '67203f17e09da90a62d4ae8105c3de5b73c09951': Use unzip to unpackage .zip files | |||||
2014-03-13 | Merge branch 'master' into zippackages | Matthew LeGendre | 3 | -3/+15 | |
2014-03-13 | Use unzip to unpackage .zip files | Matthew LeGendre | 1 | -0/+3 | |