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
38463687
Commit
38463687
authored
1 year ago
by
Abhinav Singh
Browse files
Options
Downloads
Patches
Plain Diff
Properly updating boost!
parent
e8e15c4e
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
script/remove_old
+2
-2
2 additions, 2 deletions
script/remove_old
with
2 additions
and
2 deletions
script/remove_old
+
2
−
2
View file @
38463687
...
...
@@ -76,10 +76,10 @@ function remove_old()
## Check the installed version of the dependencies
if
[
-d
$1
/BOOST
]
;
then
is_update
=
$(
cat
$1
/BOOST/include/boost/version.hpp |
grep
"#define BOOST_VERSION 10
75
00"
)
is_update
=
$(
cat
$1
/BOOST/include/boost/version.hpp |
grep
"#define BOOST_VERSION 10
82
00"
)
if
[
x
"
$is_update
"
==
x
""
]
;
then
echo
-e
"
\0
33[1;34;5m ---------------------------------------------------------------------------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m Boost has been updated to 1.
75
, the component will be updated automatically
\0
33[0m"
echo
-e
"
\0
33[1;34;5m Boost has been updated to 1.
82
, the component will be updated automatically
\0
33[0m"
echo
-e
"
\0
33[1;34;5m ---------------------------------------------------------------------------
\0
33[0m"
sleep
5
rm
-rf
$1
/BOOST/include
...
...
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