Dear Loris,
You're probably looking for this (in the easyconfig):
start_dir = 'src'
We don't have this explicitly mentioned in the documentation I think,
but it's one of the (many) easyconfig parameters that you can set to
customize the installation process performed by EasyBuild, see also the
output of "eb -a" or
https://easybuild.readthedocs.io/en/latest/version-specific/easyconfig_parameters.html
.
regards,
Kenneth
On 22/02/2019 14:49, Loris Bennett wrote:
Hi,
Just writing my first easyconfigs from scratch. The first went OK, but
with the second, 'configure' is not in the root of the tarball, but in
the subdirectory 'src'. I assume this is described the documentation,
but I wasn't able to find it.
So how do I indicate the location of 'configure' in the easyconfig?
Cheers,
Loris