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

Install pkg-config file on Windows #48

Closed
wants to merge 7 commits into from
Closed

Install pkg-config file on Windows #48

wants to merge 7 commits into from

Conversation

hattne
Copy link

@hattne hattne commented Apr 11, 2023

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • 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.

@hattne hattne requested a review from jschueller as a code owner April 11, 2023 10:02
@conda-forge-webservices
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.

@hattne
Copy link
Author

hattne commented Apr 11, 2023

Pipelines failed on Python import for Linux-Python 3.8 on aarch64 and ppc64le, possibly because runtime path on compiled Python module was not set. Is this make -j 2 tripping itself up?

@conda-forge-admin, please restart ci

@hattne
Copy link
Author

hattne commented Apr 12, 2023

Fails consistently: same architecture–Python combination.

Actually looking at the logs this time: import fails (and runtime paths cannot be set) because modules are not built. Modules are not built because CMake bails out due to version mismatch (3.8.16 interpreter with 3.8.15 libs). As far as I can see, there are no aarch64 or ppc64le packages for Python-3.8.16, so conda uses linux64 ones instead.

@hattne hattne marked this pull request as draft April 12, 2023 17:25
@hattne hattne marked this pull request as ready for review April 12, 2023 20:53
@hattne
Copy link
Author

hattne commented May 16, 2023

I realize there are some gratuitous changes in this PR which could be cleaned up, but is there a more fundamental reason preventing this from being merged? I believe having something like this would make building packages against nlopt a tad easier.

@hattne
Copy link
Author

hattne commented Oct 19, 2023

Merged upstream, stevengj/nlopt#534; will wait for next release.

@hattne hattne closed this Oct 19, 2023
@hattne hattne deleted the pkg-config-win branch October 19, 2023 15:36
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.

1 participant