We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5cc5f commit bec2110Copy full SHA for bec2110
roles/fidimag/tasks/make_fidimag.yml
@@ -4,10 +4,13 @@
4
# SUNDIALS.
5
6
# Install local dependencies.
7
-- name: Install FFTW and SUNDIALS from the Fidimag installation script.
8
- command: bash ubuntu_install_script.sh
+- name: Install FFTW and SUNDIALS from Fidimag installation scripts.
+ command: bash {{ item }}
9
args:
10
chdir: "{{ FIDIMAG_INSTALL_PATH }}/bin"
11
+ with_items:
12
+ - install-fftw.sh
13
+ - install-sundials-2.5.sh
14
sudo: yes
15
16
# Build Fidimag. Makefile module?
0 commit comments