Age | Commit message (Expand) | Author | Files | Lines |
2018-11-09 | schemas: rework schemas so that they can be included from other files | Todd Gamblin | 11 | -400/+496 |
2018-11-09 | bugfix: Avoid `KeyError` in compilers.yaml version check | Todd Gamblin | 1 | -2/+2 |
2018-11-09 | env: add -e as global spack argument, make `spack -e <env> spec` work | Todd Gamblin | 6 | -40/+64 |
2018-11-09 | env: add `--env` argument to `spack location` | Todd Gamblin | 2 | -11/+12 |
2018-11-09 | env: add --env argument to `spack find` | Todd Gamblin | 5 | -9/+52 |
2018-11-09 | bugfix: identical specs with different DAG hashes don't shadow each other | Todd Gamblin | 1 | -3/+5 |
2018-11-09 | env: move main Environment class and logic to `spack.environment` | Todd Gamblin | 5 | -601/+629 |
2018-11-09 | utils: merge spack.environment into spack.util.environment | Todd Gamblin | 6 | -634/+628 |
2018-11-09 | env: refactor imports in cmd/env.py and tests | Todd Gamblin | 2 | -16/+11 |
2018-11-09 | env: refactor subparsers in env.py | Todd Gamblin | 1 | -121/+116 |
2018-11-09 | env: add spack env command, along with env.yaml schema and tests | Peter Josef Scheibel | 3 | -0/+987 |
2018-11-09 | env: preserve command_line as the scope of highest precedence | Peter Josef Scheibel | 2 | -10/+23 |
2018-11-09 | env: refactor common arguments | Elizabeth Fischer | 6 | -58/+108 |
2018-11-09 | specs: save/restore concrete & patches when exporting/importing Specs | Elizabeth Fischer | 1 | -0/+20 |
2018-11-09 | specs: _concrete should never be cleared when copying Specs | Peter Josef Scheibel | 1 | -2/+2 |
2018-11-09 | specs: add convenience function for reading spec dependencies from node dict | Peter Josef Scheibel | 1 | -0/+9 |
2018-11-09 | specs: allow writing full spec (including build deps) to dict | Peter Josef Scheibel | 1 | -5/+13 |
2018-11-09 | env: rename 'spack env' command to 'spack build-env' | Peter Josef Scheibel | 2 | -6/+6 |
2018-11-09 | env: renamed 'environment' test | Peter Josef Scheibel | 1 | -0/+0 |
2018-11-06 | New repo for advanced packaging tutorial (#9711) | Peter Scheibel | 1 | -35/+11 |
2018-11-06 | Binary caching: remove symlinks, copy files instead (#9747) | Peter Scheibel | 1 | -3/+5 |
2018-11-06 | cdash: report clean results to CDash server (#9564) | Zack Galbreath | 4 | -12/+38 |
2018-11-06 | Adapted the code of the non-daemonic pool to recent python versions | Massimiliano Culpo | 1 | -7/+19 |
2018-11-02 | compilers: add arm compiler detection to Spack | Nick Forrington | 1 | -0/+73 |
2018-10-31 | Parse the ${NAMESPACE} format string in a spec's format method. (#9686) | Tim Fuller | 1 | -0/+3 |
2018-10-31 | static_to_shared_library: separate options from option values (#9690) | Satish Balay | 1 | -4/+4 |
2018-10-30 | compilers: update clang fortran compiler wrapper selection (#9678) | Todd Gamblin | 1 | -16/+44 |
2018-10-30 | tests: add test for FIXME boilerplate to package_sanity (#9285) | Levi Baber | 1 | -0/+25 |
2018-10-26 | config: `spack config blame` now colors filenames in config output (#9656) | Todd Gamblin | 1 | -1/+11 |
2018-10-26 | docker: unite Dockerfiles; auto-deploy images to DockerHub (#9329) | Omar Padron | 1 | -10/+7 |
2018-10-25 | Fix autoload of direct dependencies for python (#9630) | Massimiliano Culpo | 3 | -1/+26 |
2018-10-24 | bugfix: use OS default permissions for mkdirp when mode is not provided (#9604) | Todd Gamblin | 1 | -4/+13 |
2018-10-24 | Fix typo in help message (#9599) | Javier Cervantes | 1 | -1/+1 |
2018-10-22 | Bug fix: Module PATH check (#9574) | Satish Balay | 1 | -6/+5 |
2018-10-22 | license: exclude ignored files from the license check (#9578) | Todd Gamblin | 1 | -1/+1 |
2018-10-18 | Allow setting language of compiler messages (#9486) | Michael Kuhn | 2 | -0/+8 |
2018-10-17 | relicense: add `spack license` command | Todd Gamblin | 2 | -0/+224 |
2018-10-17 | relicense: add Apache2/MIT header to `spack create` | Todd Gamblin | 1 | -4/+12 |
2018-10-17 | relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers | Todd Gamblin | 364 | -7493/+1532 |
2018-10-16 | docs: add note about compilers with modules (#9520) | Mark W. Krentel | 1 | -0/+8 |
2018-10-15 | meson: explicitly add --libdir (#9504) | Michael Kuhn | 1 | -0/+6 |
2018-10-12 | buildcache install: generate modules (#9509) | Peter Scheibel | 1 | -0/+1 |
2018-10-11 | permissions: add permission configuration to packages.yaml (#8773) | Greg Becker | 9 | -8/+335 |
2018-10-10 | Make CDash reporting easier to use (#9357) | Zack Galbreath | 2 | -2/+16 |
2018-10-09 | Make builtin flag handlers available in package scope (#8668) | Greg Becker | 4 | -38/+45 |
2018-10-02 | Update Spack on Cray docs for singularity platform=linux workaround (#9398) | Greg Becker | 1 | -0/+14 |
2018-09-27 | Module path parsing: CRAY_LD_LIBRARY_PATH and PACKAGE_DIR (#9374) | Peter Scheibel | 2 | -3/+24 |
2018-09-25 | Increase and customize lock timeouts (#9219) | Peter Scheibel | 6 | -89/+204 |
2018-09-24 | macos: add mojave (#9322) | Denis Davydov | 1 | -1/+2 |
2018-09-19 | report error if failed process captures stderr (#9293) | scheibelp | 1 | -6/+16 |