Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
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
Esteban Blanc
proview
Commits
1d01d9d6
Commit
1d01d9d6
authored
Oct 21, 2020
by
Claes
Committed by
Esteban Blanc
Dec 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python modules build fix on arm
parent
4627854e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
src/exp/pwrrt/src/makefile
src/exp/pwrrt/src/makefile
+2
-0
test/exp/pwrtest/src/makefile
test/exp/pwrtest/src/makefile
+2
-0
wb/exp/pwrwb/src/makefile
wb/exp/pwrwb/src/makefile
+2
-0
No files found.
src/exp/pwrrt/src/makefile
View file @
1d01d9d6
...
...
@@ -42,6 +42,8 @@ $(exe_dir)/pwrrt.so : pwrrtmodule.c
mv
$(bld_dir)
/lib.linux-x86_64-2.7/pwrrt.so
$(pwr_exe)
;
\
elif
[
"
$(pwre_hw)
"
=
"hw_x86"
]
;
then
\
mv
$(bld_dir)
/lib.linux-i686-2.7/pwrrt.so
$(pwr_exe)
;
\
elif
[
"
$(pwre_hw)
"
=
"hw_arm"
]
;
then
\
mv
$(bld_dir)
/lib.linux-armv7l-2.7/pwrrt.so
$(pwr_exe)
;
\
fi
;
\
python setup_pwrrt.py
-q
install_egg_info
--install-dir
$(pwr_exe)
;
\
else
\
...
...
test/exp/pwrtest/src/makefile
View file @
1d01d9d6
...
...
@@ -42,6 +42,8 @@ $(exe_dir)/pwrtest.so : pwrtestmodule.cpp
mv
$(bld_dir)
/lib.linux-x86_64-2.7/pwrtest.so
$(pwr_exe)
;
\
elif
[
"
$(pwre_hw)
"
=
"hw_x86"
]
;
then
\
mv
$(bld_dir)
/lib.linux-i686-2.7/pwrtest.so
$(pwr_exe)
;
\
elif
[
"
$(pwre_hw)
"
=
"hw_arm"
]
;
then
\
mv
$(bld_dir)
/lib.linux-armv7l-2.7/pwrtest.so
$(pwr_exe)
;
\
fi
;
\
python setup_pwrtest.py
-q
install_egg_info
--install-dir
$(pwr_exe)
;
\
else
\
...
...
wb/exp/pwrwb/src/makefile
View file @
1d01d9d6
...
...
@@ -42,6 +42,8 @@ $(exe_dir)/pwrwb.so : pwrwbmodule.cpp
mv
$(bld_dir)
/lib.linux-x86_64-2.7/pwrwb.so
$(pwr_exe)
;
\
elif
[
"
$(pwre_hw)
"
=
"hw_x86"
]
;
then
\
mv
$(bld_dir)
/lib.linux-i686-2.7/pwrwb.so
$(pwr_exe)
;
\
elif
[
"
$(pwre_hw)
"
=
"hw_arm"
]
;
then
\
mv
$(bld_dir)
/lib.linux-armv7l-2.7/pwrwb.so
$(pwr_exe)
;
\
fi
;
\
python setup_pwrwb.py
-q
install_egg_info
--install-dir
$(pwr_exe)
;
\
else
\
...
...
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