Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
argupta
openfpm_pdata
Commits
f77a1b36
Commit
f77a1b36
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixed installation
parent
04c19a20
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install
+10
-10
10 additions, 10 deletions
install
with
10 additions
and
10 deletions
install
+
10
−
10
View file @
f77a1b36
...
...
@@ -270,7 +270,7 @@ else
fi
done
if
[
!
x
"
$inst_lin_alg
"
==
x
"y"
]
;
then
if
[
x
"
$inst_lin_alg
"
==
x
"y"
]
;
then
./script/install_EIGEN.sh
$i_dir
$ncore
if
[
$?
-eq
0
]
;
then
configure_options
=
"
$configure_options
--with-eigen=
$i_dir
/EIGEN --with-suitesparse=
$i_dir
/SUITESPARSE "
...
...
@@ -302,14 +302,6 @@ if [ $? -ne 0 ]; then
conf_err
=
1
fi
echo
""
echo
""
if
[
$conf_err
-eq
0
]
;
then
echo
-e
"Install
\0
33[92;5;1m SUCCEED
\0
33[0m"
else
echo
-e
"Install
\0
33[91;5;1m FAILED
\0
33[0m"
fi
echo
"Command used to configure"
echo
""
echo
-e
"
\0
33[1m ./configure
$options
$configure_options
\0
33[0m "
...
...
@@ -321,7 +313,7 @@ else
bash_library
=
"export DYLD_LIBRARY_PATH=
\"\$
DYLD_LIBRARY_PATH"
fi
bash_path
=
"export PATH=
\$
PATH"
bash_path
=
"export PATH=
\
"\
$
PATH"
echo
-e
"
\0
33[1;34;5m ---------------------------------------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m --------- INSTALLATION REPORT ---------
\0
33[0m"
...
...
@@ -442,6 +434,14 @@ echo "$bash_path" > $HOME/openfpm_vars
echo
"
$bash_library
"
>>
$HOME
/openfpm_vars
echo
-e
"
$installation_report
"
echo
""
echo
""
if
[
$conf_err
-eq
0
]
;
then
echo
-e
"Install summary
\0
33[92;5;1m SUCCEED
\0
33[0m"
else
echo
-e
"Install summary
\0
33[91;5;1m FAILED
\0
33[0m"
fi
echo
""
if
[
x
"
$platform
"
=
x
"linux"
]
;
then
echo
"Before run any openfpm program you must execute the following command. A simple way would be to append this line at the end of your
$HOME
/.bashrc"
...
...
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