Skip to content

Commit

Permalink
Remove libcurl dependency (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan authored May 14, 2024
1 parent 5b26c4b commit 7a30c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MACOSX_SDK_VERSION: # [osx and x86_64]
- "11.0" # [osx and x86_64]
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
c_stdlib_version: # [osx and x86_64]
- "11.0" # [osx and x86_64]
7 changes: 2 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,17 @@ source:
sha256: {{ sha256 }}

build:
number: 2
number: 3
skip: true # [win and vc<14]

requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- cmake
- make # [unix]
- pkg-config
- gnuconfig
host:
- libcurl
run:
- libcurl

test:
commands:
Expand Down

0 comments on commit 7a30c43

Please sign in to comment.