-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
ifcopenshell build is broken #312380
Comments
(note: I've already made some progress, so I'm opening a draft MR right away) |
To give a bit of context, I need ifc support in freecad and that needs ifcopenshell. I see that ifcopenshell is more or less considered as a python package (the derivation is wrapped in a But first, I need to fix the build. I've made progress, adding some missing deps:
I might have a problem with the linker needing -libstdc++ flag, but I see this error only when the number of jobs is > 1. I'll see this later. The error I'm currently facing with
At the end, what is the best practice considering build options? Should I create Thanks! |
For reference: IfcOpenShell/IfcOpenShell#1759 (it's not the only issue about this hdf5 problem, just the one I found most relevant apart from the one above). |
Describe the bug
The build of ifcopenshell is broken, see https://hydra.nixos.org/job/nixpkgs/trunk/ifcopenshell.aarch64-linux
Steps To Reproduce
Steps to reproduce the behavior:
fails.
The current error (but I have already fixed this one):
Expected behavior
The build is downloaded from cache.nixos.org OR it compiles successfully
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
@fehnomenal
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: