From 233297b95e1cfc957446a01616a409b15e847073 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 15 Oct 2024 17:42:20 +0200 Subject: [PATCH] Add singularity in readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a9503d7..c9acc1dd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ https://arxiv.org/abs/1902.08154 # Getting started * [Visit the web site](https://quantumpackage.github.io/qp2) +* Install from a singularity container
+ Singularity containers for x86_64 (amd64) and ARM (aarch64) architectures are available here:
+ https://cloud.sylabs.io/library/scemama/trex/qp2-qmcchem
+ The repository containing the recipes to build the singularity container is here: https://github.com/TREX-CoE/trex-containers * [Download the latest release](http://github.com/QuantumPackage/qp2/releases) * [Read the documentation](https://quantum-package.readthedocs.io) @@ -50,8 +54,8 @@ You can also look over its [archives](https://groupes.renater.fr/sympa/arc/quant # Build status -* Master [![master build status](https://travis-ci.com/QuantumPackage/qp2.svg?branch=master)](https://travis-ci.org/QuantumPackage/qp2) -* Development [![dev build status](https://travis-ci.com/QuantumPackage/qp2.svg?branch=dev)](https://travis-ci.org/QuantumPackage/qp2) +* Master [![master build status](https://github.com/QuantumPackage/qp2/actions/workflows/compilation.yml/badge.svg)](https://github.com/QuantumPackage/qp2/actions/workflows/compilation.yml/badge.svg) +* Development [![dev build status](https://github.com/QuantumPackage/qp2/actions/workflows/compilation.yml/badge.svg?branch=dev-stable)](https://github.com/QuantumPackage/qp2/actions/workflows/compilation.yml/badge.svg?branch=dev-stable) * Documentation [![Documentation Status](https://readthedocs.org/projects/quantum-package/badge/?version=master)](https://quantum-package.readthedocs.io/en/master/?badge=master)