Skip to content
Snippets Groups Projects
Commit e8a646f4 authored by Lars Beckers's avatar Lars Beckers
Browse files

Merge branch 'wahlhelfersystem-comment' into 'master'

Replace wahlhelfer binary installation by comment

See merge request !13
parents 1342cfaa 726c9833
No related branches found
No related tags found
1 merge request!13Replace wahlhelfer binary installation by comment
Pipeline #2859 passed
---
- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment