qr_mumps 3.0.4


New release of qr_mumps 3.0.4 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/30307/packages/generic/ubuntu_22.04/3.0.4/qrmumps_3.0.4-1_amd64.deb
sudo apt-get install -y ./qrmumps_3.0.4-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 qr_mumps