Skip to content
Snippets Groups Projects
Commit c51b0e61 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing installation of blitz and algoim

parent 6010faf7
No related branches found
No related tags found
No related merge requests found
Pipeline #3493 passed
......@@ -223,7 +223,7 @@ echo -e "Installing requirements into: $i_dir "
### Installing PETSC and Extended numerics
if [ ! -d "$i_dir/PETSC" -o ! -f "$i_dir/PETSC/include/petsc.h" -o ! -d "$i_dir/EIGEN" -o -d "$i_dir/BLITZ" -o -d "$i_dir/ALGOIM" ]; then
if [ ! -d "$i_dir/PETSC" -o ! -f "$i_dir/PETSC/include/petsc.h" -o ! -d "$i_dir/EIGEN" -o ! -d "$i_dir/BLITZ" -o ! -d "$i_dir/ALGOIM" ]; then
echo -e "\033[1;34m Optional packages \033[0m"
echo -e "\033[1mDo you want to install linear algebra packages and extended Level-set functionalities ?(y/n)\033[0m"
if [ $sq -eq 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment