Andrew Marshall
Andrew Marshall
> Here are a few ideas for changes to be made for (potentially breaking) cppzmq v5. > > 1. Require C++11 standard support, but still support gcc 4.7 and later...
See #677 for an example using conan lockfiles.
See https://github.com/planetmarshall/jpegls-hdf-filter/runs/4133804617?check_suite_focus=true for a working example.
Up to you as the maintainer but I might suggest `contrib` rather than `support`. `contrib` is a fairly common folder name for this kind of thing.
I already have an Eigen adaptor, I'm happy to contribute if no one else gets there first.
For what it's worth, here's my implementation of datatype support for Eigen. https://gist.github.com/planetmarshall/a74ebc78be871a69aacd5e3dfb38b092
> > I won't be using h5cpp after all for my application (I want to statically link inside of a commercial program), so I'm not in a rush, but keep...
> @RodenLuo I also experienced that I can remove some of the linking. I am using pybind11 via `conan`, which links to everything by default The conan targets don't really...
Failing due to missing binaries. See https://github.com/conan-io/conan-center-index/issues/11684
requires #12775