-
Notifications
You must be signed in to change notification settings - Fork 1
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
libtiledbsoma build fails with libfmt errors when linked to libtiledb 2.27.0-rc1 #26
Comments
As of C++ 20 we can use Let's check tonight's run. |
@johnkerl Great! Thanks for the context. It's good to know that this is being actively worked on so I can expect it to be in flux.
Tonight's scheduled run will build the main branch of libtiledbsoma against the dev branch of libtiledb. I went ahead and manually triggered another build on my branch that builds the main branch of libtiledbsoma against the release binary for 2.27.0-rc1. https://github.com/TileDB-Inc/centralized-tiledb-nightlies/actions/runs/11919421932 The original build failure I described above used TileDB-SOMA commit single-cell-data/TileDB-SOMA@f5a3dbc (the one that migrated to C++20), and the latest one used single-cell-data/TileDB-SOMA@8b6ab64 (only a CI update). I should have checked this before I manually triggered the build! In summary, the build failure was with the C++20 enabled TileDB-SOMA, which in retrospect makes sense, since the error messages mention We'll see what happens tonight when it is built against dev libtiledb. |
@jdblischak https://github.com/TileDB-Inc/centralized-tiledb-nightlies/actions/runs/11919421932/job/33219106678 shows Ubuntu 22.04 which has an older compiler version. @XanthosXanthopoulos found for our tiledbsoma CI that it was easiest to move to Ubuntu 24.04 to get the minimum compiler version (GCC 13). That said, I cloned this repo & grepped for 22.04 and did not find it. But I found I've drafted PR #27. |
This morning I tested the latest libtiledb 2.27.0-rc1 release binary in the centralized nightlies pipeline
The libtiledbsoma build failed with libfmt-related errors.
cc: @johnkerl, @ihnorton
The text was updated successfully, but these errors were encountered: