File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Singularity Changelog
22
3+ ## v3.8.3 - [ 2021-09-07]
4+
5+ ### Bug fixes
6+
7+ - Fix the display of false warning and avoid repeated bind mounts.
8+
39## v3.8.2 - [ 2021-08-31]
410
511### Bug fixes
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/hpcng && \
8787To build a stable version of Singularity, check out a [ release tag] ( https://github.com/hpcng/singularity/tags ) before compiling:
8888
8989```
90- $ git checkout v3.8.2
90+ $ git checkout v3.8.3
9191```
9292
9393## Compiling Singularity
@@ -130,7 +130,7 @@ as shown above. Then download the latest
130130and use it to install the RPM like this:
131131
132132```
133- $ export VERSION=3.8.2 # this is the singularity version, change as you need
133+ $ export VERSION=3.8.3 # this is the singularity version, change as you need
134134
135135$ wget https://github.com/hpcng/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
136136 rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -146,7 +146,7 @@ tarball and use it to install Singularity:
146146$ cd $GOPATH/src/github.com/hpcng/singularity && \
147147 ./mconfig && \
148148 make -C builddir rpm && \
149- sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.2 *.x86_64.rpm # or whatever version you built
149+ sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.3 *.x86_64.rpm # or whatever version you built
150150```
151151
152152To build an rpm with an alternative install prefix set RPMPREFIX on the
You can’t perform that action at this time.
0 commit comments