13
Do you use brew pkg manager on Linux?
(lemm.ee)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
whoever says
pacman
is enough either have all the time in the Universe to configure the miniscule knobs or have never done serious development with multi-platform/compiler deployments. controlling which compilers are used for which packages inpacman
(or any other default package manager for that matter) is a headache. having multiple versions of non-conflictinggcc
,llvm
,cuda
etc is priceless and very easy with brew.elitism aside,
brew
is genuinely a good package manager when it comes to imperative ones. I still use it on my desktoparch
extensively. ofc, if you have nix, there is really no good reason for it (and I'm not even sure it's possible).PS. "but you can use docker" -- not if you want to have the same performance especially on GPUs. also have you ever tried containerizing HIP? it's a frigging nightmare.
PPS. if you disagree with the first paragraph -- please reach out or send links. i'd love to learn how to do these on finite timescales of our lifetime.