-
Notifications
You must be signed in to change notification settings - Fork 171
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
Remove packages orphaned by FairMQ change #4870
Conversation
Just a headsup to avoid double efforts: I will make a PR within the next days with a more general cleanup of the |
Hi @dennisklein, great, thanks! If you're already changing the FairMQ recipe, perhaps you'll also find https://github.com/TimoWilken/alidistlint useful -- we're in the process of introducing this as a code checker for alidist recipes. It finds common issues in shell scripts and alidist recipe metadata. |
@TimoWilken @ktf Maybe a quick style question: We have lots of CMake configure options of this form |
@dennisklein, I'm not sure that "our" CMake actually uses the |
Maybe some more details: FairMQ's CMake uses |
Ah, fair enough! In that case, I don't mind either way. I don't know of an ALICE policy on this, I don't think it's come up before... |
6f1cb76
to
f4e0c29
Compare
Rebased and removed cleanups obsoleted by #4882. Now, this PR just removes the unused asio, asiofi and ofi recipes. |
This removes asiofi, asio and ofi since they were only used by FairMQ prior to #4869.
This PR also cleans up some leftovers from #4869, including one now-unused variable. @ktf, There was a comment in the FairMQ recipe warning not to disable the
-DBUILD_EXAMPLES
, but since you changed that, can the comment go too?In addition, port the change to FairMQ from #4860 to batch the O2 rebuild with the one from this PR and/or #4869.