summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-25core: fixes and tests for handling of fetcher attributes in packagesTodd Gamblin3-40/+174
2018-07-25core: quick fix for packages without URLsAdam J. Stewart1-11/+0
2018-07-24Fix order of regexes reported by spack url summaryAdam J. Stewart1-2/+2
2018-07-24core: make `spack.util.crypto` initialization less expensive.Todd Gamblin2-38/+54
2018-07-24bugfix: `spack module -m` error message (#8794)Todd Gamblin1-3/+2
2018-07-24Die with a meaningful error if a deprecated command is usedMassimiliano Culpo2-3/+57
2018-07-24Grouped all the module commands under `spack module`Massimiliano Culpo13-390/+266
2018-07-24module file tutorial: rebuilt docker image and updated the scriptMassimiliano Culpo1-170/+216
2018-07-24Added --dependencies to the help text of spack loadMassimiliano Culpo2-3/+5
2018-07-24spack load exits with 1 if module does not exist or is not installedMassimiliano Culpo2-7/+68
2018-07-24Added blacklisting of implicit modules in docs + regression testsMassimiliano Culpo5-1/+52
2018-07-24Renamed 'patch_configuration' fixture to 'module_configuration'Massimiliano Culpo5-78/+79