PDLPorters/extutils-f77

invalid comparison of version numbers

Closed this issue · 1 comments

on Darwin Kernel Version 18.7.0: Sun Dec 1 18:59:03 PST 2019; root:xnu-4903.278.19~1/RELEASE_X86_64

use ExtUtils::F77 gives the following errow

Argument "18.7.0" isn't numeric in numeric ge (>=) at /Applications/PDL/lib/perl5/site_perl/5.30.1/ExtUtils/F77.pm line 644.

The offending code is:

if ( $Config{osname} =~ /darwin/ && $Config{osvers} >= 14

Resolved in v1.25. Releasing this immediately as I need EU::F77 for the latest SciPDL build