Skip to content

Commit 437feed

Browse files
authored
Merge pull request #53 from computationalmodelling/BUG-049
BUG-049: Makes fidimag importable.
2 parents fb5cc5f + 18f19c8 commit 437feed

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

jobs/provision_virtualmicromagnetics_fidimag.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
- { role: rst_to_html, SOURCE_PATH: "/vagrant/extra_resources/welcome/welcome_{{ name }}.rst" }
1414
- fidimag
1515
- fidimag_examples
16-
- xserver
17-
- add_super_user
1816
- { role: xserver, when: type == "vm" }
1917
- { role: add_super_user, when: type == "vm" }
2018
- { role: copy_skeleton, TYPE: type }

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)