Skip to content

Commit

Permalink
Add zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 6, 2024
1 parent 3f4ca70 commit a2dfdf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ provider:
test_on_native_only: true
conda_build:
pkg_format: '2'
error_overlinking: true
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: f6972acd6a65354f6414e69460d2e175729470632bdac05919bc2f7f32e48cbd

build:
number: 0
number: 1
skip: true # [win and vc<14]

requirements:
Expand All @@ -25,9 +25,11 @@ requirements:
- mpir # [win]
- mpfr
- mpc
- libflint
- llvmdev <17
# these two come from LLVM
- zstd
- zlib
- libflint
run:
- gmp # [unix]
- mpir # [win]
Expand Down

0 comments on commit a2dfdf7

Please sign in to comment.