summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)AuthorFilesLines
2020-02-25Buildcache cmd: add install -o/--otherarch option for installing macOS build...Patrick Gartung1-1/+1
2020-02-17spack extensions prints list of extendable packages (#14473)Adam J. Stewart2-2/+2
2020-02-13Fix shell detection: zsh5 -> zsh (#14858)Adam J. Stewart1-1/+2
2020-02-12spack python: add -m option to run modules as scriptsTodd Gamblin1-1/+1
2020-02-06Allow installing unsigned binary packages (#11107)Oliver Breitwieser1-1/+1
2020-02-03buildcache list: restore original behavior of allowing constraints like @vers...Patrick Gartung1-1/+1
2020-01-30`spack containerize` generates containers from envs (#14202)Massimiliano Culpo3-1/+146
2020-01-30Limit the number of spec files downloaded to find matches for buildcaches (#1...Patrick Gartung1-1/+1
2020-01-24Add spack config list command for tab completion (#14474)Adam J. Stewart2-3/+7
2020-01-23commands: add simple `spack commands --update-completion` argument (#14607)Todd Gamblin2-24/+1
2020-01-22shell support: `spack load` no longer needs modules (#14062)Greg Becker4-76/+62
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart7-709/+1403
2020-01-14stop word splitting from leaking out of setup-env (#14472)Tom Scogland1-1/+1
2020-01-10Reformat Bash tab completion script (#14456)Adam J. Stewart1-306/+224
2020-01-06Fix outdated bash tab completion (#14392)Adam J. Stewart1-201/+321
2020-01-01tests: improved `spack test` command line optionsTodd Gamblin1-1/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin18-18/+18
2019-12-27setup-env-test: fix pipe redirect (#14306)Johannes Blaschke1-1/+1
2019-12-25Migrate build tests from Travis to Github Actions (#13967)Massimiliano Culpo1-3/+16
2019-12-16Harden shell detection when procfs is available (#13950)Massimiliano Culpo1-3/+6
2019-12-16Travis exits at the first failing test, pin codecov at v4.5.4 (#14179)Massimiliano Culpo1-1/+1
2019-12-13docker: add `file`, adjust locale, and use python3 for ubuntu (#13508)Scott Wittenburg2-16/+56
2019-12-13Split out CDash options to a separate help document (#13704)Zack Galbreath1-1/+1
2019-11-26Package Index: Build in Dockerhub (#13810)Axel Huebl8-75/+75
2019-11-22cmd/install: remove unused install_status option (#13751)Greg Becker1-6/+7
2019-10-25completion: add bash completion for `spack spec --json` (#13433)Todd Gamblin1-1/+2
2019-10-21Bootstrap environment modules optimizing for generic architectures (#13105)Massimiliano Culpo1-0/+37
2019-10-15lmod: module files are written in a root folder named by target family (#13121)Massimiliano Culpo1-0/+1
2019-10-02Remove support for generating dotkit files (#11986)Massimiliano Culpo6-166/+25
2019-10-01Add all compatible system types directory to module pathsMassimiliano Culpo2-2/+7
2019-09-20Add --known-targets to bash completion for arch command (#12887)Glenn Johnson1-1/+1
2019-09-13Refactor release-jobs cmd based on use of environments (no docker either)Scott Wittenburg1-11/+0
2019-09-12BUG: recursively load modules with tcsh (#12664)Tyler Reddy1-1/+6
2019-09-09packages service: fix docker build again (#12774)Axel Huebl1-1/+1
2019-09-09packages service: fix docker build (#12773)Axel Huebl1-1/+1
2019-09-09packages build: fix path to spack (#12772)Axel Huebl1-1/+4
2019-09-09Fix CD: Packages Service First (#12764)Axel Huebl1-81/+2
2019-09-08Add CORS for spack.packages.ioAxel Huebl2-0/+4
2019-09-02tests and completions for `spack find --json` and `spack find --format`Todd Gamblin1-2/+3
2019-07-24new command: `spack maintainers` queries package maintainersTodd Gamblin1-0/+10
2019-07-20docker: fix builds, remove extra distros, add ci builds (#11621)Omar Padron26-643/+383
2019-07-20environments: add activate/deactivate tests, work wtih `set -u`Todd Gamblin1-9/+89
2019-07-17feature: Allow developers to use Spack for partial builds (#12006)Greg Becker1-1/+1
2019-07-15bugfix: fix module() function in setup-env.sh (#12030)Todd Gamblin1-6/+9
2019-07-15Fix typo in module template (#12028)Adam J. Stewart1-1/+1
2019-07-12Copy --{use,no}-cache from install to bootstrap (#11786)Oliver Breitwieser1-1/+2
2019-07-12Add template creation test, --skip-editor option (#11970)Tamara Dahlgren1-1/+1
2019-07-12bugfix: setup-env.sh detects bash even when bash is run as sh (#11994)Todd Gamblin1-7/+2
2019-07-05setup-env.sh: make setup scripts work with `set -u`Todd Gamblin2-4/+11
2019-07-05tests: add tests for setup-env.shTodd Gamblin3-6/+331