Jan Kotanski
Jan Kotanski
> @jkotan A question for Jan: is the EBool something which is required for h5py? Somehow I forgot why this was introduced. Hi Eugen, the story is about NX_BOALEAN in...
> @jkotan would it be ok for you if I move this to a `contrib/nexus` directory? @eugenwintersberger , if you change only the header file location it should be OK
Hi @eugenwintersberger, It looks like you need to add ```c++ #include ``` to `dataset.hpp` or somewhere on into its includes because it have different read/write methods for strings. Also it...
Additionally after downgrading the zlib conan package to 1.2.8 for macos all the tests are green https://jenkins.esss.dk/dm/blue/organizations/jenkins/ess-dmsc%2Fh5cpp/detail/issue_548_tests/5/pipeline
> What I do not understand is why this problems show up only on some of the test systems. I would expect missing header files to show up in any...
Playing with the code I have found that the instantiation of `create` and `get` template methods with `string` is done in `dataset.cpp` in the line ```c++ void Dataset::write(const char *data,const...
It looks like it is even more tricky. I've just run tests where I have moved the include statement from dataset.hpp to dataset.cpp and in that time the macos compiler...
Hi @eugenwintersberger, I think you can merge them into the your PR. All the changes are in the `issue_548_tests` branch.
> I had a look on Jans changes. Looks all good to me. The installation of the header files seems to work. @jkotan do you think it makes sense to...
Hi Eugen, `h5cpp.hpp` contrary to `hdf5.hpp` contains stl, i.e. ```c++ #include #include ```