Skip to content

Commit

Permalink
Merge pull request #11 from indigo-dc/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
mariojmdavid authored Aug 30, 2016
2 parents 1bf69f7 + a19c55b commit 284da18
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ script:

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![License](http://img.shields.io/:license-apache-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://travis-ci.org/indigo-dc/ansible-role-disvis-powerfit.svg?branch=master)](https://travis-ci.org/indigo-dc/ansible-role-disvis-powerfit)

Role and Dockerfile for disvis and powerfit application
=======================================================
Expand Down
7 changes: 6 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,13 @@
- virtualenv
- pyfftw

- name: pip install pyopencl==2015.1
- name: pip install pyopencl==2015.1 when disvis
pip: name=pyopencl version=2015.1 state=present
when: haddock_app == "disvis"

- name: pip install pyopencl when powerfit
pip: name=pyopencl
when: haddock_app == "powerfit"

- name: pip install gpyfft
pip: name="git+https://github.com/geggo/gpyfft.git" editable=false state=present
Expand Down
1 change: 1 addition & 0 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
- hosts: localhost
roles:
- ansible-role-disvis-powerfit

0 comments on commit 284da18

Please sign in to comment.