From 302498296cb9183cb96e85c6554e27865b5f3dff Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Tue, 16 Jan 2024 08:03:24 -0700 Subject: [PATCH] Update master/main branches Signed-off-by: Travis F. Collins --- install_libiio.sh | 2 +- pyadi-iio/all_python_versions.sh | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/install_libiio.sh b/install_libiio.sh index d1655d6..c4b0123 100755 --- a/install_libiio.sh +++ b/install_libiio.sh @@ -1,7 +1,7 @@ #!/bin/bash sudo apt-get -qq update sudo apt-get install -y git cmake graphviz libavahi-common-dev libavahi-client-dev libaio-dev libusb-1.0-0-dev libxml2-dev rpm tar bzip2 gzip flex bison git -git clone -b 'master' --single-branch --depth 1 https://github.com/analogdevicesinc/libiio.git +git clone -b 'v0.25' --single-branch --depth 1 https://github.com/analogdevicesinc/libiio.git cd libiio cmake . -DHAVE_DNS_SD=OFF make diff --git a/pyadi-iio/all_python_versions.sh b/pyadi-iio/all_python_versions.sh index 1caf73c..9d35b29 100644 --- a/pyadi-iio/all_python_versions.sh +++ b/pyadi-iio/all_python_versions.sh @@ -1,8 +1,8 @@ -wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/master/.github/scripts/install_libiio.sh -O - | bash -wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/master/.github/scripts/install_part_libs.sh -O - | bash -wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/master/.github/scripts/install_iioemu.sh -O - | bash +wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/main/.github/scripts/install_libiio.sh -O - | bash +wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/main/.github/scripts/install_part_libs.sh -O - | bash +wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/main/.github/scripts/install_iioemu.sh -O - | bash -wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/master/requirements.txt -wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/master/requirements_dev.txt -wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/master/requirements_doc.txt -wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/master/.github/scripts/install_pydeps.sh -O - | bash \ No newline at end of file +wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/main/requirements.txt +wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/main/requirements_dev.txt +wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/main/requirements_doc.txt +wget --timeout=5 https://raw.githubusercontent.com/analogdevicesinc/pyadi-iio/main/.github/scripts/install_pydeps.sh -O - | bash \ No newline at end of file