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
2215183a
Commit
2215183a
authored
1 year ago
by
Serhii Yaskovets
Browse files
Options
Downloads
Patches
Plain Diff
Update BOOST version [1.75.0->1.82.0]
parent
be343f3f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5445
failed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
script/install_BOOST.sh
+10
-6
10 additions, 6 deletions
script/install_BOOST.sh
with
10 additions
and
6 deletions
script/install_BOOST.sh
+
10
−
6
View file @
2215183a
#!/bin/bash
short_date
=
$(
/bin/date +%m%d%y
)
exec
2>>
"install_BOOST
$short_date
.log"
set
-x
source
script/discover_os
discover_os
...
...
@@ -10,10 +14,10 @@ if [ -d "$1/BOOST" ]; then
exit
0
fi
rm
boost_1_
75
_0.tar.bz2
wget http://ppmcore.mpi-cbg.de/upload/boost_1_
75
_0.tar.bz2
tar
-xf
boost_1_
75
_0.tar.bz2
cd
boost_1_
75
_0
rm
boost_1_
82
_0.tar.bz2
wget http://ppmcore.mpi-cbg.de/upload/boost_1_
82
_0.tar.bz2
tar
-xf
boost_1_
82
_0.tar.bz2
cd
boost_1_
82
_0
if
[
x
"
$4
"
!=
x
""
]
;
then
if
[
-f
$HOME
/user-config.jam
]
;
then
mv
$HOME
/user-config.jam
$HOME
/user-config.jam_bck
...
...
@@ -57,10 +61,10 @@ else
./b2
-a
-j
$2
install
--prefix
=
$1
/BOOST
-sNO_LZMA
=
1
-sNO_ZSTD
=
1
fi
rm
-rf
boost_1_
75
_0
rm
-rf
boost_1_
82
_0
if
[
-f
$HOME
/user-config.jam_bck
]
;
then
mv
$HOME
/user-config.jam_bck
$HOME
/user-config.jam
fi
rm
-rf
boost_1_
75
_0.tar.bz2
rm
-rf
boost_1_
82
_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