{bio}[foss/2016b] CNVnator 0.3.3#4649
Conversation
| ('Perl', '5.24.0'), | ||
| ] | ||
|
|
||
| skipsteps = ['build'] |
There was a problem hiding this comment.
hmm, it's kind of strange to use MakeCp together with skipping the build step...
Maybe you want BinariesTarball instead? Cfr. http://easybuild.readthedocs.io/en/latest/version-specific/generic_easyblocks.html#binariestarball
There was a problem hiding this comment.
@boegel Hmm, there are many other files inside the .zip like src, license etc. a perl script is really what is needed here.
There was a problem hiding this comment.
In that case, I guess CmdCp is a better match, see http://easybuild.readthedocs.io/en/latest/version-specific/generic_easyblocks.html#cmdcp .
You'll still need skipsteps = ['build'], but it makes more sense to use CmdCp than MakeCp imho.
|
lgtm |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @robqiao! |
CNVnator easyconfig added