Skip to content

Commit

Permalink
🔧 MAINTAIN: add abinit_executables variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 27, 2020
1 parent 2ebf0ce commit fb74743
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ abinit_code_folder: "/tmp"
abinit_built_executable: "{{ abinit_code_folder }}/{{ abinit_src }}/build/src/98_main/abinit"
abinit_prefix: "/usr/local"

# this is required for creating aiida codes
abinit_executables:
- name: abinit
folder: "{{ abinit_prefix }}"
plugin: abinit

# used for make and runtest -j
abinit_build_cpus: 2

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ galaxy_info:

dependencies:
- name: marvel-nccr.python
version: v0.2.0
version: v0.2.2
tags: [never]

0 comments on commit fb74743

Please sign in to comment.