Skip to content

Instantly share code, notes, and snippets.

@jtilly
Created December 22, 2015 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtilly/564cbcd4f0aa53eaf0fe to your computer and use it in GitHub Desktop.
Save jtilly/564cbcd4f0aa53eaf0fe to your computer and use it in GitHub Desktop.
Install gfortran on Mac OS X for RcppArmadillo
#!/bin/bash
curl -O http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2
sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment