Package Details: spack 0.23.0-4

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)

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:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgdesc="A flexible package manager for supercomputer that supports multiple ver
 arch=('i686' 'x86_64')
 url="https://spack.io/"
 license=('MIT')
-depends=('python' 'python-build' 'python-installer' 'python-hatchling' 'polkit')
+depends=('python' 'polkit')
 optdepends=( 'env-modules-tcl' 'lmod' )
-makedepends=( 'debugedit' 'patch'  )
+makedepends=('python-build' 'python-hatchling' 'python-installer')
 source=(
         spack-${pkgver}.tar.gz::https://github.com/spack/spack/archive/v${pkgver}.tar.gz
         spack.sysusers

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 and spack --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:

==> patchelf: Executing phase: 'install'
==> Error: PermissionError: [Errno 13] Permission denied: '/opt/spack/share/spack/modules'

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 to spack (even after having sourced the file) is still a pkexec'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.