#41193: Atlas could not detect any fortran compiler -----------------------------+--------------------- Reporter: gorkemozkaya@… | Owner: vince@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: invalid | Keywords: Port: atlas | -----------------------------+--------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => invalid Comment: Replying to [ticket:41193 gorkemozkaya@…]:
I am trying to install octave, but it gets stuck at installing atlas, complaining about the missing fortran compiler.
{{{ ---> Configuring atlas Selected C compiler: /opt/local/bin/clang-mp-3.3 Error: org.macports.configure for port atlas returned: Atlas could not detect any fortran compiler. If you really don’t need the fortran interface to be built, please use the +nofortran option, else install a fortran compiler (e.g. gcc4X) before building Atlas. }}}
I made sure that gfortran is installed on my system:
{{{ $ which gfortran /usr/local/bin/gfortran }}}
MacPorts will not use anything you have installed in /usr/local. In fact, installing things in /usr/local is unsupported and can cause problems with MacPorts, so please uninstall anything you have there. As the error message said, either install a gcc4x port, or use the +nofortran variant. -- Ticket URL: <https://trac.macports.org/ticket/41193#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X