Ensembl / Bio-DB-HTS

Git repo for Bio::DB::HTS module on CPAN, providing Perl links into HTSlib
Apache License 2.0
24 stars 16 forks source link

Build.PL: allow explicit definition of hts_include and hts_lib #73

Closed mkszuba closed 5 years ago

mkszuba commented 6 years ago

On many modern systems libhts will be located in e.g. lib32 or lib64 instead of just lib. Accounting for all such scenarios in the build script would be seriously cumbersome so let us simply allow users to explicitly specify htslib include and lib directories.