summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-08refactor: clean up and fix the cc testTodd Gamblin2-414/+503
2018-08-08bugfix: cc should not add -L or -Wl,-rpath in compile-only modeTodd Gamblin1-80/+108
2018-08-08Restore cc: package search paths come before dependency paths (#4692)Gregory Becker4-158/+330
2018-08-07Fix performance issue when compiling. (#8828)cedricchevalier191-4/+3
2018-08-06libstdc++ detection uses os.path.realpath instead of os.readlink (#8865)Paul Chelarescu1-1/+1
2018-08-06Remove default variant bug from list of known issues (#8900)Adam J. Stewart1-32/+0
2018-08-06Docstring typo: builing -> building (#8896)George Hartzell1-1/+1
2018-08-04revert cd9691de5 (#4692) while we work on a fix.Todd Gamblin4-330/+158
2018-08-03spack spec: no extra newline with --yaml; error with no specsTodd Gamblin2-1/+16
2018-08-03Add spack arch --operating-system and --target flagsAdam J. Stewart3-6/+40
2018-08-02libdwarf: remove use of hide_files()Todd Gamblin1-13/+0
2018-08-01cc: package search paths come before dependency paths (#4692)becker334-158/+330
2018-08-01docs: minor text changes (#8858)Holly3-13/+13
2018-08-01lmod: fix use of custom separator in prepend_path etc. (#8737)Stephen Herbein2-0/+19
2018-07-31docs: update `spack view` argument synatx (#8839)Stephen Herbein1-2/+2
2018-07-29spec: `Spec.tree()` merges deptypes when only covering nodes (#8821)Todd Gamblin2-8/+56
2018-07-27Fixed a typo in the docs (the docker image to pull was wrong) (#8814)Massimiliano Culpo1-1/+1
2018-07-25Add docs on new top-level VCS attributesAdam J. Stewart1-108/+181
2018-07-25tests: convert mirror test to pytest with free functions.Todd Gamblin1-44/+47
2018-07-25tests: add checks and tests for consistent version() argumentsTodd Gamblin3-2/+60
2018-07-25tests: correct name of `check_db` to `check_repo`Todd Gamblin1-7/+6
2018-07-25core: differentiate package-level fetch URLs by args to `version()`Todd Gamblin2-84/+186
2018-07-25core: add check for conflicting top-level fetch attributes in packagesTodd Gamblin4-6/+35
2018-07-25style: clean up exception definitions in package.pyTodd Gamblin1-7/+2