summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-07dump environment in sourceable form (#5301)Rob Latham1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn232-232/+232
2017-09-05Added support for querying by tags (#4786)Massimiliano Culpo9-127/+518
2017-09-05Fixed bug in `spack env` due to missing argument. (#5280)Massimiliano Culpo3-7/+58
2017-09-01Set default cmake build_type to Release for llvmscheibelp1-1/+1
2017-08-31Patch directive allows non-archives (#5197)Massimiliano Culpo5-1/+100
2017-08-30add optional maintainers property to package (#5230)Denis Davydov2-0/+9
2017-08-30Slightly better error matching when parsing spack logs (#5236)Andrey Prokopenko1-1/+1
2017-08-29Added unit tests for Spec.__init__ exceptional pathsalalazo1-0/+11
2017-08-29Fixed bug in Spec._dup, updated docstringalalazo1-7/+17
2017-08-29Make Spec construction simpler (#5227)Todd Gamblin1-27/+26
2017-08-28Add --show-full-compiler option to 'spack find'Matthew Scott Krafczyk2-2/+12
2017-08-25Removed default value for 'dirty' function argument. (#5109)Massimiliano Culpo1-3/+3
2017-08-25Fix copyright years in spack create template (#5203)Michael Kuhn1-1/+1
2017-08-25Improve Ubuntu arch detection (#2649)Michael Kuhn1-1/+6
2017-08-25Link extra_rpaths from compilers.yaml at build time (#5211)scheibelp1-0/+2
2017-08-25patch config.guess for any ppc64le arch (#5215)Gregory Lee1-1/+1
2017-08-25Improve grammar in build log error message. (#5214)Todd Gamblin1-2/+7
2017-08-25Add contributors link to Sphinx docs (#5213)Mark C. Miller1-1/+1
2017-08-25Respect --insecure (-k) flag when fetching list_url. (#5178)Sergey Kosukhin1-3/+33
2017-08-24test/gpg: init from the testing key directoryBen Boeckel1-11/+2
2017-08-24gpg: add an argument for the import directoryBen Boeckel1-2/+8
2017-08-23Improve Spec literals, add Spec.from_dict() (#5151)Massimiliano Culpo4-199/+472
2017-08-23Add --source option to spack install (#4102)Christoph Junghans3-0/+27