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
spbro
OpenXG-RAN
Commits
1fc65933
Commit
1fc65933
authored
Mar 25, 2022
by
Robert Schmidt
Committed by
Manish
Mar 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop build_oai after dep installation if no compilation requested
parent
51e3b6c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
+16
-14
cmake_targets/build_oai
cmake_targets/build_oai
+16
-14
No files found.
cmake_targets/build_oai
View file @
1fc65933
...
@@ -573,19 +573,6 @@ function main() {
...
@@ -573,19 +573,6 @@ function main() {
check_install_additional_tools
check_install_additional_tools
fi
fi
echo_info
"3. building the compilation directives ..."
DIR
=
$OPENAIR_DIR
/cmake_targets
[
"
$CLEAN
"
=
"1"
]
&&
rm
-rf
$DIR
/
$BUILD_DIR
/build
mkdir
-p
$DIR
/
$BUILD_DIR
/build
cd
$DIR
/
$BUILD_DIR
/build
echo_info
"running
$CMAKE_CMD
"
eval
$CMAKE_CMD
../..
execlist
=
""
execlist
=
""
if
[
"
$eNB
"
=
"1"
]
;
then
if
[
"
$eNB
"
=
"1"
]
;
then
execlist
=
"
$execlist
lte-softmodem"
execlist
=
"
$execlist
lte-softmodem"
...
@@ -605,11 +592,26 @@ function main() {
...
@@ -605,11 +592,26 @@ function main() {
if
[
"
$nrUE
"
=
1
]
;
then
if
[
"
$nrUE
"
=
1
]
;
then
execlist
=
"
$execlist
nr-uesoftmodem"
execlist
=
"
$execlist
nr-uesoftmodem"
fi
fi
if
[
"
$ittiSIM
"
=
"1"
]
;
then
if
[
"
$ittiSIM
"
=
"1"
]
;
then
execlist
=
"
$execlist
nr-ittisim"
execlist
=
"
$execlist
nr-ittisim"
fi
fi
if
[[
"
$execlist
"
==
""
&&
"
$SIMUS_PHY
"
!=
"1"
]]
;
then
echo_success
"installing dependencies successful"
exit
fi
echo_info
"3. building the compilation directives ..."
DIR
=
$OPENAIR_DIR
/cmake_targets
[
"
$CLEAN
"
=
"1"
]
&&
rm
-rf
$DIR
/
$BUILD_DIR
/build
mkdir
-p
$DIR
/
$BUILD_DIR
/build
cd
$DIR
/
$BUILD_DIR
/build
echo_info
"running
$CMAKE_CMD
"
eval
$CMAKE_CMD
../..
for
f
in
$execlist
;
do
for
f
in
$execlist
;
do
echo_info
"Compiling
$f
..."
echo_info
"Compiling
$f
..."
compilations
\
compilations
\
...
...
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