summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Make install command reusable within single Spack runTodd Gamblin3-21/+48
2017-08-22SpackCommand uses log_output to capture command output.Todd Gamblin5-43/+29
2017-08-22log_ouptut can take either a filename or a file objectTodd Gamblin1-55/+93
2017-08-22Display build output on ProcessError, instead of Python context.Todd Gamblin2-29/+200
2017-08-22Limit package context to 3 lines and colorize in error output.Todd Gamblin1-4/+16
2017-08-22Config scopes are now returning OrderedDicts instead of dicts. (#5183)Massimiliano Culpo3-3/+73
2017-08-21Add environment variables to path substitutionMatthew Scott Krafczyk3-22/+52
2017-08-21Added custom messages for conflicts directive. fixes #4965 (#5083)Massimiliano Culpo2-8/+26
2017-08-20Unbuffer so that output from packages appears when redirectingTodd Gamblin2-2/+65
2017-08-20Add tests for output redirection.Todd Gamblin1-0/+95
2017-08-20Preserve verbosity across installs when 'v' is pressed.Todd Gamblin3-66/+159
2017-08-20Fix exit call in `SpackError.die()`Todd Gamblin1-3/+3
2017-08-20Rework output redirection in Spack.Todd Gamblin5-237/+267
2017-08-20Make SpackCommand a bit more testableTodd Gamblin1-5/+15
2017-08-20Fix issue with color formatting regular expression. (#5171)Todd Gamblin1-19/+20
2017-08-19Make test_inspect_path work on Mac OS X without XCode (#5168)Todd Gamblin1-2/+8
2017-08-18sbang support: add node-js and fix luahealther1-1/+8
2017-08-17Docs: Travis-CI Workflow (#5133)Axel Huebl1-0/+78
2017-08-17Colorize spack info. Adds prominence to preferred version. (#4994)Massimiliano Culpo2-33/+117
2017-08-17Improved error message for unsatisfiable specs (#5113)Massimiliano Culpo1-4/+13
2017-08-17Relaxed constraints on config.yaml structure (#5115)Massimiliano Culpo1-1/+0
2017-08-16buildcache fixes: index.html & unsigned installsPatrick Gartung1-20/+21
2017-08-16Add tab completion & update docs for buildcacheAdam J. Stewart2-67/+91
2017-08-16Add better generator support to CMakePackage (#4988)Adam J. Stewart2-8/+65
2017-08-16Refactor IntelInstaller into IntelPackage base class (#4300)Adam J. Stewart9-112/+366
2017-08-14Create, install and relocate tarballs of installed packagesPatrick Gartung6-0/+1426
2017-08-14Added a custom action for --clean and --dirty. (#5081)Massimiliano Culpo3-9/+52
2017-08-14Decode process stream only for python3scheibelp1-2/+17
2017-08-11patch: get correct package directory for a given packageMassimiliano Culpo1-3/+15
2017-08-09bugfix for module_cmd (#5038)becker332-2/+2
2017-08-09Merged 'purge' command with 'clean' and deleted 'purge' (#4970)Massimiliano Culpo6-89/+129
2017-08-09Bugfixes for compiler detection on the Cray platform. (#3075)Sergey Kosukhin6-8/+81
2017-08-07Variant satisfaction for indirect dependenciesscheibelp3-1/+17
2017-08-05Various fixes to package name URL parsing (#4978)Adam J. Stewart3-0/+5
2017-08-05Massive conversion from Package to CMakePackage (#4975)Adam J. Stewart1-0/+1
2017-08-04Add a SConsPackage base class (#4936)Adam J. Stewart5-7/+104
2017-08-04Make CMake the default build system (#4862)Adam J. Stewart1-1/+3
2017-08-04Add a QMakePackage base class (#4925)Adam J. Stewart7-13/+122
2017-08-03Fix trailing whitespace at the end of headers.cpp_flags (#4957)Adam J. Stewart1-16/+77
2017-08-03Fix crashes when running spack install under nohup (#4926)George Hartzell1-2/+10
2017-08-03Account for hyphens in package names when searching for libraries. (#4948)Sergey Kosukhin1-1/+12
2017-08-01Fix color bug in Spec.format() introduced by #3013Todd Gamblin1-6/+3
2017-08-01Add `spack dependencies` command and tests for it and dependents.Todd Gamblin7-15/+261
2017-08-01document and make `display_specs` more versatileTodd Gamblin2-14/+48
2017-08-01Fix issue with case check and `spack -m`Todd Gamblin1-1/+5
2017-08-01Refactor installed_dependents -> installed_relativesTodd Gamblin4-15/+34
2017-08-01Package.possible_dependencies() descends into virtuals.Todd Gamblin1-1/+10
2017-08-01Add --transitive option to `spack dependents`Todd Gamblin2-8/+18
2017-08-01spack dependents lists possible dependencies by default.Todd Gamblin1-25/+37
2017-08-01Remove last vestiges of "special" deptypes.Todd Gamblin4-36/+64