mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-05-24 10:22:27 -04:00
Render radioconda 2021.03.10
This commit is contained in:
parent
7fa1faf6b5
commit
03c5db0fb7
35
installer_specs/radioconda-linux-64/LICENSE
Normal file
35
installer_specs/radioconda-linux-64/LICENSE
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
Radioconda installer code uses BSD-3-Clause license as stated below.
|
||||||
|
Binary packages that come with radioconda have their own licensing terms
|
||||||
|
and by installing radioconda you agree to the licensing terms of individual
|
||||||
|
packages as well. These additional licenses can be found in the
|
||||||
|
pkgs/<pkg-name>/info/licenses folder of your radioconda installation.
|
||||||
|
|
||||||
|
=============================================================================
|
||||||
|
|
||||||
|
Copyright (c) 2021, Ryan Volz
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright notice, this
|
||||||
|
list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer in the documentation
|
||||||
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
3. Neither the name of the copyright holder nor the names of its contributors
|
||||||
|
may be used to endorse or promote products derived from this software without
|
||||||
|
specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
33
installer_specs/radioconda-linux-64/construct.yaml
Normal file
33
installer_specs/radioconda-linux-64/construct.yaml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
channels:
|
||||||
|
- conda-forge
|
||||||
|
company: github.com/ryanvolz/radioconda
|
||||||
|
initialize_by_default: true
|
||||||
|
installer_type: all
|
||||||
|
keep_pkgs: true
|
||||||
|
license_file: LICENSE
|
||||||
|
name: radioconda
|
||||||
|
post_install: post_install.sh
|
||||||
|
register_python_default: false
|
||||||
|
specs:
|
||||||
|
- digital_rf=2.6.6=py39h41b17dc_1
|
||||||
|
- gnuradio-osmosdr=0.2.3=py39hf8312eb_2
|
||||||
|
- gnuradio-satellites=3.7.0=py39h85f60f8_0
|
||||||
|
- gnuradio-soapy=2.1.3=py39h5486da5_4
|
||||||
|
- gnuradio=3.8.2.0=py39h81c97bc_8
|
||||||
|
- gqrx=2.14.4=h872daff_0
|
||||||
|
- libiio=0.21=py39h107f48f_4
|
||||||
|
- libm2k=0.3.2=py39h081fc7a_0
|
||||||
|
- limesuite=20.10.0=haf62c5d_0
|
||||||
|
- mamba=0.8.0=py39h951de11_0
|
||||||
|
- pyadi-iio=0.0.7=pyhd8ed1ab_0
|
||||||
|
- python=3.9.2=hffdb5ce_0_cpython
|
||||||
|
- rtl-sdr=0.6.0=h516909a_1
|
||||||
|
- soapysdr-module-lms7=20.10.0=h32598af_0
|
||||||
|
- soapysdr-module-plutosdr=0.2.1=h7eaeed7_1
|
||||||
|
- soapysdr-module-remote=0.5.2=h15b8982_1
|
||||||
|
- soapysdr-module-rtlsdr=0.3.0=hc9558a2_0
|
||||||
|
- 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
|
||||||
|
write_condarc: true
|
1
installer_specs/radioconda-linux-64/post_install.sh
Normal file
1
installer_specs/radioconda-linux-64/post_install.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
rm -f $PREFIX/pkgs/*.tar.bz2
|
35
installer_specs/radioconda-osx-64/LICENSE
Normal file
35
installer_specs/radioconda-osx-64/LICENSE
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
Radioconda installer code uses BSD-3-Clause license as stated below.
|
||||||
|
Binary packages that come with radioconda have their own licensing terms
|
||||||
|
and by installing radioconda you agree to the licensing terms of individual
|
||||||
|
packages as well. These additional licenses can be found in the
|
||||||
|
pkgs/<pkg-name>/info/licenses folder of your radioconda installation.
|
||||||
|
|
||||||
|
=============================================================================
|
||||||
|
|
||||||
|
Copyright (c) 2021, Ryan Volz
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright notice, this
|
||||||
|
list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer in the documentation
|
||||||
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
3. Neither the name of the copyright holder nor the names of its contributors
|
||||||
|
may be used to endorse or promote products derived from this software without
|
||||||
|
specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
33
installer_specs/radioconda-osx-64/construct.yaml
Normal file
33
installer_specs/radioconda-osx-64/construct.yaml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
channels:
|
||||||
|
- conda-forge
|
||||||
|
company: github.com/ryanvolz/radioconda
|
||||||
|
initialize_by_default: true
|
||||||
|
installer_type: all
|
||||||
|
keep_pkgs: true
|
||||||
|
license_file: LICENSE
|
||||||
|
name: radioconda
|
||||||
|
post_install: post_install.sh
|
||||||
|
register_python_default: false
|
||||||
|
specs:
|
||||||
|
- digital_rf=2.6.6=py39h8d93ffa_1
|
||||||
|
- gnuradio-osmosdr=0.2.3=py39hc9aad0a_2
|
||||||
|
- gnuradio-satellites=3.7.0=py39h4dc7599_0
|
||||||
|
- gnuradio-soapy=2.1.3=py39h10efd34_4
|
||||||
|
- gnuradio=3.8.2.0=py39h5e22cea_8
|
||||||
|
- gqrx=2.14.4=h5073cc2_0
|
||||||
|
- libiio=0.21=py39he4a4a3a_4
|
||||||
|
- libm2k=0.3.2=py39heea7e63_0
|
||||||
|
- limesuite=20.10.0=h1ad935b_0
|
||||||
|
- mamba=0.8.0=py39hb671511_0
|
||||||
|
- pyadi-iio=0.0.7=pyhd8ed1ab_0
|
||||||
|
- python=3.9.2=h2502468_0_cpython
|
||||||
|
- rtl-sdr=0.6.0=haf1e3a3_1
|
||||||
|
- soapysdr-module-lms7=20.10.0=hb03de04_0
|
||||||
|
- soapysdr-module-plutosdr=0.2.1=h3fcbbe8_1
|
||||||
|
- soapysdr-module-remote=0.5.2=h9903d45_1
|
||||||
|
- soapysdr-module-rtlsdr=0.3.0=ha1b3eb9_0
|
||||||
|
- 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
|
||||||
|
write_condarc: true
|
1
installer_specs/radioconda-osx-64/post_install.sh
Normal file
1
installer_specs/radioconda-osx-64/post_install.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
rm -f $PREFIX/pkgs/*.tar.bz2
|
35
installer_specs/radioconda-win-64/LICENSE
Normal file
35
installer_specs/radioconda-win-64/LICENSE
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
Radioconda installer code uses BSD-3-Clause license as stated below.
|
||||||
|
Binary packages that come with radioconda have their own licensing terms
|
||||||
|
and by installing radioconda you agree to the licensing terms of individual
|
||||||
|
packages as well. These additional licenses can be found in the
|
||||||
|
pkgs/<pkg-name>/info/licenses folder of your radioconda installation.
|
||||||
|
|
||||||
|
=============================================================================
|
||||||
|
|
||||||
|
Copyright (c) 2021, Ryan Volz
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright notice, this
|
||||||
|
list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer in the documentation
|
||||||
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
3. Neither the name of the copyright holder nor the names of its contributors
|
||||||
|
may be used to endorse or promote products derived from this software without
|
||||||
|
specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
33
installer_specs/radioconda-win-64/construct.yaml
Normal file
33
installer_specs/radioconda-win-64/construct.yaml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
channels:
|
||||||
|
- conda-forge
|
||||||
|
company: github.com/ryanvolz/radioconda
|
||||||
|
initialize_by_default: true
|
||||||
|
installer_type: all
|
||||||
|
keep_pkgs: true
|
||||||
|
license_file: LICENSE
|
||||||
|
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
|
||||||
|
- gqrx=2.14.4=h8461979_0
|
||||||
|
- libiio=0.21=py39h4fd7cdf_4
|
||||||
|
- libm2k=0.3.2=py39h2e07f2f_0
|
||||||
|
- limesuite=20.10.0=hbaad480_0
|
||||||
|
- mamba=0.8.0=py39h006a82b_0
|
||||||
|
- pyadi-iio=0.0.7=pyhd8ed1ab_0
|
||||||
|
- python=3.9.2=h7840368_0_cpython
|
||||||
|
- 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
|
||||||
|
write_condarc: true
|
1
installer_specs/radioconda-win-64/post_install.bat
Normal file
1
installer_specs/radioconda-win-64/post_install.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
del /q %PREFIX%\pkgs\*.tar.bz2
|
@ -16,7 +16,7 @@ dependencies:
|
|||||||
- gnuradio-soapy
|
- gnuradio-soapy
|
||||||
- gqrx
|
- gqrx
|
||||||
- libiio
|
- libiio
|
||||||
#- libm2k
|
- libm2k
|
||||||
- limesuite
|
- limesuite
|
||||||
- pyadi-iio
|
- pyadi-iio
|
||||||
- rtl-sdr
|
- rtl-sdr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user