Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
0c1df622
Commit
0c1df622
authored
Jul 30, 2017
by
incardon
Browse files
Fixing PETSC installation on Archlinux
parent
6321d888
Changes
2
Hide whitespace changes
Inline
Side-by-side
install
View file @
0c1df622
...
...
@@ -214,6 +214,20 @@ if [ ! -d "$i_dir/PETSC" -o ! -d "$i_dir/EIGEN" ]; then
else
inst_lin_alg
=
"y"
fi
### PETSC require Python
command
-v
python
if
[
$?
-ne
0
]
;
then
### We have to install python
echo
"OpenFPM require python but it's not installed, searching a solution... "
solve_python
command
-v
python
if
[
$?
-ne
0
]
;
then
echo
-e
"python
\0
33[91;5;1m FAILED
\0
33[0m"
return
fi
fi
fi
lin_alg_dir
=
""
...
...
script/install_Metis.sh
View file @
0c1df622
...
...
@@ -26,7 +26,6 @@ else
cmake ../../.
-DSHARED
=
1
-DGKLIB_PATH
=
../../GKlib
-DCMAKE_INSTALL_PREFIX
=
$1
/METIS
fi
make
-j
$4
mkdir
$1
/METIS
make
install
# Mark the installation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment