Search Criteria
Package Details: singularity-ce 4.2.2-2
Package Actions
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)
- cryptsetup (cryptsetup-gitAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go)
- libseccomp (libseccomp-gitAUR)
- squashfs-tools (squashfs-tools-gitAUR)
- fuse3 (fuse3-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libnvidia-container-tools (libnvidia-container) (optional) – use nvidia-container-cli for GPU setup (experimental)
Required by (2)
- nomad-driver-singularity (requires singularity-container)
- python-spython (requires singularity-container) (optional)
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
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:
pamac install pkg-config
. (Before this was installed there have been various irritating error-messages.)yay -S singularity-ce
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.« First ‹ Previous 1 2