EddyRivasLab / easel

Sequence analysis library used by Eddy/Rivas lab code
Other
46 stars 26 forks source link

Fix hmmer make check after configure --with-gsl #52

Closed kiwiroy closed 4 years ago

kiwiroy commented 4 years ago

When configuring and building hmmer 3.3.1 using the option --with-gsl i.e. ./configure --with-gsl, make check fails to complete as the relevant (-lgsl -lgslcblas) libs are not included. This can be seen here, a result of the workflow file for the action.

With the patch from this pull request applied the resultant action and make check succeeds.

cryptogenomicon commented 4 years ago

Thank you!