On 15/05/2019 16:23, Loris Bennett wrote:
Hi,

I have a program (http://last.cbrc.jp/) which provides a makefile with
an install step, but which does not have a configure file.

One the one hand, I could use 'ConfigureMake' and fake the configure
step somehow, but I'm not sure how to do this.  On the other hand, I
could use 'MakeCp' and copy the files instead of letting 'make install'
be invoked, but then I would need to add the names of the scripts and
binaries to the EC explicitly.

What is the best approach?

Use ConfigureMake easyblock + use this in your easyconfig file:

skipsteps = ['configure']


regards,

Kenneth


Cheers,

Loris

Reply via email to