#24923: RFE: Allow atlas to build universal -----------------------------------+---------------------------------------- Reporter: mcalhoun@… | Owner: jameskyle@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: atlas universal | Port: atlas -----------------------------------+---------------------------------------- Comment(by mcalhoun@…): Replying to [comment:5 vince@…]:
But how do you get Fortran sources compiled with gcc44 ? If no variants are selected, then gccversion is set to 4.4.
The code {{{ configure.compiler macports-gcc-${gccversion} }}} sets configure.f77 to ${prefix}/bin/gfortran-mp-4.4 Then the code {{{ configure.args -C xc ${configure.cc} \ -C gc ${configure.cc} \ -C if ${configure.f77} \ -C ic ${configure.cc} \ -C dm ${configure.cc} \ -C sm ${configure.cc} \ -C dk ${configure.cc} \ -C sk ${configure.cc} \ --cc=${configure.cc} \ -b ${my_arch} \ -Fa alg -fPIC }}} tells the configure script which Fortran compiler to use. -- Ticket URL: <http://trac.macports.org/ticket/24923#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS