Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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/

...

  1. Download and install Macports from http://www.macports.org/ .
  2. Sync your local software tree with the master repository using this command:

    Code Block
    sudo port -v selfupdate


  3. 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.

...