Skip to content

Commit

Permalink
liblzma
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 30, 2023
1 parent 140b47c commit 1bc8fdb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
with:
submodules: "recursive"

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
# - name: Install Rust
# uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
# - uses: Swatinem/rust-cache@v2

- name: Install Pixi
# shell: bash
Expand Down
19 changes: 19 additions & 0 deletions python/geoarrow-proj/build/pkgconfig/liblzma.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# Author: Lasse Collin
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
#

prefix=D:/a/geoarrow-rs/geoarrow-rs/python/geoarrow-proj/build/.pixi/env/Library
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: liblzma
Description: General purpose data compression library
URL: https://tukaani.org/xz/
Version: 5.2.6
Cflags: -I${includedir}
Libs: -L${libdir} -llzma
Libs.private: -pthread -lpthread

0 comments on commit 1bc8fdb

Please sign in to comment.