Age | Commit message (Expand) | Author | Files | Lines |
2024-02-27 | build(deps): bump pytest from 8.0.1 to 8.0.2 in /lib/spack/docs (#42861) | dependabot[bot] | 1 | -1/+1 |
2024-02-26 | refactor: add type annotations and refactor solver conditions (#42081) | Todd Gamblin | 2 | -91/+121 |
2024-02-23 | Windows path handling: change representation for paths with spaces (#42754) | John W. Parent | 3 | -2/+47 |
2024-02-23 | Alert user to failed concretizations (#42655) | Peter Scheibel | 4 | -18/+75 |
2024-02-23 | Cleanup spack.schema (#42815) | Massimiliano Culpo | 5 | -74/+29 |
2024-02-23 | Remove dead code from Environment (#42818) | Massimiliano Culpo | 2 | -47/+0 |
2024-02-23 | Fix wrong call to a function (#42814) | Massimiliano Culpo | 1 | -2/+1 |
2024-02-22 | PythonPackage: check purelib for libs/headers (#42602) | Adam J. Stewart | 1 | -8/+19 |
2024-02-22 | oci: when base image uses Image Manifest Version 2, follow suit (#42777) | Harmen Stoppels | 5 | -17/+125 |
2024-02-22 | build(deps): bump urllib3 from 2.2.0 to 2.2.1 in /lib/spack/docs (#42757) | dependabot[bot] | 1 | -1/+1 |
2024-02-22 | spack gc: do not show uninstalled but needed specs (#42696) | Harmen Stoppels | 2 | -26/+32 |
2024-02-21 | env activate: use Win-compatible print on Windows (#42755) | John W. Parent | 1 | -1/+2 |
2024-02-21 | Windows: fix error with can_symlink check (#42753) | John W. Parent | 1 | -0/+1 |
2024-02-21 | rocm: removal of deprecated <5.1 versions (#42676) | Harmen Stoppels | 1 | -14/+0 |
2024-02-19 | Use relative target in symlinks to modified files in view (#42699) | Harmen Stoppels | 1 | -1/+1 |
2024-02-16 | build(deps): bump pytest from 8.0.0 to 8.0.1 in /lib/spack/docs (#42733) | dependabot[bot] | 1 | -1/+1 |
2024-02-16 | build(deps): bump black from 24.1.1 to 24.2.0 in /lib/spack/docs (#42629) | dependabot[bot] | 1 | -1/+1 |
2024-02-16 | build(deps): bump python-levenshtein in /lib/spack/docs (#42630) | dependabot[bot] | 1 | -1/+1 |
2024-02-16 | Add support for clang with OpenMP and other minor changes to oneapi build sys... | Mikael Simberg | 1 | -10/+18 |
2024-02-16 | [intel-oneapi-mkl] provide omp lib for threads=openmp (#42653) | Robert Cohn | 1 | -1/+44 |
2024-02-15 | allow packages to request no submodules be updated (#40409) | Tim Fuller | 3 | -5/+39 |
2024-02-16 | develop: Add -b/--build-directory option to set build_directory package attri... | Victor Brunini | 4 | -1/+42 |
2024-02-15 | Fix spack --profile|--pdb <cmd> (#42662) | Scott Wittenburg | 1 | -2/+2 |
2024-02-15 | docs: fix typo (#42688) | Jemma Stachelek | 1 | -1/+1 |
2024-02-15 | compilers: fixup order of arguments to satisfies (#42682) | Harmen Stoppels | 2 | -16/+62 |
2024-02-13 | cmake: Enable compilation database generation (#42353) | John Pennycook | 1 | -1/+22 |
2024-02-13 | PythonExtension.add_files_to_view: link non-executable/non-shebang regular fi... | Harmen Stoppels | 1 | -0/+2 |
2024-02-12 | audit: detect self-referential depends_on (#42456) | Massimiliano Culpo | 1 | -2/+22 |
2024-02-12 | Fix multiple issues with Python in views (#42601) | Harmen Stoppels | 2 | -31/+57 |
2024-02-11 | [oneapi]: make headers match oneapi vars.sh (#42614) | Robert Cohn | 1 | -3/+11 |
2024-02-09 | hooks: remove 7 unused hooks (#42575) | Harmen Stoppels | 4 | -120/+12 |
2024-02-09 | ASP-based solver: fix issue with conditional requirements and trigger conditi... | Massimiliano Culpo | 2 | -0/+51 |
2024-02-09 | Allow `+` in module file names (#41999) | simonLeary42 | 1 | -1/+1 |
2024-02-09 | docs: overhaul module_file_support.rst (#42585) | Harmen Stoppels | 1 | -184/+222 |
2024-02-08 | spack help --spec: add @= notation (#42584) | Adam J. Stewart | 1 | -0/+1 |
2024-02-07 | Windows registry: improve search efficiency & error reporting (#41720) | John W. Parent | 2 | -70/+161 |
2024-02-03 | Environment views: dependents before dependencies, resolve identical file con... | Harmen Stoppels | 6 | -28/+146 |
2024-02-02 | build(deps): bump python-levenshtein in /lib/spack/docs (#42440) | dependabot[bot] | 1 | -1/+1 |
2024-02-02 | Extract low-level clingo wrappers from spack.solver.asp (#42429) | Massimiliano Culpo | 2 | -218/+294 |
2024-02-02 | Update packages_yaml.rst (#42438) | Matthew Whitlock | 1 | -4/+5 |
2024-02-01 | docs: git version section title + highlight issues (#42398) | Harmen Stoppels | 5 | -10/+14 |
2024-02-01 | Lua: better specify providers in LuaPackage base class (#42392) | Alberto Invernizzi | 1 | -9/+6 |
2024-02-01 | Environments: Add support for including views (#42250) | Tamara Dahlgren | 28 | -281/+587 |
2024-01-31 | environment/view: small cleanup (#42395) | Harmen Stoppels | 2 | -9/+6 |
2024-01-31 | spack reproduce-build: accept URLs from web interface (#42261) | Harmen Stoppels | 2 | -7/+83 |
2024-01-31 | ASP-based solver: decouple setup phase from `clingo.backend` (#41952) | Massimiliano Culpo | 1 | -135/+133 |
2024-01-31 | environments: `develop` paths were not getting expanded (#34986) | Alberto Invernizzi | 2 | -2/+40 |
2024-01-31 | CI: Add OIDC capability for deprecated CI (#42371) | kwryankrattiger | 1 | -1/+1 |
2024-01-31 | build(deps): bump urllib3 from 2.1.0 to 2.2.0 in /lib/spack/docs (#42384) | dependabot[bot] | 1 | -1/+1 |
2024-01-31 | compression.py: refactor + bug fix (#42367) | Harmen Stoppels | 4 | -385/+289 |