@@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/hpcng && \
87
87
To build a stable version of Singularity, check out a [ release tag] ( https://github.com/hpcng/singularity/tags ) before compiling:
88
88
89
89
```
90
- $ git checkout v3.8.4
90
+ $ git checkout v3.8.5
91
91
```
92
92
93
93
## Compiling Singularity
@@ -134,7 +134,7 @@ required.
134
134
To build from a release source tarball do these commands:
135
135
136
136
```
137
- $ export VERSION=3.8.4 # this is the singularity version, change as you need
137
+ $ export VERSION=3.8.5 # this is the singularity version, change as you need
138
138
139
139
$ wget https://github.com/hpcng/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
140
140
rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -151,7 +151,7 @@ Then use the `rpm` make target to build Singularity as an rpm package:
151
151
```
152
152
$ ./mconfig --only-rpm
153
153
$ make -C builddir rpm
154
- $ sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.4 * .x86_64.rpm # or whatever version you built
154
+ $ sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.5 * .x86_64.rpm # or whatever version you built
155
155
```
156
156
157
157
Alternatively, to build an RPM from the latest master you can
@@ -162,7 +162,7 @@ tarball and use it to install Singularity:
162
162
$ cd $GOPATH/src/github.com/hpcng/singularity && \
163
163
./mconfig && \
164
164
make -C builddir rpm && \
165
- sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.4 * .x86_64.rpm # or whatever version you built
165
+ sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.5 * .x86_64.rpm # or whatever version you built
166
166
```
167
167
168
168
To build an rpm with an alternative install prefix set RPMPREFIX on the
0 commit comments