Not much of an actual blog post as much as a reminder list for myself when it comes to setting up a new mac for developing code for science. A while back I posted an entry about selecting between MacPorts and Fink (
link) so I won't discuss that here... bottom line is that they are both great and both work, it mostly depends on which you are more comfortable with and secondly specific individual ports that are not in both, but the number is few.
Anyways so here is my list that I install (and in order of how I installed them the last time):
- gcc (latest version available unless otherwise needed, at the time of writing this, gcc45 is the latest and includes gfortran)
- gcc_select (with mac ports, I don't think it is available on fink, but there is probably a similar package)
- gnuplot
- python (latest 2.x and 3.x versions)
- python_select
- netcdf, netcdf-bin
- hdf5
- grads
- vis5d
- gdal
- grass
- gmt
- gnupg
- wget
- py26-setuptools (or latest/equivalent to the version of python installed)
- py26-numpy
- py26-scipy
- py26-matplotlib
Now this is the list I've installed specifically, I won't even begin to list the number of packages that are prerequisites for packages that are installed as well.
No comments:
Post a Comment