https://github.com/GeoscienceAustralia/PyRate
Tip revision: 870e8de119e875c47d19bc97f4c8518cc5bf8f20 authored by Sudipta Basak on 18 August 2021, 23:54:39 UTC
ported build.yml from develop
ported build.yml from develop
Tip revision: 870e8de
apt_install.sh
echo "This script will install packages required by PyRate. Continue?"
select yn in "Yes" "No"; do
case $yn in
Yes ) break;;
No ) exit;;
esac
done
# OS package requirements for Ubuntu 18.04
sudo apt-get update
sudo apt-get -y install \
gdal-bin \
libgdal-dev \
openmpi-bin \
libopenmpi-dev