-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
boost: drop single threaded variant #182995
Conversation
Some dependents are probably linked to |
Fedora dropped single-threaded due to no physical difference[^1]. Arch Linux[^2] and Debian[^3] dropped it even longer ago. [^1]: https://src.fedoraproject.org/rpms/boost/blob/rawhide/f/boost.spec#_2092 [^2]: https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/51d8bb08349d37309a9073bdf034516248012233 [^3]: https://salsa.debian.org/debian/boost/-/commit/226b0ced201790ec322b3109af1e1a3fa75917f3
Will defer to 1.87.0 since this requires rebuilding most linked dependents |
If you want to do this without rebuilding all the dependents, we can maybe add symlinks that from the libraries that are installed to the names that dependents want to find them at (e.g. We can then drop the symlinks in Boost 1.87. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Fedora dropped single-threaded due to no physical difference1.
Arch Linux2 and Debian3 dropped it even longer ago.
Footnotes
https://src.fedoraproject.org/rpms/boost/blob/rawhide/f/boost.spec#_2092 ↩
https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/51d8bb08349d37309a9073bdf034516248012233 ↩
https://salsa.debian.org/debian/boost/-/commit/226b0ced201790ec322b3109af1e1a3fa75917f3 ↩