Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
900307d1
Commit
900307d1
authored
9 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Update with latest modules
parent
574de83e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install
+20
-0
20 additions, 0 deletions
install
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
with
21 additions
and
1 deletion
install
+
20
−
0
View file @
900307d1
...
...
@@ -153,6 +153,12 @@ if [ x"$compiler_opt" != x"" ]; then
./script/install_METIS.sh
$i_dir
$compiler_gcc
$compiler_gpp
configure_options
=
"
$configure_options
--with-metis=
$i_dir
/METIS "
METIS_installed
=
1
./script/install_SuiteSparse.sh
$i_dir
$compiler_opt
configure_options
=
"
$configure_options
--with-suitesparse=
$i_dir
/SUITESPARSE "
SUITESPARSE_installed
=
1
./script/install_lapack.sh
$i_dir
$compiler_opt
configure_option
=
"
$configure_options
--with-lapack=
$i_dir
/LAPACK"
LAPACK_installed
=
1
fi
echo
"./configure
$options
$configure_options
"
...
...
@@ -196,6 +202,20 @@ else
./script/install_BOOST.sh
$i_dir
$compiler_opt
BOOST_installed
=
1
configure_options
=
"
$configure_options
--with-boost=
$i_dir
/BOOST "
elif
[
$conf_err
-eq
204
]
;
then
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_SUITESPARSE.sh
$i_dir
$compiler_opt
elif
[
$conf_err
-eq
205
]
;
then
echo
"SuiteSparse not found try to install"
if
[
$SUITESPARSE_installed
-eq
1
]
;
then
echo
"Error the installation of SuiteSparse failed"
exit
1
fi
./script/install_SUITESPARSE.sh
$i_dir
$compiler_opt
elif
[
$conf_err
-ne
0
]
;
then
echo
"I do not know how to recover from this error"
exit
1
...
...
This diff is collapsed.
Click to expand it.
openfpm_numerics
@
32914d0a
Subproject commit 3
385f02c21b9eca9daa9ab8373ede437f7fb4b6b
Subproject commit 3
2914d0aad507eae2f82e3ac006e4bab42e9e3ed
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment