Hi everyone, first I want to apologize because I am new into ubuntu, so I could be wrong anywhere.
In order to install a library, I had to clone spack, and then to install deal.II and vtk.
I followed this code:
.bashrc file: "export SPACK_ROOT=/path/to/spack/
export PATH=${SPACK_ROOT}/bin:${PATH}"
sudo apt install python git curl make g++ gfortran
mkdir -p ${SPACK_ROOT}
cd ${SPACK_ROOT}
git clone https://github.com/spack/spack.git .
spack install environment-modules
.bashrc file: "source $(spack location -i environment-modules)/init/bash
source ${SPACK_ROOT}/share/spack/setup-env.sh"
Up to this point, everything seems fine, and I got no errors.
Then I install
spack install dealii@9.2.0 ^suite-sparse@5.2.0
And I get errors as you see in the screen.
Do you have any ideas about what could I do? Thanks everyone!

Hi everyone, first I want to apologize because I am new into ubuntu, so I could be wrong anywhere.
In order to install a library, I had to clone spack, and then to install deal.II and vtk.
I followed this code:
Up to this point, everything seems fine, and I got no errors.
Then I install
spack install dealii@9.2.0 ^suite-sparse@5.2.0And I get errors as you see in the screen.

Do you have any ideas about what could I do? Thanks everyone!