Magnus Ulimoen

Results 135 comments of Magnus Ulimoen

I think this has popped up before (can't find the issue) and it was to do with hdf5 doing conversion of every compound internally, when it could have been a...

The default build assumes `hdf5` (the C library) is already installed on the machine. If you wish to build using the included source you will need `git submodule update --init`...

This crate does not support reading just a single compund field (PRs welcome) as one can do in h5py. You will have to read the compund type/struct and extract after...

We do not yet wrap `H5Ocopy` which would allow this functionality. PRs are welcome!

I think we can lift the restriction of `Copy` on `H5Type` if we require derived types to be `Copy`. But this depends on what sort of issues we got for...

I'm more than OK with keeping this PR small. We have #232 which attempts to solve the `Copy` problem.

I would like an approval from @aldanor, but for me this is looking good to go. Note that only @aldanor has rights to release as of now (and a release...

Seems strange that the debug build of hdf5-src should fix this problem. Is the parallel flag enabled only for the release build of hdf5?

You should be able to run `cargo update netcdf-src` and get the fix

This seems like two versions of `hdf5` are installed, and the wrong one is linked. This could either happen on the rust side, or by cmake when building netcdf-c. Do...