Chameleon 1.1.0


New release of Chameleon 1.1.0 is out !

sudo apt-get update -y
sudo apt-get install -y curl wget git cmake build-essential gfortran python-is-python3 bison flex wget tar pkg-config libopenblas-dev liblapacke-dev libhwloc-dev libopenmpi-dev libstarpu-dev libscotch-dev libmetis-dev libsuitesparse-dev
wget https://gitlab.inria.fr/api/v4/projects/616/packages/generic/ubuntu_22.04/1.1.0/chameleon_1.1.0-1_amd64.deb
sudo apt-get install -y ./chameleon_1.1.0-1_amd64.deb

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

guix pull
guix install chameleon