HighFive icon indicating copy to clipboard operation
HighFive copied to clipboard

Should produce pkg-config file

Open alkino opened this issue 5 years ago • 4 comments

alkino avatar Oct 21 '19 09:10 alkino

Would be great to have. What is potentially a bit challenging is to link to hdf5. Do you have ideas to do this?

tdegeus avatar Nov 29 '19 09:11 tdegeus

Please elaborate a bit more. We already create a HighFiveConfig.cmake.

ferdonline avatar Mar 02 '20 22:03 ferdonline

pkg-config is useful to compile easily without cmake. Example: g++ $(pkgconfig --cflags --libs highfive) main.cpp

alkino avatar Mar 03 '20 09:03 alkino

It would also make Meson integration easier :)

matz-e avatar Mar 03 '20 09:03 matz-e