-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Add pkg-config Support to Autotools Build #8
Labels
Component - Build
CMake, Autotools
Priority - 1. High 🔼
These are important issues that should be resolved in the next release
Type - Improvement
Improvements that don't add a new feature or functionality
Comments
lrknox
modified the milestones:
HDF5 1.10.8 release,
HDF5 1.12.1 release,
HDF5 1.8.22 release
Oct 6, 2020
|
Thank you for pointing this out - we overlooked managing the milestone information. |
This was referenced Jan 4, 2022
Note: Arch linux would also benefit from having pkg-config support: https://github.com/archlinux/svntogit-community/blob/packages/hdf5/trunk/PKGBUILD |
This was referenced Nov 17, 2022
derobins
added
Priority - 1. High 🔼
These are important issues that should be resolved in the next release
Component - Build
CMake, Autotools
Type - Improvement
Improvements that don't add a new feature or functionality
labels
May 3, 2023
Closed
4 tasks
mattjala
referenced
this issue
in mattjala/hdf5
Sep 20, 2024
Fixed some warnings. Skipped the review and merged this PR directly.
We're going to be dropping Autotools support, so this will be closed soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component - Build
CMake, Autotools
Priority - 1. High 🔼
These are important issues that should be resolved in the next release
Type - Improvement
Improvements that don't add a new feature or functionality
As per Homebrew/homebrew-core#61490, I am trying to build a Linux and macOS cross-platform library that uses the HDF5 library. The compiler I'm using attempts to find the headers and libraries on both platforms via a pkg-config file. However, currently I can only find the hdf5.pc file on the Ubuntu apt installation of hdf5 and not in the macOS build of hdf5.
sudo apt install libhdf5-dev
on Ubuntu 18.04 installs HDF5 1.10.0, whilebrew install
installs 1.12.0. It appears the difference is that the macOS Homebrew build is using autotools rather than cmake for the build and currently HDF5 only produces the pkg-config for the cmake build. Could the HDF5 project potentially include a pkg-config output in its autotools build as well?The text was updated successfully, but these errors were encountered: