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
Model registry
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
oai
openairinterface5G
Merge requests
!1636
Something went wrong on our end
Simde (use of a SIMD emulation layer if necessary, e.g., non-AVX2, ARM...)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Simde (use of a SIMD emulation layer if necessary, e.g., non-AVX2, ARM...)
simde
into
develop
Overview
245
Commits
3
Pipelines
0
Changes
1
Merged
Mongazon
requested to merge
simde
into
develop
2 years ago
Overview
79
Commits
3
Pipelines
0
Changes
1
Expand
Test first port of Intrinsics usage with simde
Edited
2 years ago
by
Robert Schmidt
0
0
Merge request reports
Viewing commit
ccac3907
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ccac3907
restore -H option in build_helper
· ccac3907
Mongazon
authored
2 years ago
cmake_targets/tools/build_helper
+
1
−
1
Options
@@ -424,7 +424,7 @@ check_install_usrp_uhd_driver(){
if [ $IS_CONTAINER -eq 0 ]
then
$SUDO $INSTALLER -y install python boost libusb-devel libusbx-devel boost-devel python-mako python-docutils $CMAKE
$SUDO pip install requests
$SUDO
-H
pip install requests
else
$SUDO $INSTALLER -y install boost boost-devel $CMAKE
$SUDO pip3 install mako requests
Loading