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
Michael Black
OpenXG-RAN
Commits
9dc3b26c
Commit
9dc3b26c
authored
Mar 09, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove libxslt: we don't use it
parent
6577a9a3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
CMakeLists.txt
CMakeLists.txt
+0
-3
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+0
-2
docker/Dockerfile.phySim.rhel8.2
docker/Dockerfile.phySim.rhel8.2
+0
-2
No files found.
CMakeLists.txt
View file @
9dc3b26c
...
...
@@ -40,9 +40,6 @@ include(FindPkgConfig)
pkg_search_module
(
LIBXML2 libxml-2.0 REQUIRED
)
include_directories
(
${
LIBXML2_INCLUDE_DIRS
}
)
pkg_search_module
(
LIBXSLT libxslt REQUIRED
)
include_directories
(
${
LIBXSLT_INCLUDE_DIRS
}
)
pkg_search_module
(
OPENSSL openssl REQUIRED
)
include_directories
(
${
OPENSSL_INCLUDE_DIRS
}
)
...
...
cmake_targets/tools/build_helper
View file @
9dc3b26c
...
...
@@ -618,7 +618,6 @@ check_install_oai_software() {
libsctp-dev \
libssl-dev \
libtool \
libxslt1-dev \
libtasn1-6-dev \
patch \
openssl \
...
...
@@ -649,7 +648,6 @@ check_install_oai_software() {
lksctp-tools-devel \
libtasn1 \
libtool \
libxslt-devel \
ninja-build \
make \
openssl \
...
...
docker/Dockerfile.phySim.rhel8.2
View file @
9dc3b26c
...
...
@@ -84,8 +84,6 @@ COPY --from=phy-sim-build \
/lib64/libforms.so.2 \
/lib64/libblas.so.3 \
/lib64/liblapack.so.3 \
/lib64/libexslt.so.0 \
/lib64/libxslt.so.1 \
/usr/lib64/libasan.so.5 \
/oai-ran/cmake_targets/ran_build/build/libdfts.so \
/oai-ran/cmake_targets/ran_build/build/libldpc.so \
...
...
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