Package Details: spack 1.0.2-1

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: 7
Popularity: 0.000153
First Submitted: 2019-10-02 17:46 (UTC)
Last Updated: 2025-09-18 19:28 (UTC)

Latest Comments

1 2 Next › Last »

Nestor_013 commented on 2025-07-25 08:00 (UTC)

Indeed, no error anymore. Thanks.

0xDoubleDoc commented on 2025-07-24 23:17 (UTC)

My bad, the installer script was changed. It should be good now.

Nestor_013 commented on 2025-07-24 13:12 (UTC)

Hi, since 1.0.0 I have this error:

Traceback (most recent call last):
  File "/usr/bin/spack-nouser", line 5, in <module>
    from lib.spack.spack_installable.main import main
ModuleNotFoundError: No module named 'lib.spack.spack_installable'

Any idea on how to get rid of this ?

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?