-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
openexr: Switch to cmake-based build #86241
Conversation
Can |
I haven't tried it or looked into it, but I would assume so |
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.
Nice! Works on my machine, also.
I pushed the ilmbase move to cmake into here as well :-) |
@GrahamcOfBorg build ilmbase |
This needs to target staging because of the rebuilds. |
@worldofpeace changed the base |
f0ff111
to
c5be4bc
Compare
It appears that the autotools based build isn't supported on Darwin. Just use the stdenv-builtin cmake build everywhere, as it works just fine and is simpler.
c5be4bc
to
f509255
Compare
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.
Waiting for eval
It appears that the autotools based build isn't supported on Darwin.
This is an attempt to just use the stdenv-builtin cmake build
everywhere.
Motivation for this change
Fixes #86134 - openexr breaks on darwin due to unsupported autotools based build
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)cc @flokli @eraserhd