I am trying to install convex optimization package OBOE: https://projects.coin-or.org/OBOE/wiki/MacosxOboe
I followed its instruction, but I run into errors in this step:
fink install g77
I think fink is properly install because:
fink install atlas
is run successfully;
while
fink install g77
tells me:
Information about 10346 packages read in 1 seconds.
Failed: no package found for specification 'g77'!
does someone know what happened? Thank you