Skip to content
Snippets Groups Projects

Replace wahlhelfer binary installation by comment

Merged Robin Sonnabend requested to merge wahlhelfersystem-comment into master
1 file
+ 16
13
Compare changes
  • Side-by-side
  • Inline
---
- 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
Loading