-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Problems during install deal.II in spack #20445
Copy link
Copy link
Closed
Labels
Description
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 [email protected] ^[email protected]
And I get errors as you see in the screen.
Do you have any ideas about what could I do? Thanks everyone!
Reactions are currently unavailable