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

netcdf 4.9.3 #207100

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

netcdf 4.9.3 #207100

wants to merge 14 commits into from

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Known Issues

Parallel operation using mpich 4.2.0 (the default on Ubuntu 24.04) results in 'unexpected results' when running nc_test4/run_par_test.sh. This can be fixed by removing mpich and associated libraries and development packages and installing mpich 4.2.2 by hand, or by using openmpi provided via apt.

Release Notes

  • Extend the netcdf API to support programmatic changes to the plugin search path. See Github #3034 for more information.

What's Changed

New Contributors

Full Changelog: Unidata/netcdf-c@v4.9.2...tmp-tag

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Feb 10, 2025
@Homebrew Homebrew deleted a comment from github-actions bot Feb 10, 2025
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request autobump labels Feb 10, 2025
@botantony
Copy link
Contributor

libnetcdf.a builds in build_static directory:

lib.install "build_static/libnetcdf.a"

@botantony
Copy link
Contributor

a lot of linkage errors

@SMillerDev SMillerDev added the revision bumps needed Reverse dependencies need to have their revision incremented in the same PR label Feb 10, 2025
@SMillerDev
Copy link
Member

brew linkage --cached --test --strict netcdf failed on macOS Sequoia (15) on Apple Silicon!

libaec

@ZhongRuoyu ZhongRuoyu added CI-no-fail-fast-deps Continue dependent tests despite failing GitHub Actions matrix tests. long dependent tests Set a long timeout for dependent testing labels Feb 10, 2025
@github-actions github-actions bot added the long build Set a long timeout for formula testing label Feb 10, 2025
@cho-m cho-m added the build failure CI fails while building the software label Feb 12, 2025
@cho-m
Copy link
Member

cho-m commented Feb 12, 2025

VTK build error:

  /tmp/vtk-20250210-52898-hnxkkp/VTK-9.4.1/ThirdParty/exodusII/vtkexodusII/src/ex_put_prop.c:246:54: error: use of undeclared identifier '_FillValue'
      if ((status = nc_put_att_longlong(exoid, propid, _FillValue, int_type, 1, vals)) != NC_NOERR) {
                                                       ^
  1 error generated.

Probably due to Unidata/netcdf-c@c26f7ea.

Error is in bundled ExodusII so VTK may need to get newer version for sandialabs/seacas@03b97fe

@cho-m cho-m added upstream issue An upstream issue report is needed and removed revision bumps needed Reverse dependencies need to have their revision incremented in the same PR labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump automerge-skip `brew pr-automerge` will skip this pull request build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast-deps Continue dependent tests despite failing GitHub Actions matrix tests. long build Set a long timeout for formula testing long dependent tests Set a long timeout for dependent testing upstream issue An upstream issue report is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants