Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
ZhouShuya
OpenXG-RAN
Commits
3422a591
Commit
3422a591
authored
9 years ago
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated for additional packages for autotest framework
parent
f1304ee2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+4
-1
No files found.
cmake_targets/tools/build_helper
View file @
3422a591
...
@@ -279,7 +279,8 @@ check_install_oai_software() {
...
@@ -279,7 +279,8 @@ check_install_oai_software() {
xmlstarlet \
xmlstarlet \
python-pip \
python-pip \
pydb \
pydb \
wvdial
wvdial \
python-numpy
$SUDO update-alternatives --set liblapack.so /usr/lib/atlas-base/atlas/liblapack.so
$SUDO update-alternatives --set liblapack.so /usr/lib/atlas-base/atlas/liblapack.so
if [ `lsb_release -rs` = '12.04' ] ; then
if [ `lsb_release -rs` = '12.04' ] ; then
install_nettle_from_source
install_nettle_from_source
...
@@ -291,6 +292,8 @@ check_install_oai_software() {
...
@@ -291,6 +292,8 @@ check_install_oai_software() {
$SUDO pip install pyroute2
$SUDO pip install pyroute2
) > $log_file 2>&1
) > $log_file 2>&1
install_asn1c_from_source
install_asn1c_from_source
$SUDO rm -fr /opt/ssh
$SUDO git clone https://gist.github.com/2190472.git /opt/ssh
}
}
install_asn1c_from_source(){
install_asn1c_from_source(){
...
...
This diff is collapsed.
Click to expand it.
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