summaryrefslogtreecommitdiff
path: root/lib/spack/llnl
AgeCommit message (Expand)AuthorFilesLines
2016-03-31Merge branch 'features/blas-lapack-hardening' into developTodd Gamblin1-1/+17
2016-03-27Merge pull request #658 from davydden/metis_parmetis_darwinTodd Gamblin1-1/+29
2016-03-28metis/parmetis/boost/oce/scalapack: correct install_name on Darwin via a glob...Denis Davydov1-1/+29
2016-03-27Add a method to find the containing directory of a library.Todd Gamblin1-1/+16
2016-03-27Speed up directives by skipping debug info in stack traversal.Todd Gamblin1-2/+4
2016-03-14Optimize __eq__ and __ne__ in key_orderingTodd Gamblin1-2/+2
2016-03-08Merge branch 'features/noexpand' into developTodd Gamblin1-1/+8
2016-03-06Merge branch 'features/sbang' into developTodd Gamblin1-1/+10
2016-03-06Add `expand=False` option for URL downloads.Todd Gamblin1-1/+8
2016-03-05Small refactor: add keep parameter to stage, get rid of stage.destroy call.Todd Gamblin1-2/+3
2016-03-05Revert c5d9ee8924 for bug fixes.Todd Gamblin1-2/+33
2016-03-05Fix #104, #54: issues with overlong shebang in deep directories.Todd Gamblin1-1/+10
2016-03-03Revert "refactoring proposal : turn Stage into a context manager"Todd Gamblin1-33/+2
2016-03-03Merge branch 'develop' of https://github.com/LLNL/spack into refactoring/stagealalazo1-3/+8
2016-03-02remove_link_tree : moved to llnl.util.filesystemalalazo1-2/+18
2016-03-02_cleanup_dead_links : factored method into a function and put it in llnl.file...alalazo1-2/+17
2016-03-01Fix bug in install permission setting.Todd Gamblin1-3/+8
2016-01-19Merge branch 'mplegendre-multi_pkgsrc_roots' into developTodd Gamblin3-22/+57
2016-01-17Merge pull request #202 from scheibelp/features/unittest-xml-output-noseTodd Gamblin1-9/+25
2016-01-14Make text wrapping off by default in tty, add a kwarg for it.Todd Gamblin1-14/+25
2015-12-25Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin8-9/+9
2015-12-21Merge pull request #208 from epfl-scitas/features/resource_directiveTodd Gamblin1-1/+1
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin8-8/+8
2015-11-26resource directive : sketch of implementation + clang / llvm use caseMassimiliano Culpo1-1/+1
2015-11-24Update log_output to handle cases where sys.stdout/stderr streams do not havePeter Scheibel1-9/+25
2015-11-12Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin5-19/+186
2015-10-29Merge Greg Becker's build database support into develop.Todd Gamblin2-1/+176
2015-10-27Build database working with simple transaction support; all tests passing.Todd Gamblin1-0/+5
2015-10-27Fix stupid lock bug.Todd Gamblin1-16/+24
2015-10-27Lock acquires return True/False depending on whether they got POSIX lock.Todd Gamblin1-4/+15
2015-10-26python: use the setdefault method on dictBen Boeckel1-4/+1
2015-10-24Working Lock class, now uses POSIX fcntl locks, extensive unit test.Todd Gamblin1-83/+84
2015-10-13Add forgotten file from previous commit.Todd Gamblin1-0/+5
2015-10-12Fix bug in colify color handling.Todd Gamblin1-14/+4
2015-09-17Simplify lock context managers.Todd Gamblin1-9/+21
2015-09-17Several changes to DB implementation.Todd Gamblin2-11/+18
2015-08-31Fixed several issues from code reviewGregory Becker1-0/+136
2015-08-24Save progress. import gov.llnl.spack.mpich works.Todd Gamblin1-0/+7
2015-08-16Better `@memoized` decorator.Todd Gamblin1-8/+25
2015-06-20log_output now allows echo to be toggled wtih 'v' keyTodd Gamblin1-15/+78
2015-06-06Add FileFilter convenience class to llnl.util.filesystem.Todd Gamblin1-1/+10
2015-06-06Removed autosave files from previous commit.Saravan Pantham2-229/+0
2015-06-06Fixed BLAS and Lapack installationsSaravan Pantham3-1/+229
2015-05-29debug instead of info logging in llnl.util.filesystemTodd Gamblin1-2/+2
2015-05-29SPACK-69: Add context manager to fork and log output in a with block.Todd Gamblin1-0/+178
2015-05-29Add ability to force color mode even if terminal is NOT a ttyTodd Gamblin1-2/+6
2015-05-29Add ability to test whether tty verbose or debug is enabled.Todd Gamblin1-0/+8
2015-05-10Modularize directives. Now each directive specifies its storage.Todd Gamblin1-15/+10
2015-05-10relations are now "directives", and code is cleaned up.Todd Gamblin1-2/+23
2015-03-12Add install_tree, force_symlink helper functions.Todd Gamblin2-91/+112