Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b10b1c43 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Add pastix 6.3.0

parent 8922a26f
No related branches found
No related tags found
No related merge requests found
Title: PaStiX 6.3.0
date: 2023-07-21 18:00
Category: News
author: Florent Pruvost
New release of PaStiX 6.3.0 is out !
- [Changelog](https://gitlab.inria.fr/solverstack/pastix/-/releases/v6.3.0)
- [Download tarball](https://gitlab.inria.fr/solverstack/pastix//uploads/87c0b910dce3d81667e760c720e706d1/pastix-6.3.0.tar.gz)
- [Documentation](https://solverstack.gitlabpages.inria.fr/pastix/index.html)
- [Debian/Ubuntu packages](https://gitlab.inria.fr/solverstack/pastix/-/packages)
```sh
sudo apt-get update -y
wget https://gitlab.inria.fr/api/v4/projects/987/packages/generic/ubuntu_22.04/6.3.0/pastix_6.3.0-1_amd64.deb
sudo apt-get install -y ./pastix_6.3.0-1_amd64.deb
# to uninstall: sudo apt autoremove pastix
```
- [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
```
...@@ -7,10 +7,16 @@ New release of Chameleon 1.2.0 is out ! ...@@ -7,10 +7,16 @@ New release of Chameleon 1.2.0 is out !
- [Changelog](https://gitlab.inria.fr/solverstack/chameleon/-/releases/v1.2.0) - [Changelog](https://gitlab.inria.fr/solverstack/chameleon/-/releases/v1.2.0)
- [Download tarball](https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.2.0/chameleon-1.2.0.tar.gz) - [Download tarball](https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.2.0/chameleon-1.2.0.tar.gz)
- [Documentation](https://solverstack.gitlabpages.inria.fr/chameleon/)
- [Debian/Ubuntu packages](https://gitlab.inria.fr/solverstack/chameleon/-/packages)
```sh
sudo apt-get update -y
wget https://gitlab.inria.fr/api/v4/projects/616/packages/generic/ubuntu_22.04/1.2.0/chameleon_1.2.0-1_amd64.deb
sudo apt-get install -y ./chameleon_1.2.0-1_amd64.deb
# to uninstall: sudo apt autoremove chameleon
```
- [Brew package for MacOSX](https://gitlab.inria.fr/solverstack/brew-repo) - [Brew package for MacOSX](https://gitlab.inria.fr/solverstack/brew-repo)
- [Spack package for Linux/MacOSX](https://github.com/spack/spack) - [Spack package for Linux/MacOSX](https://github.com/spack/spack)
- [Documentation](https://solverstack.gitlabpages.inria.fr/chameleon/)
- [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) - [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` Add the following in `~/.config/guix/channels.scm`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment