summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2016-06-04unit test : prerequisitesalalazo1-0/+29
2016-06-04unit test : custom module file loadalalazo1-2/+9
2016-06-04unit test : write a whitelisted modulealalazo1-0/+5
2016-06-04unit test : write a blacklisted modulealalazo1-0/+3
2016-06-04unit test : whitelistalalazo1-1/+3
2016-06-04autopep8 : fixed style issuesalalazo1-1/+4
2016-06-04unit test : wrong tag for dependenciesalalazo1-0/+1
2016-06-04unit test : inspect_pathalalazo1-0/+9
2016-06-04unit test : update dictionary extending listsalalazo1-0/+28
2016-06-03Made a merge commit earlier with Todd fixing all_platforms, but changed how ↵Mario Melara1-14/+4
architecture looks in spec.yaml. Just three strings. Also made some flake8 formatting changes
2016-06-03Merge branch 'features/newarch' of https://github.com/NERSC/spack into ↵Mario Melara4-16/+26
features/newarch
2016-06-03Changed how architecture looks like in spec.yaml. Now it's only three ↵Mario Melara1-111/+105
strings, platform, os, target in spec.yaml. Also did some flake8 formatting changes
2016-06-02Update version to correspond to master.Todd Gamblin1-1/+1
2016-05-31Fixed config format to allow default compiler flagsGregory Becker1-0/+12
2016-05-31Fix some bugs in architecture.Todd Gamblin2-11/+16
2016-05-30More flexible reading of specs from DB, formatting.Todd Gamblin1-4/+6
2016-05-30Merge branch 'develop' into features/newarchTodd Gamblin1-1/+4
2016-05-30Quick fix for mock compilers.yaml to work on linux machines.Mario Melara1-1/+34
2016-05-30Added extra check on linux machines, since most linux machines don't have ↵Mario Melara1-2/+3
module system
2016-05-30Changed platform to py_platform to avoid name collisions. The naming ↵Mario Melara1-3/+3
collisions resulted in an error on linux machines
2016-05-30Added a conditional to check if package is externalMario Melara1-1/+2
2016-05-28Performance boost: reduce instantiations of re.ScannerTodd Gamblin1-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-28Added conditional skipIf to test_external_modules, darwin machines don't ↵Mario Melara1-2/+4
have tcl modules so skip this test and let user know why
2016-05-28Added elcap compilersMario Melara1-0/+22
2016-05-28Adding external to mock configMario Melara1-0/+4
2016-05-28Adding test for external modulesMario Melara1-0/+7
2016-05-28Added external module check in normalize to avoid infinite loopMario Melara1-3/+3
2016-05-27re-merged mainline developGregory Becker11-523/+701
2016-05-27Fixed typo in linux platformGregory Becker1-1/+1
2016-05-27Fixed the external modules bugGregory Becker1-11/+3
2016-05-27Merge pull request #981 from epfl-scitas/tests/unit_test_for_968Todd Gamblin3-17/+85
find : add unit tests
2016-05-27Merge pull request #989 from LLNL/features/cflags-documentationTodd Gamblin4-74/+158
updated documentation for cflags PR
2016-05-26Fixed backwards compatibility for compilers.yaml config fileGregory Becker1-0/+55
2016-05-26Corrected parantheses wrappingMario Melara1-1/+1
2016-05-26fixed compiler config init logicGregory Becker1-8/+11
2016-05-26Allow 'arch=' syntax for specs to allow copying from outputGregory Becker5-19/+22
2016-05-26fixed compatibility workGregory Becker3-43/+2
2016-05-26made yaml format backwards compatibleGregory Becker3-16/+62
2016-05-26Changed comparison operator so that we don't get caught in an infinite loopMario Melara1-3/+5
2016-05-25fixed mock config to use truncated versions of linux distro versionsGregory Becker1-2/+2
2016-05-25Fixed test config to work on yosemiteGregory Becker2-20/+42
2016-05-25Merge pull request #982 from trws/rustTodd Gamblin1-8/+25
Rust
2016-05-25added test platformGregory Becker1-0/+28
2016-05-25(hopefully) final fixes of the mergeGregory Becker5-24/+38
2016-05-25updated documentation for cflags PRGregory Becker4-74/+158
2016-05-24merge from developPeter Scheibel165-2839/+5568
2016-05-24modules : it's possible to add suffixes to module files based on constraintalalazo2-2/+10
2016-05-23fixed bug where earlier test was blowing away environment, causing an error ↵Gregory Becker1-1/+4
on which('modulecmd')
2016-05-23Fixed a couple more bugsGregory Becker2-2/+2
2016-05-23'Ugly merge because I mishandled gitGregory Becker7-43/+162
Merge branch 'save' into features/newarch