This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata.git
commit 5d194bfd520908c558755f0e89eb6d8b56ed5147 Author: Marcus Christie <[email protected]> AuthorDate: Wed Feb 8 17:13:33 2023 -0500 Ansible: adding GDAL dependency for global floods --- .../inventories/scigap/production/host_vars/global-flood/vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/global-flood/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/global-flood/vars.yml index 50e738b51d..1390f7cb32 100644 --- a/dev-tools/ansible/inventories/scigap/production/host_vars/global-flood/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/host_vars/global-flood/vars.yml @@ -23,6 +23,8 @@ #gateway_data_store_hostname: "js-168-166.jetstream-cloud.org" airavata_django_extra_dependencies: + # Production server has gdal library 3.4 installed + - name: "GDAL<3.5" - name: "git+https://github.com/Global-Flood-Assessment/global-floods-django-app.git#egg=global_floods_django_app" editable: true
