summaryrefslogtreecommitdiff
path: root/lib/spack/llnl
AgeCommit message (Expand)AuthorFilesLines
2017-05-11filesystem.py: fixed bug introduced in #3367 (scrambled order in output) (#4156)Massimiliano Culpo1-6/+21
2017-05-01Multi-valued variants (#2386)Massimiliano Culpo2-9/+27
2017-04-29Python command, libraries, and headers (#3367)Adam J. Stewart1-153/+350
2017-04-27Convert rest docstrings to Google docstrings. (#3994)Todd Gamblin1-37/+36
2017-04-25Add API Docs for lib/spack/llnl (#3982)Adam J. Stewart6-93/+109
2017-04-23Use six.moves.input instead of raw_input (#3961)Adam J. Stewart1-2/+3
2017-04-21Fix HPL build, convert to MakefilePackage (#3777)Adam J. Stewart1-0/+49
2017-04-06set_executable can set S_IX{GRP,OTH} (#3742)George Hartzell1-2/+8
2017-03-31Use key sorting instead of cmp()Todd Gamblin1-0/+6
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin5-19/+26
2017-03-09created elf virtual package and updated dependent packages (#3317)Gregory Lee1-0/+13
2017-03-04Allow find_libraries to accept lists or strings (#3363)Adam J. Stewart1-13/+15
2017-03-02New interface for passing build information among specs (#1875)Massimiliano Culpo1-0/+14
2017-02-17More consistent yes/no prompts (#3174)Adam J. Stewart1-5/+11
2017-01-20Spack: Correct fix_darwin_install_name (#2886)Erik Schnetter1-1/+6
2016-12-29unit tests: replace nose with pytest (#2502)Massimiliano Culpo2-3/+14
2016-12-28Directive inheritance: laziness for the win (#2623)Massimiliano Culpo1-32/+0
2016-11-17Improve stacktrace printingMatthew Krafczyk1-3/+5
2016-11-16Use better scheme for getting root directoryMatthew Krafczyk1-3/+7
2016-11-16Fix some formatting errors caught by flake8.Matthew Krafczyk1-6/+7
2016-11-16-s now includes the file and line number with infoMatthew Krafczyk1-2/+32
2016-11-03spack install: forward sys.stdin to child processes (#2158)Massimiliano Culpo1-19/+37
2016-10-30Move temp directory configuration to config.yamlTodd Gamblin1-12/+0
2016-10-11Merge branch 'develop' of https://github.com/LLNL/spack into features/install...alalazo2-47/+159
2016-10-11Fix bug with lock upgrades.Todd Gamblin1-12/+16
2016-10-11Add byte-range parameters to llnl.util.lockTodd Gamblin1-19/+40
2016-10-11Remove need to touch lock files before using.Todd Gamblin1-12/+60
2016-10-11Make llnl.util.lock use file objects instead of low-level OS fds.Todd Gamblin1-17/+19
2016-10-11stage : try to remove dead links only of folder that you actually care aboutalalazo1-13/+42
2016-10-11install : finer graned locking for install commandalalazo1-0/+8
2016-10-05Merge branch 'develop' of https://github.com/LLNL/spack into features/install...alalazo3-34/+190
2016-10-04Read-only locks should close fd before opening for write. (#1906)Todd Gamblin1-0/+8
2016-09-30Fix read locks on read-only file systems (#1857)Michael Kuhn1-1/+2
2016-09-21Reworking of `lapack_shared_libs` and similar properties (#1682)Massimiliano Culpo2-33/+180
2016-08-11qa : flake8 issuesalalazo1-6/+11
2016-08-11Merge branch 'develop' of https://github.com/LLNL/spack into features/install...alalazo8-89/+205
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin8-76/+121
2016-08-09Properly re-raise exceptions from lock context handler.Todd Gamblin1-4/+6
2016-08-09Flake8 fixesTodd Gamblin1-8/+10
2016-08-09Move provider cache to home directory and refactor TransactionsTodd Gamblin1-2/+67
2016-08-08Only strip newline chars, not spacesAdam J. Stewart1-1/+1
2016-08-01Merge pull request #1414 from adamjstewart/fixes/filter_filebecker331-7/+9
2016-08-01Fix backup=True for filter_fileAdam J. Stewart1-7/+9
2016-07-25Fix doc for install_tree (cut/paste error)George Hartzell1-1/+1
2016-07-20Merge branch 'develop' of https://github.com/LLNL/spack into features/install...alalazo1-3/+9
2016-07-16flake8 fixesDenis Davydov1-0/+2
2016-07-16add to_lib_name() to get library name from a pathDenis Davydov1-3/+7
2016-07-14log : refactored acquire and release semantic to meet the context manager pro...alalazo1-66/+73
2016-07-13log : changed semantic for start / join (now it's explicit)alalazo1-2/+13
2016-07-13log : added timeout to avoid deadlocks on daemon joinalalazo1-1/+1