[MacPorts] #14671: oski: new port
MacPorts
trac at macosforge.org
Sat Mar 15 03:15:51 PDT 2008
#14671: oski: new port
--------------------------------------+-------------------------------------
Reporter: ryandesign at macports.org | Owner: macports-tickets at lists.macosforge.org
Type: enhancement | Status: new
Priority: Normal | Milestone: Port Requests
Component: ports | Version: 1.6.0
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Comment (by ryandesign at macports.org):
Searching Google for this error I found
[http://macresearch.org/xcode_gfortran_plugin_update?page=1 a page] with a
suggestion to replace "program foo" with "subroutine foo" in the Fortran
program, and then write a small C program which calls this Fortran
subroutine:
{{{
int main (int argc, const char * argv[]) {
foo_();
return 0;
}
}}}
But to try this, I would need to know what the name of the main Fortran
program is. I don't even know where the Fortran code is for this program.
I'm not a Fortran programmer so I don't even know what to look for.
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14671#comment:1>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list