Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
system pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Sep 7, 2022
1 parent 7386f39 commit 481adca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Update packages
command: |
apt-get update
apt-get -y install build-essential libssl-dev
apt-get -y install build-essential libssl-dev pkg-config
- run:
name: Add conda channels
command: |
Expand Down
1 change: 0 additions & 1 deletion roaring-landmask/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ requirements:
- python >=3.9
- maturin
- pip
- pkg-config
- {{ compiler('rust') }}
run:
- python >=3.9
Expand Down

0 comments on commit 481adca

Please sign in to comment.