fix RepeatMasker-4.1.2-p1 easyconfig by moving the database configure step to be after installation#15280
Conversation
…asyconfigs into 15279_repeatmasker_config_after_install
|
Test report by @boegel |
|
@wdlingit: Tests failed in GitHub Actions, see https://github.com/easybuilders/easybuild-easyconfigs/actions/runs/2440016355 bleep, bloop, I'm just a bot (boegelbot v20200716.01) |
|
Test report by @boegel |
|
Trivial code style issues that are making tests fail are fixed in #15615 |
fixes #15279
The change is simply to run the configure script at the installdir but not builddir. After installing, the builddir will be missing, and the path pointing to builddir (saved in the configure step) will become invalidate. Just like the steps described by RepeatMasker download page, the configure script is executed at where it was installed.