On Sun Jun 08 20:19:12 2014, FANGLY wrote:
Show quoted text> Any plans for addressing this issue?
> Without this support, it makes it impossible to build Perl scripts
> without the end-users having to go through tedious manual installation
> steps.
> Cheers,
> Florent
Hello, Florent.
The module continues to be owned by Jonathan Leto, I am trying just to maintain it.
If it was my module, my decision would be not to build GSL from the Perl script. All linuxes have GSL. It is very easy to install GSL on a Mac (brew install gsl). I think the only operating system where things can be problematic is windows...
If the idea is to ship software in an end-user fashion, then probably it would make more sense to prepare a generic tool that would install *ANY* library. On linuxes it would search for packages, and try to install them, and compile if not available. For mac it might use brew or macports or something similar. For windows it would compile it. But the module would be generic enough so that each Perl module that includes bindings do not need to deal with this jungle of operating systems.
This kind of module on CPAN would be very welcome, and more useful than making Math::GSL install GSL for itself...
thoughts?
Best,
ambs