Skip to content

Commit

Permalink
Merge pull request #304 from dtrudg/383-rel
Browse files Browse the repository at this point in the history
3.8.3 changelog / install.md changes
  • Loading branch information
dtrudg authored Sep 1, 2021
2 parents 23f05ef + d3b166a commit 29f4180
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# SingularityCE Changelog

## Changes since last release
## v3.8.3 [2021-09-01]

### Bug fixes

- Fix regression when files `source`d from `%environment` contain `\` escaped
shell builtins (fixes issue with `source` of conda profile.d script).

Additional changes include dependency updates for the SIF module (to v2.0.0),
and migration to maintained versions of other modules. There is no change to
functionality, on-disk SIF format etc.

## v3.8.2 [2021-08-19]

### Bug fixes
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:

```
$ git checkout v3.8.2
$ git checkout v3.8.3
```

## Compiling SingularityCE
Expand Down Expand Up @@ -125,7 +125,7 @@ as shown above. Then download the latest
and use it to install the RPM like this:

```
$ export VERSION=3.8.2 # this is the singularity version, change as you need
$ export VERSION=3.8.3 # this is the singularity version, change as you need
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
Expand All @@ -141,7 +141,7 @@ tarball and use it to install Singularity:
$ cd $GOPATH/src/github.com/sylabs/singularity && \
./mconfig && \
make -C builddir rpm && \
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.2*.x86_64.rpm # or whatever version you built
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.3*.x86_64.rpm # or whatever version you built
```

To build an rpm with an alternative install prefix set RPMPREFIX on the
Expand Down

0 comments on commit 29f4180

Please sign in to comment.