-
Notifications
You must be signed in to change notification settings - Fork 21
Build with llnl_units 0.12.3 and cmake4 #3680
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
Conversation
| tools.replace_in_file( | ||
| "units/units/r20_conv.cpp", | ||
| "namespace units {", | ||
| "namespace UNITS_NAMESPACE {" | ||
| ) | ||
| tools.replace_in_file( | ||
| "units/units/r20_conv.cpp", | ||
| "} // namespace units", | ||
| "} // namespace UNITS_NAMESPACE" | ||
| ) |
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.
This needs to go upstream.
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.
We can remove this patch, once we get llnl/units#377 resolved.
This reverts commit 6ee8dd0.
|
This should fix our nightly release. To test it out I also built all the wheels and conda packages https://github.com/scipp/scipp/actions/runs/14217952366. |
| - cmake=4.0.0 | ||
| - conan=1.66.0 |
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.
sync with wheel building.
| gtest/1.11.0 | ||
| LLNL-Units/0.9.1 | ||
| pybind11/2.13.5 | ||
| gtest/1.15.0 |
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.
gtest/1.15.2 isn't on conan (unlike conda), so using gtest/1.15.0 while building wheels.
No description provided.