Skip to content
Snippets Groups Projects
Commit 726c9833 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Replace wahlhelfer binary installation by comment

parent 1342cfaa
No related branches found
No related tags found
1 merge request!13Replace wahlhelfer binary installation by comment
Pipeline #2858 passed
--- ---
- name: ensure we have the linear solver # You need to put the executables 'scip' and 'zimpl' in the directory
copy: # 'zibopt' (in {{app_path}}). You can download them from scipopt.org.
src: "apps/{{ item }}"
dest: "{{ app_path }}/zibopt/" #- name: ensure we have the linear solver
owner: "{{ app_user }}" # copy:
group: "{{ app_group }}" # src: "apps/{{ item }}"
mode: '0755' # dest: "{{ app_path }}/zibopt/"
with_items: # owner: "{{ app_user }}"
- scip # group: "{{ app_group }}"
- zimpl # mode: '0755'
tags: # with_items:
- wahlhelfer # - scip
- webservices # - 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