-
Notifications
You must be signed in to change notification settings - Fork 581
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
[Reactant] Cleanup the recipe #10345
[Reactant] Cleanup the recipe #10345
Conversation
When compiling for aarch64-darwin I'm getting this interesting error:
Somehow this file, and apparently only this file at least until this point, is configured to target x86_64-linux instead of aarch64-darwin. By adding BAZEL_BUILD_FLAGS+=(--action_env=SUPER_VERBOSE=1) to the list of Bazel options you can see all other files are compiled targeting the right platform:
I'm extremely puzzled by this. Edit: running bazel with |
011f3a9
to
7650c35
Compare
Alright, for the time being I'm giving up on coupling this with EnzymeAD/Reactant.jl#616, but somehow the changes here fix the error reported at #10330 (comment) so we can upgrade BBB and restore #10332, which had been reverted by #10334. I have honestly zero clue of how the changes in this PR (which should be mostly cosmetic) can possibly affect in any way the issue in #10330 (comment) (which still remains a mystery to me), but I take this as a victory and move on for now. |
153f4a6
to
d62153a
Compare
This goes together with EnzymeAD/Reactant.jl#616, but not quite ready yet because a bunch of things are failing still.