From 5fd72e99a9184c1a02c1ee9ef0bc18cc3f957b09 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Thu, 25 Jan 2024 17:38:28 +0100 Subject: [PATCH] maphyspp 1.1.9 --- content/news/2024.01.18_maphyspp-1.1.9.md | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/news/2024.01.18_maphyspp-1.1.9.md diff --git a/content/news/2024.01.18_maphyspp-1.1.9.md b/content/news/2024.01.18_maphyspp-1.1.9.md new file mode 100644 index 0000000..b00908d --- /dev/null +++ b/content/news/2024.01.18_maphyspp-1.1.9.md @@ -0,0 +1,27 @@ +Title: Maphys++ 1.1.9 +date: 2024-01-18 18:00 +Category: News +author: Florent Pruvost + +New release of Maphys++ 1.1.9 is out ! + + - [Changelog](https://gitlab.inria.fr/solverstack/maphys/maphyspp/-/releases/v1.1.9) + - [Download tarball](https://gitlab.inria.fr/api/v4/projects/6194/packages/generic/source/v1.1.9/maphyspp-1.1.9.tar.gz) + - [Documentation](https://solverstack.gitlabpages.inria.fr/maphys/maphyspp/) + - [Brew package for MacOSX](https://gitlab.inria.fr/solverstack/brew-repo) + - [Spack package for Linux/MacOSX (soon)](https://github.com/spack/spack) + - [GNU Guix packages](https://gitlab.inria.fr/guix-hpc/guix-hpc) and [non-free channel](https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free) + +Add the following in `~/.config/guix/channels.scm` +``` +(cons (channel + (name 'guix-hpc-non-free) + (url "https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free.git")) + %default-channels) +``` + +Install command +```sh +guix pull +guix install maphys++ +``` -- GitLab