Age | Commit message (Expand) | Author | Files | Lines |
2022-05-05 | harden unit tests, enable basic parallelism (#29593) | Tom Scogland | 7 | -23/+39 |
2022-05-05 | Makefile generator for parallel spack install of environments (#30254) | Harmen Stoppels | 4 | -4/+317 |
2022-05-05 | package audit: ensure stand-alone test method not include in build-phase test... | Tamara Dahlgren | 2 | -0/+20 |
2022-05-05 | spack external find: add search path customization (#30479) | Greg Becker | 1 | -2/+7 |
2022-05-04 | bugfix: fix filter_compiler_wrappers for Cray compiler (#29786) | Sergey Kosukhin | 1 | -3/+22 |
2022-05-04 | Remove deprecated "--run-tests" option of "spack install" (#30461) | Massimiliano Culpo | 2 | -9/+1 |
2022-05-03 | Simplify fixture used to test `spack info` (#30456) | Massimiliano Culpo | 1 | -18/+10 |
2022-05-03 | OpenCV and OpenBLAS: add external find support (#30240) | Brian Van Essen | 3 | -8/+20 |
2022-05-02 | spack ci: Fix typo in error message (#30438) | Ken Raffenetti | 1 | -1/+1 |
2022-05-01 | bugfix: don't calculate `spack tutorial` version from version info | Todd Gamblin | 1 | -1/+1 |
2022-04-29 | spack.yaml: add concretizer.yaml to the schema (#30376) | Massimiliano Culpo | 1 | -0/+2 |
2022-04-28 | Add command for reading JSON-based DB description (now with more tests) (#29652) | Peter Scheibel | 14 | -53/+764 |
2022-04-28 | ASP-based solver: discard unknown packages from reuse (#30357) | Massimiliano Culpo | 2 | -3/+25 |
2022-04-28 | Add BUILD_TESTING to standard CMake arguments (#30374) | Frédéric Simonis | 1 | -0/+2 |
2022-04-28 | build_env/test_env: add concretizer args (#30289) | Greg Becker | 1 | -0/+2 |
2022-04-28 | install --overwrite: use rename instead of tmpdir (#29746) | Harmen Stoppels | 4 | -54/+45 |
2022-04-27 | ASP-based solver: handle installed specs from unknown namespaces (#30092) | Massimiliano Culpo | 2 | -0/+44 |
2022-04-26 | Feature: Allow re-use of run_test() in install_time_test_callbacks (#26594) | Tamara Dahlgren | 4 | -54/+109 |
2022-04-26 | docs: Fix ROCmPackage example syntax (#30168) | Ken Raffenetti | 1 | -1/+1 |
2022-04-26 | old concretizer: update deprecation warning (#30227) | Greg Becker | 1 | -2/+2 |
2022-04-26 | Windows: fix termination of process output redirection (#29923) | John W. Parent | 2 | -25/+20 |
2022-04-26 | spack spec: add '--format' argument (#27908) | lorddavidiii | 2 | -3/+14 |
2022-04-26 | setup_package: don't unload modules on Cray when run with --dirty (#30261) | Mark W. Krentel | 2 | -1/+40 |
2022-04-25 | ASP-based solver: allow configuring target selection (#29835) | Massimiliano Culpo | 5 | -43/+149 |
2022-04-25 | Environments: add flag to skip printing concretized specs (#30272) | iarspider | 1 | -1/+5 |
2022-04-25 | ASP-based solver: always consider version of installed packages (#29933) | Massimiliano Culpo | 3 | -19/+115 |
2022-04-25 | spec.py: make parser select from environment (#30276) | Harmen Stoppels | 3 | -2/+29 |
2022-04-25 | bugfix: `installed` and `installed_upstream` should not assert (#30271) | Todd Gamblin | 4 | -12/+63 |
2022-04-22 | Move "installed" and "installed_upstream" from PackageBase to Spec (#30191) | Massimiliano Culpo | 20 | -94/+121 |
2022-04-22 | Package-level submodule attribute: support explicit versions (#30085) | Peter Scheibel | 3 | -1/+51 |
2022-04-22 | Update Dockerfiles and images for Spack v0.18.0 (#30216) | Massimiliano Culpo | 2 | -14/+27 |
2022-04-20 | docs: add (config.yaml) to sections for faster lookup by config file (#30157) | Harmen Stoppels | 6 | -18/+18 |
2022-04-20 | PythonPackage docs: Spack now supports Windows (#30177) | Adam J. Stewart | 1 | -2/+1 |
2022-04-19 | ci: Make test independent from any changes in spack repo (#30150) | Scott Wittenburg | 1 | -0/+53 |
2022-04-19 | environment.py: write lockfile last (#30039) | Harmen Stoppels | 1 | -2/+6 |
2022-04-15 | Remove assert in favor of error message (#29797) | John W. Parent | 3 | -20/+21 |
2022-04-14 | Windows platform: don't allow MakefilePackage (#29904) | John W. Parent | 1 | -0/+2 |
2022-04-14 | spack ci: remove relate-CDash-builds functionality (#29950) | Zack Galbreath | 7 | -359/+16 |
2022-04-13 | Ad-hoc Git commit versions: support submodules (#30037) | Peter Scheibel | 3 | -11/+83 |
2022-04-13 | Add support for Python 3.10 (#29581) | Massimiliano Culpo | 3 | -8/+9 |
2022-04-12 | Splice differing virtual packages (#27919) | Nathan Hanford | 3 | -21/+86 |
2022-04-12 | Don't allow replacement of root develop specs with --reuse (#28605) | psakievich | 3 | -4/+48 |
2022-04-12 | Git commit versions bugfix: Environments and Concretization (#29717) | Peter Scheibel | 7 | -32/+127 |
2022-04-11 | Update `gpg publish` to work with mirror arguments (#28740) | Doug Jacobsen | 2 | -3/+50 |
2022-04-11 | cray platform: unload cray-mpich (#29898) | Sergey Kosukhin | 1 | -3/+4 |
2022-04-11 | macos: fewer calls to sw_vers (#29997) | Seth R. Johnson | 1 | -0/+5 |
2022-04-08 | Environments: unify the spec objects on first concretization (#29948) | Massimiliano Culpo | 4 | -5/+39 |
2022-04-08 | Deprecate top-level module config (#28659) | Harmen Stoppels | 10 | -185/+100 |
2022-04-08 | concretize.lp: enforce target compatibility through DAG (#29694) | Greg Becker | 2 | -8/+40 |
2022-04-07 | Use the non-deprecated `MetaPathFinder` interface (#29745) | Massimiliano Culpo | 9 | -379/+294 |