Subject: | PDL detects GSL version incorrectly |
PDL seems to be doing a direct numeric comparison on the version string
for GSL, and since GSL does not zero-pad their version numbers, you get
this when using a GSL version newer that 1.9:
Writing Makefile for PDL::Slatec
Not building GSL modules: GSL version 1.10 found, need at least 1.3
writing dummy Makefile
Cheers,
Jonathan Leto