This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |