From 726c983377e28cbb4cd8dc060ae022bec7605705 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Thu, 25 Feb 2021 21:42:07 +0100 Subject: [PATCH] Replace wahlhelfer binary installation by comment --- uwsgi-python/tasks/apps/wahlhelfer.yml | 29 ++++++++++++++------------ 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/uwsgi-python/tasks/apps/wahlhelfer.yml b/uwsgi-python/tasks/apps/wahlhelfer.yml index 5a6ad5a..387c771 100644 --- a/uwsgi-python/tasks/apps/wahlhelfer.yml +++ b/uwsgi-python/tasks/apps/wahlhelfer.yml @@ -1,15 +1,18 @@ --- -- name: ensure we have the linear solver - copy: - src: "apps/{{ item }}" - dest: "{{ app_path }}/zibopt/" - owner: "{{ app_user }}" - group: "{{ app_group }}" - mode: '0755' - with_items: - - scip - - zimpl - tags: - - wahlhelfer - - webservices +# You need to put the executables 'scip' and 'zimpl' in the directory +# 'zibopt' (in {{app_path}}). You can download them from scipopt.org. + +#- name: ensure we have the linear solver +# copy: +# src: "apps/{{ item }}" +# dest: "{{ app_path }}/zibopt/" +# owner: "{{ app_user }}" +# group: "{{ app_group }}" +# mode: '0755' +# with_items: +# - scip +# - zimpl +# tags: +# - wahlhelfer +# - webservices -- GitLab