Closed wdlingit closed 2 years ago
I too had this problem. The generated file in the installation directory, RepeatMaskerConfig.pm, contains the wrong path to the Libraries subdirectory: it has a path under the temporary build directory.
I did try adding the following line:
preinstall_cmd += '-libdir "%(installdir)s/Libraries" '
to the easyconfig, but this seemed to make the build go into an infinite loop.
I have since hacked the configuration file RepeatMaskerConfig.pm so that it contains the correct 'Libraries' path for our installation.
I was thinking about the samething (to hack the perl module .pm file). However, I found it could be easy after reading the install instructions from RepeatMasker website: you just go to the "install" directory and run the configure script.
I think the ./configure command should be performed at the installdir so that the corresponding perl module path in
@INC
would be correct. Here is what I got after easybuild RepeatMasker without manually configureThe first path in
@INC
is under builddir.