Skip to content
New issue

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

invalid comparison of version numbers #9

Closed
karlglazebrook opened this issue Jan 27, 2020 · 1 comment
Closed

invalid comparison of version numbers #9

karlglazebrook opened this issue Jan 27, 2020 · 1 comment

Comments

@karlglazebrook
Copy link
Member

karlglazebrook commented Jan 27, 2020

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

karlglazebrook added a commit that referenced this issue Jan 27, 2020
@karlglazebrook
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant