Skip to content

Archive autotools-based QuantumESPRESSO easyblock and switch default to CMakeMake-based easyblock#3306

Closed
ocaisa wants to merge 6 commits intoeasybuilders:developfrom
ocaisa:archive_qe_autotools
Closed

Archive autotools-based QuantumESPRESSO easyblock and switch default to CMakeMake-based easyblock#3306
ocaisa wants to merge 6 commits intoeasybuilders:developfrom
ocaisa:archive_qe_autotools

Conversation

@ocaisa
Copy link
Member

@ocaisa ocaisa commented Apr 14, 2024

This will require updating all of the Quantum ESPRESSO easyconfigs, so is a draft until those are also ready to merge (both should be done at the same time).

@ocaisa
Copy link
Member Author

ocaisa commented Apr 29, 2024

@boegel I've got the test suite passing for this now

Comment on lines +191 to +193
if LooseVersion(self.version) == LooseVersion('7.3.1'):
# See issue: https://github.com/dceresoli/qe-gipaw/issues/19
raise EasyBuildError('GIPAW will fail to compile in QE 7.3.1')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if LooseVersion(self.version) == LooseVersion('7.3.1'):
# See issue: https://github.com/dceresoli/qe-gipaw/issues/19
raise EasyBuildError('GIPAW will fail to compile in QE 7.3.1')
if LooseVersion(self.version) == LooseVersion('7.3.1'):
# See issue: https://github.com/dceresoli/qe-gipaw/issues/19
raise EasyBuildError('GIPAW will fail to compile in QE 7.3.1')

No longer necessary due to the change in easybuilders/easybuild-easyconfigs@a563666

@ocaisa
Copy link
Member Author

ocaisa commented Jun 13, 2024

Closing this in favour of #3338

@ocaisa ocaisa closed this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants