On 22/02/19 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?
Hi Loris, You should look at the 'start_dir' setting for easyconfig. EasyBuild will change to that directory after extracting and before running the configure step. Ward

