Skip to content

Commit

Permalink
Update master/main branches
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Jan 16, 2024
1 parent 1a9a3f9 commit 3024982
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion install_libiio.sh
Original file line number Diff line number Diff line change
@@ -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

This comment has been minimized.

Copy link
@SRaus

SRaus Jan 16, 2024

'v0.25' release has some bugs. There is the branch 'libiio-v0' where they got fixed.
I'm seeing an 'install_libiio.sh' in test-harness folder and one directly in root of this repo, just to make sure both will be updated.

cd libiio
cmake . -DHAVE_DNS_SD=OFF
make
Expand Down
14 changes: 7 additions & 7 deletions pyadi-iio/all_python_versions.sh
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit 3024982

Please sign in to comment.