galantelab / sandy

A straightforward and complete next-generation sequencing read simulator
https://galantelab.github.io/sandy/
Other
19 stars 3 forks source link

Undeclared dependency File::ShareDir::Install #3

Open eserte opened 5 years ago

eserte commented 5 years ago

On one of my smokers:

Output from '/usr/local/bin/perl Makefile.PL':

Can't locate File/ShareDir/Install.pm in @INC (you may need to install the File::ShareDir::Install module) (@INC contains: /var/tmp/cpansmoker-1023/2019031020/CPAN-Reporter-lib-aob4 /usr/local/lib/perl5/site_perl/mach/5.28 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.28/mach /usr/local/lib/perl5/5.28 .) at Makefile.PL line 135.
BEGIN failed--compilation aborted at Makefile.PL line 135.

Probably File::ShareDir::Install has to be declared as a configure_requires dependency.

thiago-miller commented 5 years ago

Hi, Slaven Rezić! We managed to fix this issue adding:

[Prereqs / ConfigureRequires]
File::ShareDir::Install  = 0

in the dist.ini file.

Thank you for showing us the missing dependency.