Age | Commit message (Expand) | Author | Files | Lines |
2016-06-16 | be more tolerant when parsing new specs. | Todd Gamblin | 1 | -6/+13 |
2016-06-16 | Add `__contains__` to arch to satsify old packages. | Todd Gamblin | 1 | -2/+9 |
2016-06-15 | two minor fixes | Gregory Becker | 2 | -9/+9 |
2016-06-15 | Two minor fixes | Gregory Becker | 2 | -8/+8 |
2016-06-10 | I made a hash of that minor merge | Gregory Becker | 5 | -131/+87 |
2016-06-10 | changed compiler yaml format | Gregory Becker | 5 | -131/+87 |
2016-06-07 | Added to_dict back into operating system | Mario Melara | 1 | -1/+9 |
2016-06-07 | Load external modules | Mario Melara | 1 | -1/+8 |
2016-06-06 | Changed to passing full architecture spec to function rather than just platfo... | Mario Melara | 1 | -1/+1 |
2016-06-06 | Changed OS name to CNL10 so that we properly find the compilers for the test ... | Mario Melara | 1 | -2/+2 |
2016-06-06 | Got rid of unnecessary global keyword | Mario Melara | 1 | -1/+0 |
2016-06-06 | Passing through full arch instead of just operating sysystem so that we can u... | Mario Melara | 1 | -1/+1 |
2016-06-06 | Passing full arch for proper compiler spec so that we can use the platform to... | Mario Melara | 1 | -5/+7 |
2016-06-06 | Passing architecture to functions to find compiler. We can use the platform n... | Mario Melara | 1 | -5/+7 |
2016-06-03 | Made a merge commit earlier with Todd fixing all_platforms, but changed how a... | Mario Melara | 1 | -14/+4 |
2016-06-03 | Merge branch 'features/newarch' of https://github.com/NERSC/spack into featur... | Mario Melara | 4 | -16/+26 |
2016-06-03 | Changed how architecture looks like in spec.yaml. Now it's only three strings... | Mario Melara | 1 | -111/+105 |
2016-05-31 | Fix some bugs in architecture. | Todd Gamblin | 2 | -11/+16 |
2016-05-30 | More flexible reading of specs from DB, formatting. | Todd Gamblin | 1 | -4/+6 |
2016-05-30 | Merge branch 'develop' into features/newarch | Todd Gamblin | 1 | -1/+4 |
2016-05-30 | Quick fix for mock compilers.yaml to work on linux machines. | Mario Melara | 1 | -1/+34 |
2016-05-30 | Added extra check on linux machines, since most linux machines don't have mod... | Mario Melara | 1 | -2/+3 |
2016-05-30 | Changed platform to py_platform to avoid name collisions. The naming collisio... | Mario Melara | 1 | -3/+3 |
2016-05-30 | Added a conditional to check if package is external | Mario Melara | 1 | -1/+2 |
2016-05-28 | Performance boost: reduce instantiations of re.Scanner | Todd Gamblin | 1 | -1/+4 |
2016-05-28 | Added conditional skipIf to test_external_modules, darwin machines don't have... | Mario Melara | 1 | -2/+4 |
2016-05-28 | Added elcap compilers | Mario Melara | 1 | -0/+22 |
2016-05-28 | Adding external to mock config | Mario Melara | 1 | -0/+4 |
2016-05-28 | Adding test for external modules | Mario Melara | 1 | -0/+7 |
2016-05-28 | Added external module check in normalize to avoid infinite loop | Mario Melara | 1 | -3/+3 |
2016-05-27 | re-merged mainline develop | Gregory Becker | 11 | -523/+701 |
2016-05-27 | Fixed typo in linux platform | Gregory Becker | 1 | -1/+1 |
2016-05-27 | Fixed the external modules bug | Gregory Becker | 1 | -11/+3 |
2016-05-27 | Merge pull request #981 from epfl-scitas/tests/unit_test_for_968 | Todd Gamblin | 3 | -17/+85 |
2016-05-27 | Merge pull request #989 from LLNL/features/cflags-documentation | Todd Gamblin | 4 | -74/+158 |
2016-05-26 | Fixed backwards compatibility for compilers.yaml config file | Gregory Becker | 1 | -0/+55 |
2016-05-26 | Corrected parantheses wrapping | Mario Melara | 1 | -1/+1 |
2016-05-26 | fixed compiler config init logic | Gregory Becker | 1 | -8/+11 |
2016-05-26 | Allow 'arch=' syntax for specs to allow copying from output | Gregory Becker | 5 | -19/+22 |
2016-05-26 | fixed compatibility work | Gregory Becker | 3 | -43/+2 |
2016-05-26 | made yaml format backwards compatible | Gregory Becker | 3 | -16/+62 |
2016-05-26 | Changed comparison operator so that we don't get caught in an infinite loop | Mario Melara | 1 | -3/+5 |
2016-05-25 | fixed mock config to use truncated versions of linux distro versions | Gregory Becker | 1 | -2/+2 |
2016-05-25 | Fixed test config to work on yosemite | Gregory Becker | 2 | -20/+42 |
2016-05-25 | Merge pull request #982 from trws/rust | Todd Gamblin | 1 | -8/+25 |
2016-05-25 | added test platform | Gregory Becker | 1 | -0/+28 |
2016-05-25 | (hopefully) final fixes of the merge | Gregory Becker | 5 | -24/+38 |
2016-05-25 | updated documentation for cflags PR | Gregory Becker | 4 | -74/+158 |
2016-05-23 | fixed bug where earlier test was blowing away environment, causing an error o... | Gregory Becker | 1 | -1/+4 |
2016-05-23 | Fixed a couple more bugs | Gregory Becker | 2 | -2/+2 |