summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-03-04Merge pull request #492 from adamjstewart/typos/compilerbecker331-2/+2
2016-03-04Typo fix in compiler docstringAdam J. Stewart1-2/+2
2016-03-03Rmoved periods. Should help use of cut'n'paste from console windows.citibeth15-58/+58
2016-03-03Modifications to get PGI workingAdam J. Stewart5-13/+12
2016-03-03Revert "refactoring proposal : turn Stage into a context manager"Todd Gamblin36-434/+515
2016-03-03help spack versions paraview to get versions without vLuigi Calori1-1/+1
2016-03-03test : fixed tests that were broken by import optimizationalalazo1-5/+15
2016-03-03Merge branch 'develop' of https://github.com/LLNL/spack into refactoring/stagealalazo17-72/+218
2016-03-03stage : minor syntax fixalalazo1-1/+1
2016-03-03Merge pull request #475 from LLNL/features/env-and-package-provenanceTodd Gamblin6-50/+183
2016-03-03stage : added create function as decided in #477 commentsalalazo1-20/+30
2016-03-03test : optimized import statementsalalazo31-128/+61
2016-03-02made spack more conservative in compiler strategies attemptedGregory Becker1-1/+1
2016-03-02made spack more conservative in compiler strategies attemptedGregory Becker1-1/+10
2016-03-02Changed os subclasses CNL to change attribute to MODULESMario Melara3-28/+2
2016-03-02Default PATH argMario Melara1-11/+1
2016-03-02fixed floating 'target'Gregory Becker1-1/+1
2016-03-02fixed type/bugGregory Becker1-1/+1
2016-03-02fixed type/bugGregory Becker1-1/+1
2016-03-02Made module handling much saner and saferGregory Becker5-28/+38
2016-03-02Merge branch 'features/newarch' of https://github.com/NERSC/spack into featur...Mario Melara1-1/+1
2016-03-02fixed a bug and a test bugGregory Becker1-1/+1
2016-03-02Added 'better' testsMario Melara1-36/+24
2016-03-02Changed architecture to dictMario Melara1-1/+1
2016-03-02Got rid of the compiler strategy from targetMario Melara4-7/+7
2016-03-02Changed to_dictionary and from_dictionary methodsMario Melara1-46/+68
2016-03-02bug huntingGregory Becker3-11/+10
2016-03-02Add CPATH pointing to include directories.Glenn Johnson2-1/+3
2016-03-02Merge branch 'features/newarch' of https://github.com/NERSC/spack into featur...Mario Melara2-83/+7
2016-03-02another partial, narrowing in on proper archGregory Becker2-83/+7
2016-03-02Changed Arch to class instead of namedtuple. Now platform is automatically se...Mario Melara1-5/+7
2016-03-02partial work on bug huntingGregory Becker3-38/+37
2016-03-02Fixed some indentation errorsMario Melara1-4/+4
2016-03-02Changed add_architecture_from_string and split the work done into two methods...Mario Melara1-63/+75
2016-03-02Changed _cmp_keyMario Melara1-1/+1
2016-03-02Merge pull request #465 from citibeth/efischer/160229-RemoteRootBugfixTodd Gamblin1-4/+9
2016-03-02made arch instantiate as a tupleGregory Becker1-1/+7
2016-03-02cleaned up concretize architectureGregory Becker1-28/+65
2016-03-02package : updated docalalazo1-1/+0
2016-03-02package : removed do_clean()alalazo6-43/+17
2016-03-02remove_link_tree : moved to llnl.util.filesystemalalazo2-20/+21
2016-03-02_cleanup_dead_links : factored method into a function and put it in llnl.file...alalazo2-18/+21
2016-03-02package : minor syntax fixesalalazo2-52/+58
2016-03-02stage : updated functions docalalazo1-28/+21
2016-03-02stage : removed _setup methodalalazo1-32/+25
2016-03-02test : fixed failing unit testsalalazo8-121/+124
2016-03-02Fixes #476: create was broken for FTP URLs.Todd Gamblin1-3/+3
2016-03-02Fixes #469: Store package.py files in the .spack directory.Todd Gamblin2-0/+90
2016-03-02Fixes #175: Dump environment provenance as well as build log.Todd Gamblin3-1/+27
2016-03-02Move repo creation code into repository.pyTodd Gamblin2-46/+58