You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2019/09/25 23:12:55 UTC

[airavata] branch staging updated: Adding Simccs map tool

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new bebae89  Adding Simccs map tool
bebae89 is described below

commit bebae89124ecf8b2c7ac8ba9c2cd5b3ffd0bcced
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Wed Sep 25 19:12:45 2019 -0400

    Adding Simccs map tool
---
 .../ansible/inventories/scigap/staging/host_vars/simccs/vars.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/staging/host_vars/simccs/vars.yml b/dev-tools/ansible/inventories/scigap/staging/host_vars/simccs/vars.yml
index 44ce3b1..b6d2335 100644
--- a/dev-tools/ansible/inventories/scigap/staging/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/host_vars/simccs/vars.yml
@@ -19,6 +19,15 @@
 #
 
 ---
+airavata_django_extra_dependencies:
+  # Need to separately install cython in the VM or do two deploys, one with
+  # just cython, then a second with the other dependencies. Reason: pyjnius
+  # requires that cython already be installed and they can't both be installed
+  # at the same time.
+  - cython
+  - git+https://github.com/SciGaP/simccs-maptool.git#egg=simccs-maptool
+  - pyjnius
+
 vhost_servername: "django.simccs.scigap.org"
 vhost_ssl: false
 #ssl_certificate_file: "/etc/letsencrypt/live/django.simccs.scigap.org/cert.pem"