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
55440232
Commit
55440232
authored
Feb 02, 2016
by
Pietro Incardona
Browse files
Fixing installation of SUITESPARSE to ignore default installation of blas or lapack
parent
3993bb3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
install
View file @
55440232
...
...
@@ -183,6 +183,18 @@ else
LAPACK_installed
=
1
blas_options
=
"--with-blas=-L/home/i-bird/OPENBLAS/lib/ -lopenblas"
elif
[
$conf_err
-eq
205
]
;
then
## First we install openblas, we ignore default lapack
## this SuiteSparse is programmed to use libopenblas
echo
"Lapack not found try to install"
if
[
$LAPACK_installed
-eq
1
]
;
then
echo
"Error the installation of LAPACK failed"
exit
1
fi
./script/install_OPENBLAS.sh
$i_dir
$compiler_opt
LAPACK_installed
=
1
blas_options
=
"--with-blas=-L/home/i-bird/OPENBLAS/lib/ -lopenblas"
## Then suite sparse
echo
"SuiteSparse not found try to install"
if
[
$SUITESPARSE_installed
-eq
1
]
;
then
echo
"Error the installation of SuiteSparse failed"
...
...
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