summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Fix code block in docs.Todd Gamblin1-17/+19
2016-03-07Fix bug in -Xlinker argument handlingTodd Gamblin2-8/+9
2016-03-06Merge branch 'eschnett/rpath-comma' of git://github.com/eschnett/spack into e...Todd Gamblin4-19/+30
2016-03-06Don't quote -rpath literalErik Schnetter1-3/+3
2016-03-06Fix docs that have gone stale since repos were added.Todd Gamblin3-12/+25
2016-03-06Merge branch 'features/sbang' into developTodd Gamblin2-1/+87
2016-03-06Make spack_cc, spack_cxx, spack_f77, spack_fc available in build env.Todd Gamblin2-0/+16
2016-03-06Add `expand=False` option for URL downloads.Todd Gamblin5-20/+86
2016-03-06Fix stage creation bug, simplify do_install code.Todd Gamblin1-33/+40
2016-03-05Small refactor: add keep parameter to stage, get rid of stage.destroy call.Todd Gamblin4-93/+144
2016-03-05Revert c5d9ee8924 for bug fixes.Todd Gamblin36-523/+441
2016-03-05Merge pull request #493 from adamjstewart/features/pgiTodd Gamblin5-13/+12
2016-03-05Fix bug in hook: ensure bin directory exists before listing.Todd Gamblin1-0/+3
2016-03-05Fix #104, #54: issues with overlong shebang in deep directories.Todd Gamblin2-1/+84
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