Skip to content

Commit

Permalink
add libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 29, 2024
1 parent 3120212 commit a931461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install deps
run: |
sudo apt-get -y update
sudo apt-get -y install build-essential libssl-dev
sudo apt-get -y install build-essential libssl-dev libc++-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "make_bitmap"
path = "src/devel/make_bitmap.rs"

[dependencies]
link-cplusplus = { version = "1" }
link-cplusplus = { version = "1.0", features = ["libstdc++"] }
geos = { version = "9" }
lazy_static = "1.4"
numpy = { version = "0.21" }
Expand Down

0 comments on commit a931461

Please sign in to comment.