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

Fix cmake exported gnuradio-runtime target #59

Merged
merged 7 commits into from
May 13, 2021

Conversation

ryanvolz
Copy link
Contributor

Checklist

  • Used a personal 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.

The current exported target contains absolute include paths, including
one to numpy in the build directory that happens because of
cross-compilation. The build directory path is not detected/replaced
through the typical prefix path processing, so it results in errors when
the target is used (e.g. by GR OOT modules). This cleans up the target
so that it doesn't have any absolute paths.
@conda-forge-linter
Copy link

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.

@ryanvolz ryanvolz marked this pull request as ready for review May 13, 2021 21:17
@ryanvolz ryanvolz merged commit df2fb45 into conda-forge:master May 13, 2021
@ryanvolz ryanvolz deleted the fix_cmake_import_target branch May 13, 2021 22:18
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

2 participants