-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrade nixpkgs to 23.11 #180
Comments
Now that 24.05 is out, has this problem gone away ? |
I don't remember all the details about the 23.11 failure, but in 24.05 the problem is that Two tests fail, both due to the change in Geant4 version:
Both were easily corrected. |
That's because Geant4 used to think that water is solid at STP. This seems to have been fixed now. |
Yes, exactly. |
This is blocked by meson not being able to find Geant4 after upgrading to 23.11. We haven't managed to get any insight into why this might be happening.
As a temporary hack, we tried using Geant4 from 23.05 and everything else from 23.11. As a knock-on effect this also forces us to use Qt from 23.05 and then things appear to work, but there are a few glitches, such as
which may or may not be a consequences of mixing nixpkgs versions.
So we are sticking to 23.05 on
master
, for now. Eventually we'll have to upgrade. The python polars package is an example of something that we really want to take from 23.11 rather than 23.05.The text was updated successfully, but these errors were encountered: