Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing pyWannier90 dependency for mcu + enhance sanity check #16667

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions easybuild/easyconfigs/m/mcu/mcu-2021-04-06-gomkl-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ dependencies = [
('SciPy-bundle', '2021.05'),
('matplotlib', '3.4.2'),
('spglib-python', '1.16.1'),
('pyWannier90', '2021-12-07'),
]

use_pip = True
download_dep_fail = True
sanity_pip_check = True
use_pip = True

sanity_check_commands = [
"python -c 'from mcu import VASP'",
"python -c 'import mcu.wannier90.pywannier90_vasp'",
]

sanity_pip_check = True

moduleclass = 'lib'