Skip to content
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

libnetcdf v4.8.1 #129

Merged
merged 9 commits into from
Aug 30, 2021
Merged

Conversation

regro-cf-autotick-bot
Copy link
Contributor

It is very likely that the current package version for this feedstock is out of date.
Notes for merging this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
    Checklist before merging this PR:
  • Dependencies have been updated if changed: see upstream
  • Tests have passed
  • Updated license if changed and license_file is packaged

Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.

NEW: If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot.
The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable.
Finally, feel free to drop us a line if there are any issues!
This PR was generated by https://github.com/regro/autotick-bot/actions/runs/1151864474, please use this URL for debugging

Dependency Analysis

We couldn't run dependency analysis due to an internal error in the bot. :( Help is very welcome!

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@dopplershift
Copy link
Member

@WardF @DennisHeimbigner The builds are failing due to:

CMake Error at dap4_test/baselinethredds/CMakeLists.txt:15 (FILE):
  FILE RENAME failed to rename

    /home/conda/feedstock_root/build_artifacts/libnetcdf_1629912619926/work/dap4_test/baselinethredds/GOES16_TEST1.nc4.thredds

  to

    /home/conda/feedstock_root/build_artifacts/libnetcdf_1629912619926/work/dap4_test/baselinethredds/GOES16_CONUS_20170821_020218_0.47_1km_33.3N_91.4W.nc4.thredds

  because: No such file or directory

This seems related to Unidata/netcdf-c#2077, but I'm not sure why it's breaking here but not netcdf-c's CI.

@DennisHeimbigner
Copy link

It occurs if you run the rename twice or run autoconf then cmake in same build.
Once the file is renamed, it is of course no longer available to be renamed again.
I was working on a simple fix for this which checks to make sure the rename has
not already occurred. Just have not put it up as a PR yet.

@dopplershift
Copy link
Member

@DennisHeimbigner Ah, that makes sense. If you put up the PR, I'm happy to port here.

@DennisHeimbigner
Copy link

See Unidata/netcdf-c#2094.

@DennisHeimbigner
Copy link

The unzip dependency is not strictly necessary. It is being used to include
a directory tree as a test case. Is there a different equivalent that would
already be in the dependency list: tar or ar for example.

@dopplershift
Copy link
Member

@WardF @DennisHeimbigner Ok, almost there. Now I'm seeing a Windows build failure:

CMake Error at CMakeLists.txt:813 (IF):
-- Configuring incomplete, errors occurred!
  if given arguments:

    "VERSION_GREATER" "1.10.5"

  Unknown arguments specified

@dopplershift
Copy link
Member

Looks like Unidata/netcdf-c#2015 undid the change that was merged that made my patch superfluous. Time to put it back...

Also only use cmake patch on Windows since that's the only one that
needs it.
@ocefpaf ocefpaf merged commit 5aa83d2 into conda-forge:master Aug 30, 2021
@@ -109,3 +113,4 @@ extra:
- mingwandroid
- msarahan
- xylar
- dopplershift
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I invited you to conda-forge so you would be here. My mission is complete! I will go back into the void now 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

@regro-cf-autotick-bot regro-cf-autotick-bot deleted the 4.8.1_h44ffd1 branch August 30, 2021 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants