[easybuild] Re: Use of files_to_copy

2019-08-29 Thread Loris Bennett
Dear Sam, I'm using ConfigureMake, but the makefile provided just sets up test stuff and does not produce the Perl module and library. Cheers, Loris Sam Moors writes: > Dear Loris, > > files_to_copy is not defined for all easyblocks. Which easyblock are you > using? > > Cheers, > Sam > > On

Re: Use of files_to_copy (was: [easybuild] EB* variables in build_cmd?)

2019-08-29 Thread Sam Moors
Dear Loris, files_to_copy is not defined for all easyblocks. Which easyblock are you using? Cheers, Sam On Thu, Aug 29, 2019 at 4:10 PM Loris Bennett wrote: > Dear Sam, > > Thanks for the suggestion, however I still don't get a 'lib' directory > in the install dir. The log unfortunately

Use of files_to_copy (was: [easybuild] EB* variables in build_cmd?)

2019-08-29 Thread Loris Bennett
Dear Sam, Thanks for the suggestion, however I still don't get a 'lib' directory in the install dir. The log unfortunately doesn't give any indication that anything went wrong with copying the files. It's just the sanity check which fails. Could files_to_copy be being ignored because the

Re: [easybuild] EB* variables in build_cmd?

2019-08-29 Thread Sam Moors
Dear Loris, Try this? files_to_copy = [(['swig/BloomFilter.pm', 'swig/BloomFilter.so'], 'lib')] Cheers, Sam On Thu, Aug 29, 2019 at 3:36 PM Loris Bennett wrote: > Hi, > > I'm looking at the following project: > > https://github.com/bcgsc/btl_bloomfilter > > which comprises a shared library

Use of files_to_copy (was: [easybuild] EB* variables in build_cmd?)

2019-08-29 Thread Loris Bennett
Loris Bennett writes: > Hi, > > I'm looking at the following project: > > https://github.com/bcgsc/btl_bloomfilter > > which comprises a shared library and a corresponding Perl XS module. > > There is a Makefile, but it doesn't create the shared library or the > Perl module. Instead here >

[easybuild] EB* variables in build_cmd?

2019-08-29 Thread Loris Bennett
Hi, I'm looking at the following project: https://github.com/bcgsc/btl_bloomfilter which comprises a shared library and a corresponding Perl XS module. There is a Makefile, but it doesn't create the shared library or the Perl module. Instead here