Ward Fisher
Ward Fisher
@dennisheimbigner as the issue creator I’ll leave it to your judgement.
While adding additional functions sounds great and I support it, is there a reason to remove the `nc_inq_var_all()` function? Even if we decided to remove it, we'd end up flagging...
@edhartnett thanks for clarifying, I see you're correct. You typed `inq_var_all()` but I read `nc_inq_var_all()`, my mistake.
As per @ethanrd I've started a discussion around this topic over here: https://github.com/Unidata/netcdf/discussions/68
> Regarding the CLA: This is a trivial contribution, I wish to proceed without CLA. I appreciate your willingness to do this, although I'll need to check to see what...
After taking a further look, this appears to break the test; after reading how the test is performed, I believe that the original form is correct. @neuschaefer did this work...
Taking a look to reconcile the logic and the failing tests.
Try modifying `LDFLAGS=$(nc-config --libs)` to `LDFLAGS=$(nc-config --libs --static)` and see if that works. If not, can you enter the docker container, or otherwise modify your `Dockerfile`, so that we can...
What is the output from running `env | sort` ?
> Hello. I tried modifying LDFLAGS to `nc-config --libs --static` but I get same error. Here is output of `nc-config --libs --static` > > ``` > -L${NCDIR}/lib -L${H5DIR}/lib -L${PNDIR}/lib -L${ZLDIR}/lib...