summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-10-17relicense: add `spack license` commandTodd Gamblin2-0/+224
2018-10-17relicense: add Apache2/MIT header to `spack create`Todd Gamblin1-4/+12
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin364-7493/+1532
2018-10-16docs: add note about compilers with modules (#9520)Mark W. Krentel1-0/+8
2018-10-15meson: explicitly add --libdir (#9504)Michael Kuhn1-0/+6
2018-10-12buildcache install: generate modules (#9509)Peter Scheibel1-0/+1
2018-10-11permissions: add permission configuration to packages.yaml (#8773)Greg Becker9-8/+335
2018-10-10Make CDash reporting easier to use (#9357)Zack Galbreath2-2/+16
2018-10-09Make builtin flag handlers available in package scope (#8668)Greg Becker4-38/+45
2018-10-02Update Spack on Cray docs for singularity platform=linux workaround (#9398)Greg Becker1-0/+14
2018-09-27Module path parsing: CRAY_LD_LIBRARY_PATH and PACKAGE_DIR (#9374)Peter Scheibel2-3/+24
2018-09-25Increase and customize lock timeouts (#9219)Peter Scheibel6-89/+204
2018-09-24macos: add mojave (#9322)Denis Davydov1-1/+2
2018-09-19report error if failed process captures stderr (#9293)scheibelp1-6/+16
2018-09-18Fix version parsing for cistem package (#9260)Adam J. Stewart2-0/+3
2018-09-12Bug fix: module file path parsing (#9100)scheibelp2-15/+51
2018-09-06test: Make flag_handlers tests use mock repo (#9132)Michael Kuhn1-9/+9
2018-09-05Spack environment updates take precedence (#9107)becker333-28/+64
2018-09-05Extended set of environment modification commands. (#8996)Sergey Kosukhin5-88/+217
2018-09-04Enable testing in parallel when using CMake. (#8484)Chris Green5-15/+44
2018-09-03Better warning message when fetching non-existent URLAdam J. Stewart1-7/+7
2018-08-29Update instructions to initialize Spack-global license files (#8991)Michael Sternberg1-44/+55
2018-08-29Intel prefixes (#7469)Michael Sternberg8-98/+2885
2018-08-29spack view suggests -I option for merge conflict (#9035)Andreas Baumbach1-4/+10
2018-08-27import spack load error message (#9088)Andreas Baumbach1-1/+1
2018-08-27Moved functions returning default scopes to spack.configMassimiliano Culpo7-34/+39
2018-08-27Spack can guess lmod core compilers, if none is already presentMassimiliano Culpo2-5/+64
2018-08-25Update to latest version of pytest and dependencies (#9087)Adam J. Stewart1-1/+1
2018-08-25bugfix: 'submodules' attribute should imply git fetchTodd Gamblin2-1/+8
2018-08-25commands: add `spack url stats` commandTodd Gamblin2-2/+94
2018-08-24Remove Python 3.3 from testing.Todd Gamblin2-5/+5
2018-08-22More consistent colored messages from activate/deactivate (#9036)Adam J. Stewart1-17/+16
2018-08-22Added a new target message to comply with newer versions of GNU Make (#9068)Massimiliano Culpo2-0/+3
2018-08-21tests: add tests for warnings in build outputTodd Gamblin4-8/+85
2018-08-21Display warnings if no errors are found in build logAdam J. Stewart1-1/+10
2018-08-21Fix error caused by missing spack-build.out build logAdam J. Stewart2-3/+3
2018-08-20yaml: use ruamel.yaml instead of pyyamlTodd Gamblin67-8129/+5165
2018-08-20Even better Makefile target parsing (#8819)Adam J. Stewart30-34/+301
2018-08-17install_tree: symlink handling and add 'ignore' option (#9019)scheibelp2-19/+86
2018-08-16imports: spack uses importlib instead of imp when availableTodd Gamblin7-39/+199
2018-08-16Fix spack versions behavior when no URL (#8967)Adam J. Stewart3-12/+45
2018-08-15install_tree, copy_tree can install into existing directory structures (#8289)Adam J. Stewart3-73/+294
2018-08-14tests: make the dependency patching test more completeTodd Gamblin2-3/+21
2018-08-10Branch with the meson build-system (#8467)Tom Merrick9-0/+309
2018-08-09spec: make full_hash look like dag_hash (#8911)Scott Wittenburg1-2/+7
2018-08-09bugfix: cc handles spaces in flag variables properlyTodd Gamblin2-90/+82
2018-08-08cc: refactor flag adding so that it's not in reverse orderTodd Gamblin2-29/+56
2018-08-08cc: restore ccache support in the wrapper, add a regression testTodd Gamblin2-2/+38
2018-08-08cc: run shellcheck linter on the cc compiler script, minor cleanupTodd Gamblin2-12/+14
2018-08-08cc: don't use sed to filter system directoriesTodd Gamblin2-42/+93