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

Testing message

parent c29f3960
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@ echo "compilation type: $5"
echo "Branch name: $6"
if [ x"$2" == x"ubuntu," ]; then
echo "UBUNTU"
fi
if [ x"$6" == x"" ]; then
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
else
......
......@@ -504,7 +504,7 @@ echo ""
installation_report=""
lin_alg_installed=""
if [ -d "$i_dir/PETSC" ]; then
if [ -d "$1/PETSC" -a -f "$1/PETSC/include/petsc.h" ]; then
installation_report="$installation_report \033[92;1mPETSC\033[0m Installed: \033[1m $i_dir/PETSC \033[0m\n"
bash_library="$bash_library:$i_dir/PETSC/lib"
lin_alg_installed="y"
......
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