From fb049d6246897f9ed4ebb96fcda109d1c79542af Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Fri, 12 Mar 2021 12:04:31 -0500 Subject: [PATCH] Render radioconda 2021.03.12 Restrict to Python 3.8 on Windows for Windows 7 compatibility. --- .../radioconda-linux-64/construct.yaml | 4 ++-- .../radioconda-osx-64/construct.yaml | 4 ++-- .../radioconda-win-64/construct.yaml | 24 +++++++++---------- radioconda.yaml | 2 ++ 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/installer_specs/radioconda-linux-64/construct.yaml b/installer_specs/radioconda-linux-64/construct.yaml index 388ae84..b50f492 100644 --- a/installer_specs/radioconda-linux-64/construct.yaml +++ b/installer_specs/radioconda-linux-64/construct.yaml @@ -18,7 +18,7 @@ specs: - libiio=0.21=py39h107f48f_4 - libm2k=0.3.2=py39h081fc7a_0 - limesuite=20.10.0=haf62c5d_0 -- mamba=0.8.0=py39h951de11_0 +- mamba=0.8.2=py39h951de11_0 - pyadi-iio=0.0.7=pyhd8ed1ab_0 - python=3.9.2=hffdb5ce_0_cpython - rtl-sdr=0.6.0=h516909a_1 @@ -29,5 +29,5 @@ specs: - soapysdr-module-uhd=0.4.1=h161985f_1 - soapysdr=0.7.2=py39h1a9c180_3 - uhd=3.15.0.0=py39h45f0fdd_5 -version: 2021.03.10 +version: 2021.03.12 write_condarc: true diff --git a/installer_specs/radioconda-osx-64/construct.yaml b/installer_specs/radioconda-osx-64/construct.yaml index 9c2ce7e..5d5f8d2 100644 --- a/installer_specs/radioconda-osx-64/construct.yaml +++ b/installer_specs/radioconda-osx-64/construct.yaml @@ -18,7 +18,7 @@ specs: - libiio=0.21=py39he4a4a3a_4 - libm2k=0.3.2=py39heea7e63_0 - limesuite=20.10.0=h1ad935b_0 -- mamba=0.8.0=py39hb671511_0 +- mamba=0.8.2=py39hb671511_0 - pyadi-iio=0.0.7=pyhd8ed1ab_0 - python=3.9.2=h2502468_0_cpython - rtl-sdr=0.6.0=haf1e3a3_1 @@ -29,5 +29,5 @@ specs: - soapysdr-module-uhd=0.4.1=hbf6900a_1 - soapysdr=0.7.2=py39hedf5dff_3 - uhd=3.15.0.0=py39h05227b4_5 -version: 2021.03.10 +version: 2021.03.12 write_condarc: true diff --git a/installer_specs/radioconda-win-64/construct.yaml b/installer_specs/radioconda-win-64/construct.yaml index 93a5510..e3df710 100644 --- a/installer_specs/radioconda-win-64/construct.yaml +++ b/installer_specs/radioconda-win-64/construct.yaml @@ -9,25 +9,25 @@ name: radioconda post_install: post_install.bat register_python_default: false specs: -- digital_rf=2.6.6=py39he8411d1_1 -- gnuradio-osmosdr=0.2.3=py39h22fc04c_2 -- gnuradio-satellites=3.7.0=py39hb72217a_0 -- gnuradio-soapy=2.1.3=py39h6557334_4 -- gnuradio=3.8.2.0=py39h7048db7_8 +- digital_rf=2.6.6=py38haa20497_1 +- gnuradio-osmosdr=0.2.3=py38h6ffbe7b_2 +- gnuradio-satellites=3.7.0=py38hd090a73_0 +- gnuradio-soapy=2.1.3=py38he3a1c6d_4 +- gnuradio=3.8.2.0=py38hc062659_8 - gqrx=2.14.4=h8461979_0 -- libiio=0.21=py39h4fd7cdf_4 -- libm2k=0.3.2=py39h2e07f2f_0 +- libiio=0.21=py38h292cb97_4 +- libm2k=0.3.2=py38hbd9d945_0 - limesuite=20.10.0=hbaad480_0 -- mamba=0.8.0=py39h006a82b_0 +- mamba=0.8.2=py38hdd88130_0 - pyadi-iio=0.0.7=pyhd8ed1ab_0 -- python=3.9.2=h7840368_0_cpython +- python=3.8.0=hc9e8b01_5 - rtl-sdr=0.6.0=he774522_1 - soapysdr-module-lms7=20.10.0=h54dde43_0 - soapysdr-module-plutosdr=0.2.1=h94b6719_1 - soapysdr-module-remote=0.5.2=hcf9c798_1 - soapysdr-module-rtlsdr=0.3.0=h74a9793_0 - soapysdr-module-uhd=0.4.1=hc03c0ee_1 -- soapysdr=0.7.2=py39h2e07f2f_3 -- uhd=3.15.0.0=py39he0cccc2_5 -version: 2021.03.10 +- soapysdr=0.7.2=py38hbd9d945_3 +- uhd=3.15.0.0=py38ha9f05e8_5 +version: 2021.03.12 write_condarc: true diff --git a/radioconda.yaml b/radioconda.yaml index 50790ea..dac8b93 100644 --- a/radioconda.yaml +++ b/radioconda.yaml @@ -8,6 +8,8 @@ platforms: dependencies: - mamba - python + # restrict to python 3.8 on Windows for Windows 7 compatibility + - python 3.8 # [win] - digital_rf - gnuradio