hakonhagland / perl-math-gsl

Building Math::GSL with GitHub Actions
1 stars 2 forks source link

Assume 2.7.1 has the same profile as 2.7 #5

Closed yewtc closed 9 months ago

yewtc commented 9 months ago

Looking at perltesters, most of the recent builds of this are report failing. It seem to be because most distributions are installed GSL 2.7.1 and not 2.7. I have assumed that the interface for the two versions is the same and essentially done the same trick as was done with version 1.16.1, that is to treat 2.7.1 as 2.7. This might not be the correct solution. The tests still fail.

hakonhagland commented 9 months ago

Thanks, I'll merge this now after fixing some issues with GitHub Actions, see #9. Let's see if this fixes the latest issue, see:

https://github.com/hakonhagland/perl-math-gsl/actions/runs/7060597967/job/19220905801#step:8:72770

Unsupported GSL version!!! : 2.7.1 at Build.PL line 85.