summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-02-21add CombinatorialSpecSet class for taking cross-products of Specs.Todd Gamblin5-0/+623
2019-02-15Dependency libs: filter system paths and always add lib dir (#10622)Peter Scheibel1-7/+16
2019-02-15Fix bug getting specs from build caches (#9600)Javier Cervantes1-2/+2
2019-02-14CDash: allow installing from spec.yaml (#10565)Scott Wittenburg2-1/+48
2019-02-14Removed pkg.headers.directories from the include list (#10604)Massimiliano Culpo3-15/+13
2019-02-13Dynamic library/include paths (#8136)Peter Scheibel8-248/+261
2019-02-13Bug Fix in permission setter (#10584)abernede1-2/+3
2019-02-13Allow tty output to be timestamped (#10554)sknigh5-6/+103
2019-02-13enh: allow time like HH:MM in date strings. (#10034)Matthias Wolf2-1/+8
2019-02-12Enhancement to module autoload documentation (#10310)George Hartzell1-1/+15
2019-02-12Allow secondary generators when building with CMake. (#9324)Chris Green2-4/+50
2019-02-08CudaPackage: fix wrong version range (#10551)Denis Davydov1-1/+1
2019-02-07log-parse: fix error message when no error lines are found (#10543)Massimiliano Culpo1-1/+1
2019-02-06Add x86_64 as target to cray platform (#10369)Mario Melara1-0/+4
2019-02-06CUDA compiler conflicts for Linux (#10460)Nichols A. Romero1-14/+69
2019-01-29debug output includes modulecmd output (#9476)Peter Scheibel1-7/+28
2019-01-24Environments: fix bug for install of external packages (#10437)Peter Scheibel1-0/+1
2019-01-24Allow `spack install --overwrite` for nonexistent or multiple packages (#9201)Greg Becker2-25/+78
2019-01-14tutorial: update tutorial materials for ECP19Todd Gamblin1-14/+12
2019-01-13version bump: v0.12.1Gregory Becker1-1/+1
2019-01-12cc: clean up cray compilers, fix issues with case-insensitive filesystems (#1...Adam J. Stewart9-9/+6
2019-01-11Binary caching bugfix: symlink relocation (#10073)Greg Becker3-9/+131
2019-01-11enh: `buildcache list` should behave similar to `find` (#10052)Matthias Wolf1-15/+10
2019-01-11dealii: fix concretization of xsdk package (#10288)Denis Davydov1-0/+11
2019-01-10spack versions: only list safe versions (#10004)Adam J. Stewart2-10/+27
2019-01-09Allow combinatorial projections in views (#9679)Greg Becker14-147/+500
2019-01-09tutorial basics section: fix gcc install version (#10298)Greg Becker1-1/+1
2019-01-08bug fix: copy permissions when staging (#10285)Owen Solberg1-3/+3
2019-01-08Armcompiler (#9840)Srinath Vadlamani5-24/+24
2019-01-07For spec-file-based installs, store the initial spec read from the file as th...Peter Josef Scheibel1-0/+1
2019-01-04Multi-valued variants: better support for combinations (#9481)Massimiliano Culpo9-19/+546
2019-01-04Add tests for expanding/non-expanding resourcesPeter Josef Scheibel1-3/+92
2019-01-04stage: fix resources being deleted from local cache (#10152)Michael Kuhn1-4/+9
2019-01-03Add missing code block (#10243)Ben Zwick1-0/+2
2019-01-02patch: split up fetch and clean into separate methods (#10150)Michael Kuhn5-50/+71
2019-01-02Removed an extra comma after a dict literal (#10236)Massimiliano Culpo1-1/+1
2019-01-01flake8: fix flake8 issues with invalid escapesTodd Gamblin6-81/+81
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin379-383/+383
2019-01-01license: license command prints sorted, non-redundant resultsTodd Gamblin1-3/+7
2019-01-01Improve validation of modules.yaml (#9878)Massimiliano Culpo8-169/+269
2018-12-30bugfix: nested directives were broken in python 3Todd Gamblin2-1/+25
2018-12-30commands: add `spack resource` command to inspect downloadable filesTodd Gamblin3-0/+211
2018-12-30tests: add a test to make sure that patched specs can be round-trippedTodd Gamblin1-30/+101
2018-12-30patches: add a per-repository patch indexTodd Gamblin8-116/+339
2018-12-30ProviderIndex uses json instead of YAMLTodd Gamblin4-21/+18
2018-12-30repo: refactor indexes to be more extensibleTodd Gamblin1-95/+132
2018-12-30patches: clean up patch.py, directives, and package class propertiesTodd Gamblin6-99/+119
2018-12-25tests: run 'test_compiler_add' serially in Python 2 (#10127)Massimiliano Culpo1-1/+9
2018-12-25environment: ignore invalid files names in var/spack/environments (#10198)Denis Davydov3-5/+20
2018-12-23bugfix: handle unicode properly in spack.util.executable (#10186)Todd Gamblin2-18/+37