Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_io
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_io
Commits
ecf8e284
Commit
ecf8e284
authored
3 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Upgrading BOOST on Ubuntu
parent
f630c5cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#3045
failed
3 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+1
-0
1 addition, 0 deletions
build.sh
install_BOOST.sh
+6
-5
6 additions, 5 deletions
install_BOOST.sh
with
7 additions
and
5 deletions
build.sh
+
1
−
0
View file @
ecf8e284
...
@@ -53,6 +53,7 @@ fi
...
@@ -53,6 +53,7 @@ fi
if
[
x
"
$hostname
"
==
x
"cifarm-ubuntu-node"
]
;
then
if
[
x
"
$hostname
"
==
x
"cifarm-ubuntu-node"
]
;
then
./install_MPI_mpich.sh
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/ 4
./install_MPI_mpich.sh
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/ 4
export
PATH
=
"/opt/bin:
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/MPI/bin/:
$PATH
"
export
PATH
=
"/opt/bin:
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/MPI/bin/:
$PATH
"
rm
-rf
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/BOOST
./install_BOOST.sh
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/ 4
./install_BOOST.sh
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/ 4
./install_HDF5.sh
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/ 4
./install_HDF5.sh
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/ 4
./install_LIBHILBERT.sh
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/ 4
./install_LIBHILBERT.sh
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/ 4
...
...
This diff is collapsed.
Click to expand it.
install_BOOST.sh
+
6
−
5
View file @
ecf8e284
...
@@ -7,9 +7,10 @@ if [ -d "$1/BOOST" ]; then
...
@@ -7,9 +7,10 @@ if [ -d "$1/BOOST" ]; then
exit
0
exit
0
fi
fi
wget http://ppmcore.mpi-cbg.de/upload/boost_1_72_0.tar.bz2
rm
boost_1_75_0.tar.bz2
tar
-xvf
boost_1_72_0.tar.bz2
wget http://ppmcore.mpi-cbg.de/upload/boost_1_75_0.tar.bz2
cd
boost_1_72_0
tar
-xvf
boost_1_75_0.tar.bz2
cd
boost_1_75_0
if
[
x
"
$4
"
!=
x
""
]
;
then
if
[
x
"
$4
"
!=
x
""
]
;
then
if
[
-f
$HOME
/user-config.jam
]
;
then
if
[
-f
$HOME
/user-config.jam
]
;
then
mv
$HOME
/user-config.jam
$HOME
/user-config.jam_bck
mv
$HOME
/user-config.jam
$HOME
/user-config.jam_bck
...
@@ -23,10 +24,10 @@ fi
...
@@ -23,10 +24,10 @@ fi
./bootstrap.sh
--with-toolset
=
$3
./bootstrap.sh
--with-toolset
=
$3
mkdir
$1
/BOOST
mkdir
$1
/BOOST
./b2
-j
$2
install
--prefix
=
$1
/BOOST
./b2
-j
$2
install
--prefix
=
$1
/BOOST
rm
-rf
boost_1_7
2
_0
rm
-rf
boost_1_7
5
_0
if
[
-f
$HOME
/user-config.jam_bck
]
;
then
if
[
-f
$HOME
/user-config.jam_bck
]
;
then
mv
$HOME
/user-config.jam_bck
$HOME
/user-config.jam
mv
$HOME
/user-config.jam_bck
$HOME
/user-config.jam
fi
fi
rm
-rf
boost_1_7
2
_0.tar.bz2
rm
-rf
boost_1_7
5
_0.tar.bz2
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