Skip to content

Commit feb9789

Browse files
Update sdrplay api version for nightlies to 3.14.0
1 parent 021928b commit feb9789

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

.github/workflows/build_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: git clone --recursive https://github.com/gnuradio/volk && cd volk && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
104104

105105
- name: Install SDRplay API
106-
run: wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.12.1.pkg && sudo installer -pkg SDRplayAPI-macos-installer-universal-3.12.1.pkg -target /
106+
run: wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.14.0.pkg && sudo installer -pkg SDRplayAPI-macos-installer-universal-3.14.0.pkg -target /
107107

108108
- name: Install libiio
109109
run: wget https://github.com/analogdevicesinc/libiio/archive/refs/tags/v0.25.zip && 7z x v0.25.zip && cd libiio-0.25 && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
@@ -157,7 +157,7 @@ jobs:
157157
run: git clone --recursive https://github.com/gnuradio/volk && cd volk && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
158158

159159
- name: Install SDRplay API
160-
run: wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.12.1.pkg && sudo installer -pkg SDRplayAPI-macos-installer-universal-3.12.1.pkg -target /
160+
run: wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.14.0.pkg && sudo installer -pkg SDRplayAPI-macos-installer-universal-3.14.0.pkg -target /
161161

162162
- name: Install libiio
163163
run: wget https://github.com/analogdevicesinc/libiio/archive/refs/tags/v0.25.zip && 7z x v0.25.zip && cd libiio-0.25 && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../

docker_builds/debian_bookworm/do_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk2-dev
99
libcodec2-dev autoconf libtool xxd
1010

1111
# Install SDRPlay libraries
12-
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1.run
13-
7z x ./SDRplay_RSP_API-Linux-3.12.1.run
14-
7z x ./SDRplay_RSP_API-Linux-3.12.1
12+
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0.run
13+
7z x ./SDRplay_RSP_API-Linux-3.14.0.run
14+
7z x ./SDRplay_RSP_API-Linux-3.14.0
1515
cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616
cp inc/* /usr/include/
1717

docker_builds/debian_bullseye/do_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk2-dev
99
libcodec2-dev autoconf libtool xxd
1010

1111
# Install SDRPlay libraries
12-
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1.run
13-
7z x ./SDRplay_RSP_API-Linux-3.12.1.run
14-
7z x ./SDRplay_RSP_API-Linux-3.12.1
12+
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0.run
13+
7z x ./SDRplay_RSP_API-Linux-3.14.0.run
14+
7z x ./SDRplay_RSP_API-Linux-3.14.0
1515
cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616
cp inc/* /usr/include/
1717

docker_builds/debian_buster/do_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk1-dev
99
libcodec2-dev autoconf libtool xxd
1010

1111
# Install SDRPlay libraries
12-
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1.run
13-
7z x ./SDRplay_RSP_API-Linux-3.12.1.run
14-
7z x ./SDRplay_RSP_API-Linux-3.12.1
12+
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0.run
13+
7z x ./SDRplay_RSP_API-Linux-3.14.0.run
14+
7z x ./SDRplay_RSP_API-Linux-3.14.0
1515
cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616
cp inc/* /usr/include/
1717

docker_builds/debian_sid/do_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk-dev l
99
libcodec2-dev autoconf libtool xxd
1010

1111
# Install SDRPlay libraries
12-
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1.run
13-
7z x ./SDRplay_RSP_API-Linux-3.12.1.run
14-
7z x ./SDRplay_RSP_API-Linux-3.12.1
12+
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0.run
13+
7z x ./SDRplay_RSP_API-Linux-3.14.0.run
14+
7z x ./SDRplay_RSP_API-Linux-3.14.0
1515
cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616
cp inc/* /usr/include/
1717

docker_builds/ubuntu_bionic/do_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk1-dev
1515
libcodec2-dev libudev-dev autoconf libtool xxd
1616

1717
# Install SDRPlay libraries
18-
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1.run
19-
7z x ./SDRplay_RSP_API-Linux-3.12.1.run
20-
7z x ./SDRplay_RSP_API-Linux-3.12.1
18+
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0.run
19+
7z x ./SDRplay_RSP_API-Linux-3.14.0.run
20+
7z x ./SDRplay_RSP_API-Linux-3.14.0
2121
cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
2222
cp inc/* /usr/include/
2323

docker_builds/ubuntu_focal/do_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk2-dev
99
libcodec2-dev autoconf libtool xxd
1010

1111
# Install SDRPlay libraries
12-
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1.run
13-
7z x ./SDRplay_RSP_API-Linux-3.12.1.run
14-
7z x ./SDRplay_RSP_API-Linux-3.12.1
12+
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0.run
13+
7z x ./SDRplay_RSP_API-Linux-3.14.0.run
14+
7z x ./SDRplay_RSP_API-Linux-3.14.0
1515
cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616
cp inc/* /usr/include/
1717

docker_builds/ubuntu_jammy/do_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk2-dev
99
libcodec2-dev autoconf libtool xxd
1010

1111
# Install SDRPlay libraries
12-
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1.run
13-
7z x ./SDRplay_RSP_API-Linux-3.12.1.run
14-
7z x ./SDRplay_RSP_API-Linux-3.12.1
12+
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0.run
13+
7z x ./SDRplay_RSP_API-Linux-3.14.0.run
14+
7z x ./SDRplay_RSP_API-Linux-3.14.0
1515
cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616
cp inc/* /usr/include/
1717

docker_builds/ubuntu_mantic/do_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk-dev l
99
libcodec2-dev autoconf libtool xxd
1010

1111
# Install SDRPlay libraries
12-
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1.run
13-
7z x ./SDRplay_RSP_API-Linux-3.12.1.run
14-
7z x ./SDRplay_RSP_API-Linux-3.12.1
12+
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0.run
13+
7z x ./SDRplay_RSP_API-Linux-3.14.0.run
14+
7z x ./SDRplay_RSP_API-Linux-3.14.0
1515
cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616
cp inc/* /usr/include/
1717

0 commit comments

Comments
 (0)