summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-10-24add --all option to `spack flake8`Todd Gamblin1-14/+41
2017-10-23package: remove bare except statements (#5896)scheibelp1-2/+2
2017-10-20getting_started.rst: removed tip suggesting the use of 2 Spack instances (#4061)Massimiliano Culpo1-13/+0
2017-10-20module-type argument defaults to 'tcl' instead of every known type (#5751)Massimiliano Culpo3-3/+6
2017-10-20buildcache command updates (#5860)Patrick Gartung3-37/+159
2017-10-20Update Getting Started docs to clarify that full Xcode suite is required for ...Adam J. Stewart2-6/+79
2017-10-19spack blame can take a path to a file in the Spack repo (#5793)Todd Gamblin2-7/+28
2017-10-19Allow documentation to build in Python 3 (#5736)Adam J. Stewart1-7/+2
2017-10-17filter_file, don't remove absent backup file (#5733)George Hartzell1-1/+1
2017-10-17Minor typos and corections (#5789)Michael F. Herbst1-2/+2
2017-10-17Exercise more code paths in the git fetcher.Todd Gamblin1-7/+35
2017-10-17Spack tests no longer clutter var/spack/stageTodd Gamblin5-106/+153
2017-10-17``Package.stage`` no longer implicitly makes stage directoryTodd Gamblin1-9/+9
2017-10-17Spack tests no longer use the var/spack/stage directory.Todd Gamblin1-9/+17
2017-10-17Spack core and tests no longer use `os.chdir()`Todd Gamblin14-450/+393
2017-10-14Ensure that FileList makes it into the documentation (#5739)Adam J. Stewart1-0/+1
2017-10-13Clean up logic in Sepc.satisfies_dependencies()Todd Gamblin1-5/+9
2017-10-13Remove single-root assertion from Spec.rootTodd Gamblin2-11/+6
2017-10-13Use list instead of OrderedDict to find virtual/external candidatesTodd Gamblin1-6/+3
2017-10-13avoid creating lots of dictionaries in traverse_edges()Todd Gamblin1-15/+14
2017-10-13Don't redundantly check for providers of non-virtuals.Todd Gamblin1-0/+3
2017-10-13Cache compilers parsed from config filesTodd Gamblin1-29/+39
2017-10-13This fixes a bug in creating rpaths relative to $ORIGIN on linux. (#5726)Patrick Gartung3-29/+34
2017-10-13Docker Workflow (#5582)Axel Huebl1-0/+143
2017-10-12various fixes for macOS high sierra (#5647)Denis Davydov1-1/+10
2017-10-12Make --trusted default when running spack gpg list (#5678)David Hows2-1/+2
2017-10-12Speed up concretization (#5716)Todd Gamblin4-17/+23
2017-10-12Better install output (#5714)Todd Gamblin6-20/+17
2017-10-10compilers/clang: add flang (#5503)Christoph Junghans3-10/+16
2017-10-09Add package for aspell and ass't dictionaries (#3890)George Hartzell2-0/+59
2017-10-09Fix setup for changes to dirty flag (#5592)becker332-3/+7
2017-10-06Don't check package.installed in _mark_concrete if value=True (#5634)scheibelp2-1/+18
2017-10-05Fix formatting typo (#5622)Jimmy Tang1-1/+1
2017-10-05Don't change properties on already-installed packages (#5580)scheibelp2-0/+45
2017-10-04Identify the flag handlers feature as beta (#5609)becker331-0/+5
2017-10-04Fix module loads (#5599)becker331-10/+16
2017-10-04module files: restricted token expansion + case sensitivity (#5474)Massimiliano Culpo8-22/+170
2017-10-04spec.patches: fix dictionary reference (#5608)scheibelp1-2/+3
2017-10-04Hotfix: maintain patch order while fixing hashMassimiliano Culpo2-23/+29
2017-10-03wrap generator with collection to avoid exhausting it with single iteration (...scheibelp1-3/+3
2017-10-02patch: add workdir option (#5501)Christoph Junghans3-11/+46
2017-09-30Port CTest's log scraping logic to Spack (#5561)Todd Gamblin4-62/+387
2017-09-30Add testing for spack blame; refactor llnl.util testsTodd Gamblin7-23/+106
2017-09-30Add 'spack blame' command: shows contributors to packagesTodd Gamblin6-25/+280
2017-09-30Typo: file -> directory (#5560)George Hartzell1-1/+1
2017-09-30Documentation for dependency patching.Todd Gamblin3-23/+189
2017-09-30Patches are hashed with specs, and can be associated with dependencies.Todd Gamblin13-155/+555
2017-09-30add spack flake8 exception for long checksumsTodd Gamblin1-2/+2
2017-09-30Clean up exceptions and function names in directives.Todd Gamblin1-41/+23
2017-09-30Consolidate some web-spidering commands in spack.util.webTodd Gamblin6-116/+118