Skip to content

Commit

Permalink
fix: change c/cxx compiler version and drop lib{nsl,tirpc}
Browse files Browse the repository at this point in the history
  • Loading branch information
jnooree committed Sep 22, 2023
1 parent 9658d9f commit 8767a27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
c_compiler_version: # [linux]
- 10 # [linux]
cxx_compiler_version: # [linux]
- 10 # [linux]
openssl: # [unix]
- 1.1.1 # [unix]
4 changes: 0 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ requirements:
- make # [unix]
- pkg-config # [unix]
- openssl # [unix]
- libnsl # [linux]
- libtirpc # [linux]
host:
- bzip2 # [unix]
- sqlite # [unix]
Expand All @@ -108,8 +106,6 @@ requirements:
run:
- ld_impl_{{ target_platform }} # [linux]
- openssl # [unix]
- libnsl # [linux]
- libtirpc # [linux]
run_constrained:
- python_abi 2.7.* *_cp27m # [not linux]
- python_abi 2.7.* *_cp27mu # [linux]
Expand Down

0 comments on commit 8767a27

Please sign in to comment.