Skip to content

Commit 5aeccf2

Browse files
authored
Merge pull request #997 from anarkiwi/v52
gr-iqtlabs 1.0.52
2 parents d2ffd1d + 68dc4a6 commit 5aeccf2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docker/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4747
libvulkan-dev \
4848
python3-numpy
4949
WORKDIR /root
50-
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.51
50+
RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.52
5151
COPY --from=iqtlabs/gamutrf-vkfft:latest /root /root/gr-iqtlabs
5252
WORKDIR /root/gr-iqtlabs/build
5353
COPY --from=sigmf-builder /usr/local /usr/local

docs/README-airt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ install gr-iqtlabs
8585
$ git clone https://github.com/google/flatbuffers -b v23.5.26
8686
$ git clone https://github.com/nlohmann/json -b v3.11.2
8787
$ git clone https://github.com/deepsig/libsigmf -b v1.0.2
88-
$ git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.51
88+
$ git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.52
8989
$ mkdir -p flatbuffers/build && cd flatbuffers/build && cmake -DCMAKE_INSTALL_PREFIX=~/.conda/envs/$CONDA_DEFAULT_ENV .. && make -j $(nproc) && make install && cd ../..
9090
$ mkdir -p json/build && cd json/build && cmake -DCMAKE_INSTALL_PREFIX=~/.conda/envs/$CONDA_DEFAULT_ENV .. && make -j $(nproc) && make install && cd ../..
9191
$ 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 ../..

gamutrf/grscan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def __init__(
212212
model_server=inference_model_server,
213213
model_name=inference_model_name,
214214
confidence=inference_min_confidence,
215+
max_rows=tune_step_fft,
215216
)
216217
]
217218
)

0 commit comments

Comments
 (0)