Skip to content

Commit

Permalink
Merge pull request #826 from anarkiwi/gr
Browse files Browse the repository at this point in the history
gr-iqtlabs 1.0.31
  • Loading branch information
anarkiwi authored Aug 15, 2023
2 parents 1cd40b6 + f6ddae2 commit 204f644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-airt.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ install gr-iqtlabs
$ git clone https://github.com/google/flatbuffers -b v23.5.26
$ git clone https://github.com/nlohmann/json -b v3.11.2
$ git clone https://github.com/deepsig/libsigmf -b v1.0.2
$ git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.30
$ git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.31
$ mkdir -p flatbuffers/build && cd flatbuffers/build && cmake -DCMAKE_INSTALL_PREFIX=~/.conda/envs/$CONDA_DEFAULT_ENV .. && make -j $(nproc) && make install && cd ../..
$ mkdir -p json/build && cd json/build && cmake -DCMAKE_INSTALL_PREFIX=~/.conda/envs/$CONDA_DEFAULT_ENV .. && make -j $(nproc) && make install && cd ../..
$ mkdir -p libsigmf/build && cd libsigmf/build && cmake -DUSE_SYSTEM_JSON=ON -DUSE_SYSTEM_FLATBUFFERS=ON -DCMAKE_INSTALL_PREFIX=~/.conda/envs/$CONDA_DEFAULT_ENV -DCMAKE_CXX_FLAGS="-I $HOME/.conda/envs/$CONDA_DEFAULT_ENV/include" .. && make -j $(nproc) && make install && cd ../..
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM iqtlabs/gnuradio:3.10.7 as gr-iqtlabs-builder
ENV DEBIAN_FRONTEND noninteractive
COPY --from=sigmf-builder /usr/local /usr/local
WORKDIR /root
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.30
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.31
WORKDIR /root/gr-iqtlabs/build
RUN apt-get update && apt-get install -y --no-install-recommends libopencv-dev && cmake .. && make install

Expand Down

0 comments on commit 204f644

Please sign in to comment.