We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
comparison fix issue #9
7ce59d3
Resolved in v1.25. Releasing this immediately as I need EU::F77 for the latest SciPDL build
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: