Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More attempts to get GDAL 2.3.2 pinned #42

Merged
merged 4 commits into from Nov 12, 2018
Merged

More attempts to get GDAL 2.3.2 pinned #42

merged 4 commits into from Nov 12, 2018

Conversation

hobu
Copy link
Contributor

@hobu hobu commented Nov 11, 2018

We still aren't succeeding at getting things to pin.

Checklist

  • Used a fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@conda-forge-linter
Copy link
Contributor

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.

@msarahan
Copy link
Member

I think the bit that you are missing is that conda-build tries to figure out which variables are "used" by matching names. libgdal != gdal. In this instance, you can force conda-build to match it by explicitly adding a jinja2 variable, like:

requirements:
  host:
    - libgdal  {{ gdal }}

More in the conda-build docs at https://conda.io/docs/user-guide/tasks/build-packages/variants.html

@hobu hobu merged commit b06632e into conda-forge:master Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants