Package Details: singularity-ce 4.2.2-2

Git Clone URL: https://aur.archlinux.org/singularity-ce.git (read-only, click to copy)
Package Base: singularity-ce
Description: An open source container platform designed to be simple, fast, and secure.
Upstream URL: https://github.com/sylabs/singularity
Keywords: container go singularity sylabs
Licenses: GPL2
Conflicts: singularity-container
Provides: singularity-container
Submitter: Rubo
Maintainer: Rubo
Last Packager: Rubo
Votes: 3
Popularity: 0.002573
First Submitted: 2022-12-06 21:03 (UTC)
Last Updated: 2025-01-11 17:01 (UTC)

Dependencies (7)

Required by (2)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

Rubo commented on 2023-05-08 16:26 (UTC) (edited on 2023-05-08 16:28 (UTC) by Rubo)

@perpf as stated here

The package base-devel is assumed to be already installed when building with makepkg. Dependencies of this package should not be included in makedepends array.

pkg-config is included in the pkgconf package, which is part of base-devel, so it doesn't need to be a dependency.

perpf commented on 2023-05-08 15:37 (UTC) (edited on 2023-05-08 16:20 (UTC) by perpf)

Thanks for the package. I just wanted to give you or other users some feedback:

  1. A dependency was missing: pamac install pkg-config. (Before this was installed there have been various irritating error-messages.)
  2. After that, the installation worked: yay -S singularity-ce
  3. Directories were missing. The solution was trivial, but a bit tedious at first: sudo mkdir -p /var/lib/singularity/mnt/{container,final,overlay,session}; sudo chmod -R 755 /var/lib/singularity

nobodyinperson commented on 2023-01-16 13:44 (UTC)

Could you please add mkdir -p /var/lib/singularity/mnt/session;chmod -R 755 /var/lib/singularity? These directories are necessary for singularity to work.