Skip to content

Commit

Permalink
Update aiida 1.3.0, aiida-cp2k 1.1.0, aiida-bigdft 0.2.1a1 (#36)
Browse files Browse the repository at this point in the history
* Update to aiida-core version 1.3.0 (branch, not tag)
* Upgrade aiida-cp2k to 1.1.0 and aiida-bigdft to 0.2.1a1
  • Loading branch information
borellim authored Jun 25, 2020
1 parent 9ee58f9 commit f50e41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
aiida_version: "1.2.1"
aiida_version: "1.3.0"
aiida_tag: v{{ aiida_version }}
aiida_extras:
- rest
Expand Down Expand Up @@ -61,9 +61,9 @@ aiida_components:
# Note: If possible, these versions should coincide with the ones in
# https://github.com/aiidalab/aiidalab-metapkg/blob/master/requirements.txt
aiida_plugin_versions:
aiida_cp2k: "1.0.0b6"
aiida_cp2k: "1.1.0"
aiida_fleur: "1.1.0"
aiida_bigdft: "0.1.0a0"
aiida_bigdft: "0.2.1a1"
# aiida_gudhi: "0.1.0a3"
# aiida_phtools: "0.1.0a1"
aiida_quantumespresso: "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tasks/aiida-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
git:
repo: 'https://github.com/aiidateam/aiida-core.git'
dest: "{{ aiida_source_folder }}/aiida-core"
version: "{{ aiida_tag }}"
version: "release/{{ aiida_version }}"
register: git_checkout

- name: Install AiiDA git code
Expand Down

0 comments on commit f50e41c

Please sign in to comment.