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 0000000000000000000000000000000000000000..b00908d8a8a43e73a97bd04e1eac4b0b2d8058fa --- /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++ +```