add custom easyblock for flook that includes install step#3034
add custom easyblock for flook that includes install step#3034ocaisa merged 5 commits intoeasybuilders:developfrom
Conversation
|
The easyblock is used in easybuilders/easybuild-easyconfigs#19238 |
|
EasyBlock tests are in easybuilders/easybuild-easyconfigs#19238 and works great, thanks a lot @ahkole! |
|
@ahkole Would it make sense to also update the existing |
@boegel I think this would make sense yes. Looking at the other |
@ahkole Please do! |
The software flook (https://github.com/ElectronicStructureLibrary/flook) has an unconventional build system. It doesn't have a configure script and requires a manual config file, but it does have an install step. The currently available flook easyconfig uses the
MakeCpgeneric easyblock which works fine in most cases but it doesn't automatically install the pkgconf that might be needed by other software to automatically detect that flook has been installed. This PR adds a new easyblock for flook that also performs the install step so that the pkgconf file is generated and installed.