-
Notifications
You must be signed in to change notification settings - Fork 49
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
cmakemake easyblock add -DCMAKE_ #36
Comments
Only adding Patching the CMake installation itself so it also works properly outside of EasyBuild also makes sense, but is definitely trickier... |
The patched |
@bartoldeman We should try and get easybuilders/easybuild-easyblocks#2248 merged soon, let me know when you'd have some time to look into this together... |
…-QuantumESPRESSO Adding QuantumESPRESSO to NESSI/2022.11
cmakemake.py has this:
however I think it would be better to patch cmake itself, ie. via cmake.py so that users don't need to add those options.
That means porting this technique to the easyblock cmake.py:
combined with this patch:
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-util/cmake/files/cmake-3.14.0_rc3-prefix-dirs.patch
I'll work on a PR to put that logic in the cmake easyblock.
The text was updated successfully, but these errors were encountered: