summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-10-30Auto install available pre-built packages from binary cache (#5242)scheibelp5-30/+62
2017-10-27Bugfix: from_list_url(). (#5780)Sergey Kosukhin2-1/+16
2017-10-26Package.extends: update semantics when package isn't concrete (#5600)Ben Boeckel1-1/+10
2017-10-26Buildcache: symlinks, externals, & install-checking (#5894)Patrick Gartung4-61/+62
2017-10-26Colorize "Installing pkg_name" (#5950)Ondřej Čertík1-1/+2
2017-10-25Check for namespace-qualified packages in repo_for_pkg (#5787)scheibelp2-10/+88
2017-10-25Specify base branch for flake8 comparison (#5796)George Hartzell1-1/+6
2017-10-24'spack install' can overwrite an existing installation (#5384)Massimiliano Culpo4-52/+274
2017-10-24Fix bug in spack flake8 when no files differ from develop (#5898)Todd Gamblin1-1/+4
2017-10-24do not use 'l' as a variable name, to appease new flake8 versionTodd Gamblin8-55/+53
2017-10-24Fix bare 'except:' to placate errors in new flake8 version.Todd Gamblin12-21/+21
2017-10-24log tests use tmpdir properlyTodd Gamblin1-30/+35
2017-10-24fix bugs found with stricter flake8 rulesTodd Gamblin7-9/+17
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin76-129/+195
2017-10-24flake8: no wildcards in core; only `import *` from spack in packagesTodd Gamblin2-20/+52
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