-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ncks append mode fix and travis improvements #29
Conversation
I added Travis cleanup to this PR. As you can see (when the matrix finishes). It isn't reasonable to test all versions of
IMO |
First, many thanks for making the CI tests more robust and fixing bugs. Personally I want the latest conda build of NCO the target of the scant developer attention to PyNCO. Not sure why 4.6.6 currently fails. Am about to release 4.6.7 of NCO, please let me know if there is anything I can do upstream that would turn 4.6.7 into a pass. |
@kwilcox do you need |
@ocefpaf Yes, that is a good plan if we do indeed want to test |
@czender If I use |
@kwilcox please provide an example. this output shows the requested change from 1.0e36 to -1.0e36 occurs only in missing values:
|
@czender I'll elaborate here: nco/nco#53 |
@kwilcox i fixed nco/nco#53 |
.travis.yml
Outdated
- 3.6 | ||
|
||
env: | ||
- NCO_VERSION=apt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kwilcox b/c of #29 (comment) I tried to add the old 4.0.8 version to conda-forge
.
I could not get a tarball from sourceforge nor GitHub, so I used the commit hash instead. But that version is too old I was unable to get it to compile. Maybe we should drop it from the matrix here. (And someone should update the debian package!)
my build attempt: https://github.com/ocefpaf/nco-feedstock/tree/nco_4.0.8
the CI results: https://circleci.com/gh/ocefpaf/nco-feedstock/tree/nco_4.0.8
Thanks @czender but the difficulty to build still remains. I don't think it is worth supporting this old version. |
@czender Did you see Unidata/netcdf-c#390 and Unidata/netcdf-c#387? edit: sorry, wrong issue. 🧠 :mush: |
This is ready to go! |
I'd like to get this merged and a release cut so I can get the conda-forge package updated. Trying real hard not to build my own conda packages lately! |
No description provided.