@@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/apptainer && \
87
87
To build a stable version of Singularity, check out a [ release tag] ( https://github.com/apptainer/singularity/tags ) before compiling:
88
88
89
89
```
90
- $ git checkout v3.8.6
90
+ $ git checkout v3.8.7
91
91
```
92
92
93
93
## Compiling Singularity
@@ -147,7 +147,7 @@ Download the latest
147
147
and use it to install the RPM like this:
148
148
149
149
```
150
- $ export VERSION=3.8.6 # this is the singularity version, change as you need
150
+ $ export VERSION=3.8.7 # this is the singularity version, change as you need
151
151
152
152
$ wget https://github.com/apptainer/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
153
153
rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -161,7 +161,7 @@ for example like this if you already have a new enough golang first
161
161
in your PATH:
162
162
163
163
```
164
- VERSION=3.8.6 # this is the singularity version, change as you need
164
+ VERSION=3.8.7 # this is the singularity version, change as you need
165
165
./mconfig
166
166
make -C builddir rpm
167
167
sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-${VERSION}* .x86_64.rpm
@@ -175,7 +175,7 @@ tarball and use it to install Singularity:
175
175
$ cd $GOPATH/src/github.com/apptainer/singularity && \
176
176
./mconfig && \
177
177
make -C builddir rpm && \
178
- sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.6 * .x86_64.rpm # or whatever version you built
178
+ sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.7 * .x86_64.rpm # or whatever version you built
179
179
```
180
180
181
181
To build an rpm with an alternative install prefix set RPMPREFIX on the
0 commit comments