| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Ref https://github.com/sylabs/singularity/releases
|
|
|
|
| |
Replace cleanup_srcdir() with chmod-clean option
|
|
|
|
|
|
| |
- Ref https://github.com/sylabs/singularity/releases/tag/v3.5.2
- Security fix (CVE-2019-19724)
- Enable all archies for builders
|
| |
|
|
|
|
|
| |
- Ref https://github.comm/sylabs/singularity/releases/tag/v3.5.1
- Enable all archies
|
| |
|
|
|
|
|
|
| |
- Ref https://github.com/sylabs/singularity/blob/master/CHANGELOG.md
- Remove 2 standard license files
- Add cleanup_srcdir()
|
| |
|
|
|
|
|
|
| |
- https://github.com/sylabs/singularity/releases/tag/v3.4.1 3.4.1
- Enable all architectures for builders
- Add cryptsetup to makedepends
|
|
|
|
|
|
|
|
|
|
|
| |
Build fails on the builders with caching errors and `no rule to make
target cni/dhcp`. Unfortunately, this cannot be reproduced locally.
Someone with accesses to the builders must investigate this further.
Until then, disable it to prevent the builders from repeatably
attempting rebuilds.
See also: https://gitlab.alpinelinux.org/alpine/aports/issues/10737
|
|
|
|
| |
This reverts commit ff3926848ed95a789906ecdd55292e96796fdbc9.
|
|
|
|
| |
Experimental change to see if this fixes the build on the builders.
|
|
|
|
|
|
|
| |
Without this change the git describe output for the aport repository is
used which is probably not what we want.
Additionally, build fails in `abuild rootbld` without this change.
|
|
|
|
|
|
|
| |
go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
|
|
|
|
| |
- https://github.com/sylabs/singularity/releases 3.3.0
|
|
|
|
| |
- Add binutils-gold to makedepends
|
|
|
|
|
|
|
| |
- https://github.com/sylabs/singularity/releases 3.2.1
- Removed patch as it already included upstream
Closes GH-8262
|
|
|
|
|
|
|
|
|
|
|
|
| |
- https://github.com/sylabs/singularity/releases 3.2.0
- Fixes high severity security issue CVE-2019-11328
- Modernize
- No test suite from upstream
- Disable aarch64, armhf, and armv7 due to build errors
- Add patch to fix instance join regression with root user,
https://github.com/sylabs/singularity/pull/3586
Closes: GH-7877
|
|
|
|
| |
The build system changed completly
|
|
|
|
|
| |
https://www.sylabs.io/singularity/
Application containers focused on reproducibility for scientific computing and HPS world.
|
| |
|
|
|
|
|
|
|
|
| |
The 3.0 release is a major rewrite, which involves some bizarre new
build process, additional dependencies, a license change, and removes
most of the features in exchange for other, different features. In
addition, this is now a hybrid-license project trying to sell a "Pro"
upgrade. I'm not going to maintain this going forward.
|
| |
|
|
Singularity is a container platform focused on "mobility of computing."
It differs from other popular container platforms by not requiring
users to have special privileges or any running daemons to work.
Homepage at http://singularity.lbl.gov/
|