From db6f31700d26f748cd9d5bc35e9d2f409f7ab1d1 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 29 Nov 2023 10:19:58 +0100
Subject: [PATCH] pastix: add new release 6.3.1

---
 content/news/2023.11.15_pastix-6.3.1.md | 27 +++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 content/news/2023.11.15_pastix-6.3.1.md

diff --git a/content/news/2023.11.15_pastix-6.3.1.md b/content/news/2023.11.15_pastix-6.3.1.md
new file mode 100644
index 0000000..0455d11
--- /dev/null
+++ b/content/news/2023.11.15_pastix-6.3.1.md
@@ -0,0 +1,27 @@
+Title: PaStiX 6.3.1
+date: 2023-11-15 18:00
+Category: News
+author: Florent Pruvost
+
+New release of PaStiX 6.3.1 is out !
+
+ - [Changelog](https://gitlab.inria.fr/solverstack/pastix/-/releases/v6.3.1)
+ - [Download tarball](https://gitlab.inria.fr/solverstack/pastix//uploads/ad8f528a3f6c012762e9a903b28315f8/pastix-6.3.1.tar.gz)
+ - [Documentation](https://solverstack.gitlabpages.inria.fr/pastix/index.html)
+ - [Brew package for MacOSX](https://gitlab.inria.fr/solverstack/brew-repo)
+ - [Spack package for Linux/MacOSX](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 pastix
+```
-- 
GitLab