Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jan 24, 2024
1 parent fe2d29f commit c31bdc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/proj/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ cd python/proj
PKG_CONFIG_PATH="/home/vcpkg/installed/x64-linux/lib/pkgconfig/:$PKG_CONFIG_PATH" maturin build --interpreter /opt/python/cp38-cp38/bin/python --manylinux 2014 -o .
```

It looks like this might also be a static wheel by default.

Mac notes:

```
Expand Down Expand Up @@ -67,3 +69,7 @@ Archive: geoarrow_rust_proj-0.1.0-cp38-abi3-macosx_11_0_arm64.whl
```

(in contrast, when not setting `PKG_CONFIG_PATH`, the rust proj size is under 1MB and links into homebrew.)

**Windows:**

Previously an issue was in just installing pkg-config. Can we now use pixi to manage pkg-config on windows?

0 comments on commit c31bdc1

Please sign in to comment.