Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-05-23 | 'Ugly merge because I mishandled git | Gregory Becker | 7 | -43/+162 |
2016-05-23 | Fixed errors caught by spec and concretize tests | Gregory Becker | 7 | -48/+160 |
2016-05-23 | Started writing documentation for architecture. Might need a couple more drafts | Mario Melara | 1 | -0/+52 |
2016-05-22 | Fixes #980: really slow spack spec performance | Todd Gamblin | 1 | -2/+1 |
2016-05-22 | fixing warning for package fetch | Tom Scogland | 1 | -8/+25 |
2016-05-21 | update documentation. | Todd Gamblin | 3 | -66/+74 |
2016-05-20 | compiler list is sorted in descending order, in order to get most up to date ... | Mario Melara | 1 | -3/+3 |
2016-05-20 | autopep8 : fixed style | alalazo | 2 | -2/+4 |
2016-05-20 | find : added unit tests, exits with 1 if -E and -e are given | alalazo | 3 | -17/+83 |
2016-05-19 | Changed rpaths method so that it only grabs rpaths using the compiler module ... | Mario Melara | 1 | -14/+10 |
2016-05-19 | Adding link_paths to craype compilers | Mario Melara | 1 | -4/+5 |