Ward Fisher

Results 558 comments of Ward Fisher

I'm not familiar with `macports`, but it sounds like it may have the C library (v4.8.1) installed. The Fortran interface, which `netcdf.mod` is a part of, is a different version,...

Thanks! Given that this is an hdf5 issue and not a netCDF one, I'll close this out. Thanks!

Replacing `size_t` with `int` across the board isn't going to work, unfortunately; even reviewing something like that would be difficult, there could be a lot of unintended consequences. Doing this...

Thanks; let me take a look at how to clean this up!

@DennisHeimbigner If you follow the steps I laid out, using `conda`, you will have a full environment to replicate this issue. It's how I've managed to recreate it on Windows...

@DennisHeimbigner The first step I think is that I need to turn on the tests in our CI; can you remind me where we're at in terms of how to...

I'm currently fixing some issues with how cmake was finding libaws and telling it to link (it wasn't). There are additional steps I'll need to take for Windows based builds...

Work continues on this; it is proving problematic. Everything works under Linux but are hanging (when using the s3 cpp sdk) on MacOS and Windows. It's been the primary focus...