Skip to content

Commit bec2110

Browse files
committed
BUG-049: Install FFTW and SUNDIALS from explicit scripts, as opposed to the full ubuntu installation script.
1 parent fb5cc5f commit bec2110

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roles/fidimag/tasks/make_fidimag.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
# SUNDIALS.
55

66
# Install local dependencies.
7-
- name: Install FFTW and SUNDIALS from the Fidimag installation script.
8-
command: bash ubuntu_install_script.sh
7+
- name: Install FFTW and SUNDIALS from Fidimag installation scripts.
8+
command: bash {{ item }}
99
args:
1010
chdir: "{{ FIDIMAG_INSTALL_PATH }}/bin"
11+
with_items:
12+
- install-fftw.sh
13+
- install-sundials-2.5.sh
1114
sudo: yes
1215

1316
# Build Fidimag. Makefile module?

0 commit comments

Comments
 (0)