-
Notifications
You must be signed in to change notification settings - Fork 49
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
BLD: fix type safety of version numbers (fix building on some systems) #101
BLD: fix type safety of version numbers (fix building on some systems) #101
Conversation
This fails all tests, so is not the solution... And it's weird - why is We actually have two build systems, regular Lines 22 to 24 in df9f5c4
While I'm less sure about Lines 22 to 29 in df9f5c4
Though the fact that |
I see. Let me try and figure out what compiler/build system |
5568513
to
1701553
Compare
I replaced the patch with a completely different approach. Hopefully this is the actual fix this time ("it works on my machine" ™️). |
It would also be good to have a separate run with a setup more like yours (we already have MacOS, though)... |
Sadly, the new approach doesn't work either... I think my link to |
I guess I messed up my local testing too, this doesn't look right. Anyway, I'll get back to this later. |
I actually can't seem to reproduce the problem today, even starting fresh with a clean copy of the repo. Pretty odd, but no point in keeping this PR alive then. Thanks for your feedback and sorry for the noise ! |
Very weird indeed, but no worries about the noise! |
This fixes compilation of pyerfa on my system (MacOS AMD64) as reported in liberfa/pyerfa#141
However it's not clear to me what changed recently that made this patch (apparently) necessary. It's still possible that the change was specific to my setup, but I figure this patch is probably acceptable regardless.