Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AMF
Commits
7f464dee
Commit
7f464dee
authored
May 04, 2022
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Build Helper for U20
parent
640da848
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
13 deletions
+6
-13
build/scripts/build_helper.amf
build/scripts/build_helper.amf
+6
-13
No files found.
build/scripts/build_helper.amf
View file @
7f464dee
...
...
@@ -420,19 +420,15 @@ check_install_amf_deps(){
# PPA has 1.67
$SUDO add-apt-repository ppa:mhier/libboost-latest --yes
$SUDO $INSTALLER update
if [ $IS_CONTAINER -eq 0 ]; then
specific_packages="libconfig++-dev libasio-dev libboost-all-dev mysql-server"
else
specific_packages="libconfig++-dev"
fi
;;
*)
if [ $IS_CONTAINER -eq 0 ]; then
specific_packages="libconfig++-dev libasio-dev libboost-all-dev mysql-server"
else
specific_packages="libconfig++-dev libasio-dev libboost-all-dev"
fi
;;
"ubuntu20.04")
specific_packages="libboost-all-dev libmysqlclient-dev"
;;
esac
# removed libspdlog-dev
PACKAGE_LIST="\
...
...
@@ -442,7 +438,7 @@ check_install_amf_deps(){
guile-2.0-dev \
libcurl4-gnutls-dev \
libevent-dev \
libgcrypt-dev \
libgcrypt
?
-dev \
libgmp-dev \
libhogweed? \
libidn2-0-dev \
...
...
@@ -461,7 +457,7 @@ check_install_amf_deps(){
pkg-config \
ninja-build \
wget \
libasan
4
"
libasan
?
"
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
PACKAGE_LIST="\
guile-devel \
...
...
@@ -499,10 +495,7 @@ check_install_amf_deps(){
"ubuntu18.04")
$SUDO $INSTALLER remove $OPTION libboost1.65-dev || true
$SUDO $INSTALLER install $OPTION libboost1.67-dev
;;
"ubuntu20.04")
$SUDO $INSTALLER install $OPTION libboost-all-dev libmysqlclient-dev
;;
;;
esac
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment