Skip to content

Commit

Permalink
Updated WIEN2k easyblock for 23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lcniel authored and Mikael Öhman committed Nov 16, 2023
1 parent d9ecd18 commit d38efa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions easybuild/easyblocks/w/wien2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ def configure_step(self):
libxcquestion4 = 'Please enter the lib-directory of your LIBXC-installation (usually lib or lib64)!:'
libxcquestion5 = 'LIBXC (usually not needed, ONLY for experts who want to play with different DFT options. '
libxcquestion5 += 'It must have been installed before)? (y,N):'
libxcquestion6 = 'Would you like to use LIBXC (needed ONLY for self-consistent gKS mGGA calculations, '
libxcquestion6 += 'for the stress tensor and experts who want to play with different DFT options. '
libxcquestion6 += 'It must have been installed before)? (y,N):'

if libxcroot:
qanda.update({
Expand All @@ -256,11 +259,13 @@ def configure_step(self):
libxcquestion3: libxcroot,
libxcquestion4: 'lib',
libxcquestion5: 'y',
libxcquestion6: 'y',
})
else:
qanda.update({
libxcquestion1: 'N',
libxcquestion5: 'N',
libxcquestion6: 'N',
})

if LooseVersion(self.version) >= LooseVersion("17"):
Expand Down

0 comments on commit d38efa9

Please sign in to comment.