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

Fixing install python to install PETSC

parent 7d716091
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ source script/remove_old
source script/set_mpi
source script/conf_PETSC
source script/update_openfpm
source script/solve_python
### switch to the branch
......@@ -221,7 +222,7 @@ if [ ! -d "$i_dir/PETSC" -o ! -d "$i_dir/EIGEN" ]; then
if [ $? -ne 0 ]; then
### We have to install python
echo "OpenFPM require python but it's not installed, searching a solution... "
./script/solve_python $platform
solve_python $platform
command -v python
if [ $? -ne 0 ]; then
echo -e "python\033[91;5;1m FAILED \033[0m"
......
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