@@ -22,6 +22,7 @@ sudo apt-get install -y \
2222 cryptsetup \
2323 fuse2fs \
2424 git \
25+ fuse \
2526 libfuse-dev \
2627 libglib2.0-dev \
2728 libseccomp-dev \
@@ -47,6 +48,7 @@ sudo yum install -y \
4748 crun \
4849 cryptsetup \
4950 fuse \
51+ fuse3 \
5052 fuse3-devel \
5153 git \
5254 glib2-devel \
@@ -68,6 +70,7 @@ sudo yum install -y \
6870 automake \
6971 cryptsetup \
7072 fuse \
73+ fuse3 \
7174 fuse3-devel \
7275 git \
7376 glib2-devel \
@@ -87,6 +90,7 @@ sudo zypper in \
8790 automake \
8891 cryptsetup \
8992 fuse2fs \
93+ fuse3 \
9094 fuse3-devel \
9195 gcc \
9296 gcc-c++ \
@@ -228,11 +232,11 @@ cd singularity
228232By default your clone will be on the ` main ` branch which is where development
229233of SingularityCE happens. To build a specific version of SingularityCE, check
230234out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before
231- compiling. E.g. to build the 4.0.3 release, checkout the
232- ` v4.0.3 ` tag:
235+ compiling. E.g. to build the 4.1.0-rc.1 release candidate , checkout the
236+ ` v4.1.0-rc.1 ` tag:
233237
234238``` sh
235- git checkout --recurse-submodules v4.0.3
239+ git checkout --recurse-submodules v4.1.0-rc.1
236240```
237241
238242## Compiling SingularityCE
@@ -283,7 +287,7 @@ build and install the RPM like this:
283287<!-- markdownlint-disable MD013 -->
284288
285289``` sh
286- export VERSION=4.0.3 # this is the singularity version, change as you need
290+ export VERSION=4.1.0-rc.1 # this is the singularity version, change as you need
287291
288292# Fetch the source
289293wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
0 commit comments