summaryrefslogtreecommitdiff
path: root/lib/spack
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-30Disable duplicate cross-reference warnings in Sphinx.Todd Gamblin1-0/+14
2017-09-30Refactor Package dependency metadataTodd Gamblin14-123/+217
2017-09-30Patch.apply() shouldn't affect working directory of caller.Todd Gamblin1-11/+12
2017-09-30Only print "no patches needed" if there were no patches.Todd Gamblin1-1/+5
2017-09-29Add test deptype (#5132)scheibelp9-11/+181
2017-09-29modules: specialized configure_options for external packages (#5543)Massimiliano Culpo2-2/+20
2017-09-25module files: system paths are excluded from path inspection (#5460)Massimiliano Culpo4-11/+72
2017-09-21Prefer later versions of compilers by default (#5234)scheibelp3-24/+18
2017-09-20update Blas/Lapack section of packaging guide (#5383)Denis Davydov1-12/+41
2017-09-19Modulefiles generated with a template engine (#3183)Massimiliano Culpo94-1775/+15845
2017-09-17Add --show-log-on-error option to `spack install`Todd Gamblin4-14/+59
2017-09-17Remove redundant dest arguments in install.pyTodd Gamblin1-8/+8
2017-09-17Fix log error parsing bug introduced in c830eda0e (#5387)Todd Gamblin2-3/+3
2017-09-17Filter system paths from CMAKE_PREFIX_PATH (#5385)Pramod S Kumbhar1-0/+2
2017-09-16Improve external package location detection algorithm. (#5145)Kelly (KT) Thompson2-1/+8
2017-09-16set CMAKE_PREFIX_PATH for cmake packages (#5364)Denis Davydov1-0/+5
2017-09-12Force reference consistency between Spec & PackageMassimiliano Culpo2-13/+23
2017-09-11clean up concreteness detectionTodd Gamblin3-99/+27
2017-09-11bugfix: concrete dependencies are now copied properly.Todd Gamblin1-25/+44
2017-09-11Simplify logic in Spec.normalize()Todd Gamblin1-4/+4
2017-09-11Preserve original stack trace for UnsatisfiableSpecErrorTodd Gamblin1-3/+4
2017-09-11'with_or_without' accepts bool variantsMassimiliano Culpo2-36/+151
2017-09-09Fix name detection in HeaderList and LibraryList (#5118)Adam J. Stewart2-34/+68
2017-09-08Bootstrap environment-modulesMatthew Scott Krafczyk4-112/+233