Search Criteria
Package Details: spack 0.23.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/spack.git (read-only, click to copy) |
---|---|
Package Base: | spack |
Description: | A flexible package manager for supercomputer that supports multiple versions, configurations, platforms, and compilers. |
Upstream URL: | https://spack.io/ |
Licenses: | MIT |
Submitter: | gdolle |
Maintainer: | 0xDoubleDoc |
Last Packager: | 0xDoubleDoc |
Votes: | 8 |
Popularity: | 0.016080 |
First Submitted: | 2019-10-02 17:46 (UTC) |
Last Updated: | 2025-01-27 13:09 (UTC) |
Dependencies (7)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- env-modules-tcl (lmod-gitAUR) (optional)
- lmodAUR (lmod-gitAUR) (optional)
Latest Comments
1 2 Next › Last »
0xDoubleDoc commented on 2025-01-27 13:09 (UTC)
It's updated, thanks a lot!
micwoj92 commented on 2025-01-27 11:30 (UTC)
These build deps are not needed at runtime, additionally no need to specify debugedit and patch as makedeps as they are in base-devel:
0xDoubleDoc commented on 2025-01-26 11:15 (UTC)
Good idea! I have updated the package, let me know if you encounter some bugs.
micwoj92 commented on 2025-01-24 00:20 (UTC)
Shouldn't this be built as a python package with
python-build
python-installer
instead of just copying files over?0xDoubleDoc commented on 2023-10-09 16:50 (UTC)
Is you user in the new
spack
group following install?Alad commented on 2023-10-09 14:31 (UTC) (edited on 2023-10-09 14:34 (UTC) by Alad)
Using this package, every
spack
command requires authentication as root,spack load
andspack --help
included. Is this some kind of packaging issue?0xDoubleDoc commented on 2022-12-16 14:25 (UTC)
I cannot reproduce the issue, can you provide the complete logs as well as commands used to build the package?
physkets commented on 2022-12-16 02:32 (UTC)
The installation phase when using spack fails with an error as follows:
0xDoubleDoc commented on 2021-03-03 09:59 (UTC) (edited on 2021-09-28 16:13 (UTC) by 0xDoubleDoc)
Hi, I updated the package to 0.16.3 and fixed permission issue in the
setup-env.sh
so that every call tospack
(even after having sourced the file) is still apkexec
'd, as the alias was not working properly (I use zsh, this is probably due to the use of a non-logging shell). This should probably be done too for the csh/fish setup file (or maybe restore the alias?).Tyilo commented on 2021-02-05 08:35 (UTC) (edited on 2021-02-05 08:36 (UTC) by Tyilo)
I needed to do
chmod -R g+x /var/lib/spack
after adding myself to the spack group to fix permissions.1 2 Next › Last »