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

Use pixi for building geoarrow.proj wheels including proj #181

Closed
wants to merge 83 commits into from

Conversation

kylebarron
Copy link
Member

No description provided.

@kylebarron kylebarron changed the title Create geoarrow.proj python package stub Use pixi for building geoarrow.proj wheels including proj Aug 29, 2023
@kylebarron
Copy link
Member Author

So I think half of the issue with Windows is that many packages don't include their pkg-config metadata files for windows. So just running

pkg-config --libs --cflags proj "proj >= 9.2.0"

doesn't work without polyfilling a few .pc files.

The other half is a path issue. So even when manually calling pkg-config works, it isn't found when called from rust.

@kylebarron kylebarron closed this Jan 18, 2024
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

Successfully merging this pull request may close these issues.

1 participant