Is your feature request related to a problem? Please describe.
At the moment, the cmake configuration step can only be triggered with with ecbundle build which does configuration + compilation.
On machines without internet access on computation nodes this makes it impossible to run compilation on compute nodes, as the configure step requires internet access (at least for fcm and fckit venv)
an ecbundle configure step would solve this issue
Describe the solution you'd like
It becomes necessary to have an ecbundle configure command that just creates the cmake build folder and handles configuration. This command would do the same as the ./configure.sh script that appears in the build folder.
This is also very handy for debugging cmake/ecbuild implementaions on bundle repos
Describe alternatives you've considered
No response
Additional context
No response
Organisation
ACCORD
Is your feature request related to a problem? Please describe.
At the moment, the cmake configuration step can only be triggered with with ecbundle build which does configuration + compilation.
On machines without internet access on computation nodes this makes it impossible to run compilation on compute nodes, as the configure step requires internet access (at least for fcm and fckit venv)
an ecbundle configure step would solve this issue
Describe the solution you'd like
It becomes necessary to have an ecbundle configure command that just creates the cmake build folder and handles configuration. This command would do the same as the ./configure.sh script that appears in the build folder.
This is also very handy for debugging cmake/ecbuild implementaions on bundle repos
Describe alternatives you've considered
No response
Additional context
No response
Organisation
ACCORD