Package manager for HPC systems
Spack is a configurable Python-based HPC package manager, automating the installation and fine-tuning of simulations and libraries. It operates on a wide variety of HPC platforms and enables users to build many code configurations. Software installed by Spack runs correctly regardless of environment, and file management is streamlined. Spack can install many variants of the same build using different compilers, options, and MPI implementations.
- Developed at network:cluster
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:RISCV/spack && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Adapt-shell-scripts-that-set-up-the-environment-fo |
0000004933 4.82 KB | |
Add-support-for-container-building-using-a-SLE-bas |
0000001105 1.08 KB | |
Fix-Spinx-configuration-to-avoid-throwing-errors.p |
0000001118 1.09 KB | |
Fix-error-during-documentation-build-due-to-recurs |
0000000956 956 Bytes | |
Make-spack-paths-compliant-to-distro-installation. |
0000001633 1.59 KB | |
README-oo-wiki | 0000005329 5.2 KB | |
README.SUSE | 0000000877 877 Bytes | |
Set-modules-default-to-lmod.patch | 0000000801 801 Bytes | |
_constraints | 0000000205 205 Bytes | |
_multibuild | 0000000052 52 Bytes | |
added-target-and-os-calls-to-output-of-spack-spec- |
0000002980 2.91 KB | |
objects.inv | 0000112726 110 KB | |
run-find-external.sh.in | 0000002589 2.53 KB | |
spack-0.20.3.tar.gz | 0009691976 9.24 MB | |
spack-rpmlintrc | 0000000886 886 Bytes | |
spack.changes | 0000031513 30.8 KB | |
spack.spec | 0000020009 19.5 KB | |
spack_get_libs.sh | 0000002747 2.68 KB |
Revision 37 (latest revision is 46)
Ana Guerrero (anag+factory)
accepted
request 1124071
from
Egbert Eich (eeich)
(revision 37)
- Update to version 0.20.3 with the following changes: * Bug fixes: + Fix a bug where `spack mirror set-url` would drop configured connection info. + Fix a minor issue with package hash computation for Python 3.12. + Improve escaping in Tcl module files. + Make repo cache work on repositories with zero mtime. + Ignore errors for newer, incompatible buildcache version. + Print an error when git is required, but missing. + Ensure missing build dependencies get installed when using `spack install --overwrite`. + Fix an issue where Spack freezes when the build process unexpectedly exits. + Fix a bug where installation failures cause an unrelated `NameError` to be thrown. + Fix an issue where Spack package versions would be incorrectly derived from git tags. + Fix a bug triggered when file locking fails internally. + Prevent `spack external find` to error out when a directory cannot be accessed. + Fix multiple performance regressions in environments. + Add more ignored modules to `pyproject.toml` for `mypy`. * Features: + Spack now supports Python 3.12.
Comments 0