darshan-hpc / darshan

Darshan I/O characterization tool
Other
56 stars 27 forks source link

CI: runtime job failure #950

Closed tylerjereddy closed 1 year ago

tylerjereddy commented 1 year ago

This is showing up in unrelated PRs lately from two summer students, for example here: https://github.com/darshan-hpc/darshan/actions/runs/5624859270/job/15307599528?pr=949

Looks like an h5py source build issue with Cythonization, and since Cython 3.0 was recently released (and it was a huge change), I bet we could just pin it in this line: https://github.com/darshan-hpc/darshan/blob/main/.github/workflows/runtime_ci.yml#L29

@yariseidenbenz or @Yanlilyu -- do you want to take a stab at fixing up that CI issue? If not, I'll try to open a PR with that patch tomorrow. I think the syntax would just be cython<3.0 for now.