...
Below is a list of ports that are installed on every managed IGPP computer:
- szip
- gdal
- gcc12
- gmt4
- gmt6
- gawk
- Ghostscript
- gv xorg-libXt
- nedit
- xpdf
- rsync
- sshfs
- geographiclib
- py311-pip
- py311-obspy
- py311-numpy
- py311-scipy
- py311-matplotlib
- py311-future
- netcdf
- hdf5
- openjpeg
- graphicsmagick
- ffmpeg
- ncarg
A comprehensive list of available ports can be found at http://www.macports.org/
...
- Download and install Macports from http://www.macports.org/ .
Sync your local software tree with the master repository using this command:
Code Block sudo port -v selfupdate
This installs all the ports used at IGPP:
Code Block sudo port -N install szip gdal gcc12 gmt4 gmt6 gawk ghostscript gv xorg-libXt nedit xpdf rsync sshfs geographiclib py311-pip py311-obspy py311-numpy py311-scipy py311-matplotlib py311-future netcdf hdf5 openjpeg graphicsmagick ffmpeg ncarg
Upgrading Macports
These commands would be done if you wanted to keep your installed ports updated to the latest version.
...