conda-forge / curl-feedstock

A conda-smithy repository for curl.
BSD 3-Clause "New" or "Revised" License
3 stars 42 forks source link

fix os x #76

Closed wolfv closed 3 years ago

wolfv commented 3 years ago

Checklist

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

I do have some suggestions for making it better though...

For recipe:

Documentation on acceptable licenses can be found here.

wolfv commented 3 years ago

@isuruf does that look good to you? I checked the build output and this time it should only include libcurl.dylib and libcurl.4.dylib.

sorry again! I'll make another PR to add the previous package to broken.

wolfv commented 3 years ago

PS: I thought that the file globs would only be globbing on the diff of the filesystem which makes a lot more sense to me.

My plan for boa is to extend the files: mechanism to

  1. only work on files newly added to the prefix, unless specifically overriden
  2. have a include and exclude llist (I wanted to exlude files/globs sometimes)