Skip to content

Commit 15c3ff0

Browse files
committed
Edited version of Python set for Gnuradio in PKGBUILD to troubleshoot module not found issue on Arch.
1 parent f192d38 commit 15c3ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Arch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sudo mv gnuradio*.tar.zst /home/artifacts
6363
WORKDIR /home/notroot/testing
6464
RUN chmod +x test-only-Arch.sh && \
6565
chmod +x variables.sh && \
66-
chmod +x tests && sleep 10000
66+
chmod +x tests
6767

6868

6969

Arch/GnuRadio/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo export path
3737
-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python3*) \
3838
-DPYTHON_LIBRARY=$(echo /usr/lib/libpython3.*.so) \
3939
-DENABLE_GRC=ON \
40-
-DGR_PYTHON_DIR=/usr/lib/python3.9/site-packages \
40+
-DGR_PYTHON_DIR=/usr/lib/python3.10/site-packages \
4141
-DENABLE_GR_WXGUI=ON \
4242
-DENABLE_GR_QTGUI=ON \
4343
-DENABLE_INTERNAL_VOLK=ON \

0 commit comments

Comments
 (0)