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
Branches
No related tags found
1 merge request!13Replace wahlhelfer binary installation by comment
Pipeline #2858 passed
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
---
- 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