Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Mario Melara | 1 | -1/+1 | |
platform_os so we can grab the operating system from the platform getters | |||||
2016-06-06 | Changed OS name to CNL10 so that we properly find the compilers for the test ↵ | Mario Melara | 1 | -2/+2 | |
platform | |||||
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 ↵ | Mario Melara | 1 | -1/+1 | |
use the platform to get the operating system | |||||
2016-06-06 | Passing full arch for proper compiler spec so that we can use the platform ↵ | Mario Melara | 1 | -5/+7 | |
to get the operating system | |||||
2016-06-06 | Passing architecture to functions to find compiler. We can use the platform ↵ | Mario Melara | 1 | -5/+7 | |
name if provided to find the operating system. Also changed error to operating system instead of target since operating system is now in charge of compiler finding. | |||||
2016-06-03 | Made a merge commit earlier with Todd fixing all_platforms, but changed how ↵ | Mario Melara | 1 | -14/+4 | |
architecture looks in spec.yaml. Just three strings. Also made some flake8 formatting changes | |||||
2016-06-03 | Merge branch 'features/newarch' of https://github.com/NERSC/spack into ↵ | Mario Melara | 6 | -22/+34 | |
features/newarch | |||||
2016-06-03 | Changed how architecture looks like in spec.yaml. Now it's only three ↵ | Mario Melara | 1 | -111/+105 | |
strings, platform, os, target in spec.yaml. Also did some flake8 formatting changes | |||||
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 | 3 | -7/+12 | |
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 ↵ | Mario Melara | 1 | -2/+3 | |
module system | |||||
2016-05-30 | Changed platform to py_platform to avoid name collisions. The naming ↵ | Mario Melara | 1 | -3/+3 | |
collisions resulted in an error on linux machines | |||||
2016-05-30 | Added a conditional to check if package is external | Mario Melara | 1 | -1/+2 | |
2016-05-29 | Merge pull request #999 from ashkan2200/develop | Todd Gamblin | 1 | -1/+5 | |
Dealii, Versions added | |||||
2016-05-29 | additional versions for Dealii | Ali Dorostkar | 1 | -1/+5 | |
Included additional versions for Deal.II package. | |||||
2016-05-28 | Performance boost: reduce instantiations of re.Scanner | Todd Gamblin | 1 | -1/+4 | |
- Lexer is the same for every Spec parser in spack, so don't build it every time. - This improves time to import package.py files a lot, as a Lexer doesn't have to be constructed for every spc in the packages. - To concretize dealii: - Before: ~20 sec - After: ~6 sec | |||||
2016-05-28 | Added conditional skipIf to test_external_modules, darwin machines don't ↵ | Mario Melara | 1 | -2/+4 | |
have tcl modules so skip this test and let user know why | |||||
2016-05-28 | Added elcap compilers | Mario Melara | 1 | -0/+22 | |
2016-05-28 | Adding mock package file for external module | Mario Melara | 1 | -0/+37 | |
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 | 27 | -809/+1248 | |
2016-05-27 | Merge branch 'develop' of https://github.com/llnl/spack into develop | Greg Lee | 9 | -93/+334 | |
2016-05-27 | updated libdwarf version and dwarfdump build | Greg Lee | 1 | -5/+3 | |
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 #973 from eschnett/eschnett/openmpi-verbs | Todd Gamblin | 1 | -2/+29 | |
Auto-detect verbs location | |||||
2016-05-27 | Merge pull request #981 from epfl-scitas/tests/unit_test_for_968 | Todd Gamblin | 3 | -17/+85 | |
find : add unit tests | |||||
2016-05-27 | Merge pull request #989 from LLNL/features/cflags-documentation | Todd Gamblin | 4 | -74/+158 | |
updated documentation for cflags PR | |||||
2016-05-27 | Merge pull request #975 from adamjstewart/features/stream | Todd Gamblin | 1 | -0/+62 | |
Add STREAM benchmark package | |||||
2016-05-26 | Fixed backwards compatibility for compilers.yaml config file | Gregory Becker | 2 | -0/+58 | |
2016-05-26 | Merge pull request #992 from davydden/update/dealii | Todd Gamblin | 1 | -65/+78 | |
Update/dealii | |||||
2016-05-26 | Merge pull request #993 from xjrc/packages/metis | Todd Gamblin | 3 | -108/+131 | |
Update Package : METIS/ParMETIS | |||||
2016-05-26 | Added a style checking exemption for lambda expressions. | Joseph Ciurej | 1 | -1/+4 | |
2016-05-26 | dealii: formatting | Denis Davydov | 1 | -61/+73 | |
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-26 | dealii: don't hardcode blas and mpi; minor fixes to dependencies | Denis Davydov | 1 | -9/+10 | |
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 | |