Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Mingxuan Li
openairinterface5G
Commits
b89b0d50
Commit
b89b0d50
authored
2 years ago
by
Robert Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
build_oai: include ldpc_cuda and ldpc_t1 as optional libraries
parent
52e160a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_targets/build_oai
+9
-6
9 additions, 6 deletions
cmake_targets/build_oai
with
9 additions
and
6 deletions
cmake_targets/build_oai
+
9
−
6
View file @
b89b0d50
...
@@ -55,7 +55,7 @@ CMAKE_BUILD_TYPE="RelWithDebInfo"
...
@@ -55,7 +55,7 @@ CMAKE_BUILD_TYPE="RelWithDebInfo"
CMAKE_CMD
=
"
$CMAKE
"
CMAKE_CMD
=
"
$CMAKE
"
BUILD_ECLIPSE
=
0
BUILD_ECLIPSE
=
0
NR
=
"False"
NR
=
"False"
OPTIONAL_LIBRARIES
=
"telnetsrv enbscope uescope nrscope"
OPTIONAL_LIBRARIES
=
"telnetsrv enbscope uescope nrscope
ldpc_cuda ldpc_t1
"
ulfiusdep
=
$(
basename
./
`
find /usr/lib
*
-name
libulfius.so
`
)
ulfiusdep
=
$(
basename
./
`
find /usr/lib
*
-name
libulfius.so
`
)
jssondep
=
$(
basename
./
`
find /usr/lib
*
-name
libjansson.so
`
)
jssondep
=
$(
basename
./
`
find /usr/lib
*
-name
libjansson.so
`
)
if
[
"
$ulfiusdep
"
==
"libulfius.so"
-a
"
$jssondep
"
==
"libjansson.so"
]
;
then
if
[
"
$ulfiusdep
"
==
"libulfius.so"
-a
"
$jssondep
"
==
"libjansson.so"
]
;
then
...
@@ -392,13 +392,16 @@ function main() {
...
@@ -392,13 +392,16 @@ function main() {
if
[
"
$alib
"
=
"
$oklib
"
]
;
then
if
[
"
$alib
"
=
"
$oklib
"
]
;
then
BUILD_OPTLIB
=
"
$BUILD_OPTLIB
$alib
"
BUILD_OPTLIB
=
"
$BUILD_OPTLIB
$alib
"
echo_info
"Enabling build of lib
${
alib
}
.so"
echo_info
"Enabling build of lib
${
alib
}
.so"
fi
fi
done
done
done
done
if
[
"
${
BUILD_OPTLIB
##
}
"
!=
"
$2
"
]
;
then
if
[
"
${
BUILD_OPTLIB
##
}
"
!=
"
$2
"
]
;
then
echo_fatal
"Unknown optional library in
$2
, valid libraries are
$OPTIONAL_LIBRARIES
"
echo_fatal
"Unknown optional library in
$2
, valid libraries are
$OPTIONAL_LIBRARIES
"
fi
fi
fi
fi
for
oklib
in
$BUILD_OPTLIB
;
do
CMAKE_CMD
=
"
$CMAKE_CMD
-DENABLE_
${
oklib
^^
}
=ON"
done
shift
2
;;
shift
2
;;
--noavx512
)
--noavx512
)
CMAKE_CMD
=
"
$CMAKE_CMD
-DAVX512=OFF"
CMAKE_CMD
=
"
$CMAKE_CMD
-DAVX512=OFF"
...
...
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