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

fixing python on archlinux

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