summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-01-24bugfix: make `_source_single_file` work in venvs (#14569)Massimiliano Culpo2-6/+10
2020-01-24Use Spack target architecture to determine OpenBLAS target (#14380)Seth R. Johnson1-0/+11
2020-01-23commands: add simple `spack commands --update-completion` argument (#14607)Todd Gamblin2-3/+95
2020-01-22shell support: `spack load` no longer needs modules (#14062)Greg Becker13-108/+454
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart43-370/+751
2020-01-22bugfix: gpg2 is called 'gpg' on macOSTodd Gamblin3-13/+89
2020-01-22tests: removed code duplication (#14596)Massimiliano Culpo6-83/+37
2020-01-21bugfix: hashes should use ordered dictionaries (#14390)Todd Gamblin3-8/+81
2020-01-21pipelines: `spack ci` command with env-based workflow (#12854)Scott Wittenburg11-261/+2165
2020-01-21Use util.url.join for URLs in GNU Mirrors / reorder Mirrors (#14395)Dr. Christian Tacke1-4/+4
2020-01-16Fix use of sys.executable for module/env commands (#14496)Adam J. Stewart2-4/+6
2020-01-15Fix typo in modules docstring (#14521)Adam J. Stewart1-1/+1
2020-01-14Fix parsing of rocketmq URL (#14490)Adam J. Stewart2-0/+3
2020-01-13Fixes #14402 (#14483)Tamara Dahlgren1-1/+1
2020-01-08Remove extensions from view in the correct order (#12961)Jeffrey Salmond2-17/+39
2020-01-08spack.compilers.clang: add new version check (#14365)Tim Haines2-1/+11
2020-01-07bugfix: Issue #14346, buildcache create s3 push fails when package w same DAG...eugeneswalker1-1/+1
2020-01-07Spack can automatically remove unused specs (#13534)Massimiliano Culpo7-7/+193
2020-01-06Reference `spack help --spec` in `spack spec --help`Adam J. Stewart1-0/+4
2020-01-02RHEL8 bugfix for module_cmd (#14349)Sajid Ali1-1/+2
2020-01-02MKL: set appropriate CMake env vars (#14274)Adam J. Stewart1-0/+8
2020-01-02refactor: cleanup imports in spec.pyTodd Gamblin9-169/+167
2020-01-02bugfix: cdash tests shoudln't modify working directoryTodd Gamblin1-8/+9
2020-01-01tests: improved `spack test` command line optionsTodd Gamblin4-61/+264
2019-12-31Modify create clue list so R packages are detected (#12277)Glenn Johnson1-1/+1
2019-12-31tests: move mock config.yaml files to common directoryTodd Gamblin5-15/+8
2019-12-31config: remove all module-scope calls to spack.config.get()Todd Gamblin4-16/+27
2019-12-31modules: make the module hook more robustTodd Gamblin1-8/+12
2019-12-31hooks: remove pre_run hook to improve startup time.Todd Gamblin3-49/+0
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin418-422/+422
2019-12-30bugfix: add required fixture for CDash authentication test (#14325)Todd Gamblin1-1/+1
2019-12-30Add support for authenticated CDash uploads (#14200)Zack Galbreath4-3/+35
2019-12-30refactor: rename mock_config fixture to mock_low_high_configTodd Gamblin4-31/+32
2019-12-30argparse: lazily construct common argumentsTodd Gamblin3-72/+120
2019-12-30tests: refactor tests to avoid persistent global stateTodd Gamblin16-90/+141
2019-12-30tests: make env tests that use configs non-destructiveTodd Gamblin1-10/+10
2019-12-30package_prefs: move class-level cache to PackagePref instanceTodd Gamblin5-57/+11
2019-12-28externals: avoid importing jinja2 on startup (#14308)Todd Gamblin2-5/+6
2019-12-28bugfix: colify_table should not revert to 1 column for non-tty (#14307)Todd Gamblin1-4/+13
2019-12-27Improve info variant header (#14275)Dr. Christian Tacke1-1/+3
2019-12-24tests: finish removing pyqver from the repository (#14294)Todd Gamblin2-2/+2
2019-12-24tests: check min required python version with vermin (#14289)Massimiliano Culpo12-769/+12
2019-12-24a64fx: fix typo in GCC flags (#14286)t-karatsu1-2/+2
2019-12-24Merge branch 'releases/v0.13' into developTodd Gamblin1-1/+1
2019-12-23version bump: 0.13.3Todd Gamblin1-1/+1
2019-12-23performance: dont' read `spec.yaml` files twice in view regenerationTodd Gamblin2-4/+8
2019-12-23performance: don't recompute hashes when regenerating environmentsTodd Gamblin2-4/+9
2019-12-23performance: reduce system calls required for remove_dead_linksTodd Gamblin1-4/+2
2019-12-23performance: only regenerate env views once in `spack install`Todd Gamblin2-9/+29
2019-12-23performance: add read transactions for `install_all()` and `install()`Todd Gamblin1-31/+35