Skip to content

Instantly share code, notes, and snippets.

View decuser's full-sized avatar

Will Senn decuser

View GitHub Profile
@sonesuke
sonesuke / f2c_install.sh
Created October 9, 2017 00:34
install f2c on OSX
#http://qiita.com/yukiB/items/5ac2e9ccbfa5634d405c
setenv INSTALL /usr/local
curl "http://netlib.sandia.gov/cgi-bin/netlib/netlibfiles.tar?filename=netlib/f2c" -o "f2c.tar"
tar -xvf f2c.tar
gunzip -rf f2c/*
cd f2c
mkdir libf2c
mv libf2c.zip libf2c
cd libf2c