|
|
|
|
|
by kylewpppd
5438 days ago
|
|
I'd go for sheer package numbers, and also MacPorts traditionally has had much better support for Python packages, and the rudimentary python_select. Macports says they have 8199 packages. Brew has 1626 by my unscientific count (hint: $('table.tree-browser tr').length ). A major difference is in how packages are installed. Brew by default will use native OS X packages. Macports installs all dependencies to /opt/local. So a trivial install for Brew could lead to a long install in Macports. I've had Macports build GCC. But this new version is supposed to allow for pre-compiled binaries. So maybe a lot of that beef will disappear? |
|