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

Versions from 1.2.0 fail to build on Windows. #39

Closed
cpaulik opened this issue Jun 30, 2016 · 2 comments
Closed

Versions from 1.2.0 fail to build on Windows. #39

cpaulik opened this issue Jun 30, 2016 · 2 comments
Assignees

Comments

@cpaulik
Copy link
Contributor

cpaulik commented Jun 30, 2016

I'm no expert on Windows compilation but noticed in CI that pyresample fails to build for versions greater than 1.1.6.

See here for a successful build and here for a broken one.

You might want to consider using Appveyor to test your software on Windows if you want to support it.

@mraspaud
Copy link
Member

@cpaulik thanks for reporting the issue!
We introduced a small C library in 1.2.0 for the new Elliptical Weighted Average feature, and indeed tested only on Mac and Linux.

I have unfortunately no access to windows machines, so it might be a bit hard to debug, although I suspect the extra compile arguments are compatible with gcc:
extra_compile_args=["-O3", "-Wno-unused-function"]

Can you try to remove these to see how it behaves ?

Regarding Appveyor, it sounds like a good idea. Do you have any experience with it ? Would you like helping set up pyresample in it ?

@djhoese
Copy link
Member

djhoese commented Jul 19, 2016

This should be fixed now based on work discussed on #40.

@djhoese djhoese closed this as completed Jul 19, 2016
pnuu pushed a commit to pnuu/pyresample that referenced this issue Nov 29, 2018
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

3 participants