Skip to content

Commit

Permalink
Remove FPGA building
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Oct 7, 2024
1 parent ffde5cc commit 953d96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN pybombs auto-config
RUN pybombs recipes add-defaults

# Customize configuration of some recipes
RUN echo "vars:\n config_opt: \"-DENABLE_OSMOSDR=ON -DENABLE_FMCOMMS2=ON -DENABLE_PLUTOSDR=ON -DENABLE_AD9361=ON -DENABLE_RAW_UDP=ON -DENABLE_ZMQ=ON -DENABLE_PACKAGING=ON -DENABLE_UNIT_TESTING=OFF\"\n" >> /root/.pybombs/recipes/gr-recipes/gnss-sdr.lwr \
RUN echo "vars:\n config_opt: \"-DENABLE_OSMOSDR=ON -DENABLE_FMCOMMS2=ON -DENABLE_PLUTOSDR=ON -DENABLE_RAW_UDP=ON -DENABLE_ZMQ=ON -DENABLE_PACKAGING=ON -DENABLE_UNIT_TESTING=OFF\"\n" >> /root/.pybombs/recipes/gr-recipes/gnss-sdr.lwr \
&& echo "vars:\n config_opt: \" -DINSTALL_LIB_DIR=\$prefix/lib\"\n" >> /root/.pybombs/recipes/gr-recipes/uhd.lwr \
&& sed -i '/gsl/d' /root/.pybombs/recipes/gr-recipes/gnuradio.lwr \
&& sed -i '/alsa/d' /root/.pybombs/recipes/gr-recipes/gnuradio.lwr \
Expand Down

0 comments on commit 953d96f

Please # to comment.