Skip to content

Pkgconfig #77

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

Merged
merged 4 commits into from
May 19, 2022
Merged

Pkgconfig #77

merged 4 commits into from
May 19, 2022

Conversation

mattip
Copy link
Collaborator

@mattip mattip commented May 19, 2022

Add a pkgconfig file to the tarballs. Fixes #74. Note that updating the submodule to OpenBLAS 0.3.20 does not update the built OpenBLAS to 0.3.20, it just makes local developement easier.

@mattip
Copy link
Collaborator Author

mattip commented May 19, 2022

The openblas.pc file assumes the tarball will be unpacked into C:\opt on windows and /usr/local otherwise. We should document the need to set PKG_CONFIG_PATH to find it. Also, local builds will prefer to set PKG_CONFIG_SYSROOT_DIR since they may not be able to unpack into those locations.

@mattip
Copy link
Collaborator Author

mattip commented May 19, 2022

@rgommers: do you want this for the current OpenBLAS release? If I merge this it will overwrite the existing files.

@matthew-brett
Copy link
Contributor

Do all the binaries work? If so - then yes, let's use them.

@mattip mattip merged commit 019f06a into MacPython:master May 19, 2022
@mattip
Copy link
Collaborator Author

mattip commented May 19, 2022

gahh, the uploaded file name doesn't have the version anymore it is `openblas64_--manylinux2014_x86_64.tar.gz

@mattip
Copy link
Collaborator Author

mattip commented May 19, 2022

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.

pkgconfig files are missing in the built package
2 participants