#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:1 vince@…]:
If I understand your portfile correctly, universal conflicts with the use of any gcc-mp compilers. At the same time, how do you compile universal Fortran sources? If neither the gcc42 nor the gcc43 variant is selected, then gcc 4.4 is used.[[BR]] The relevant code is {{{ if { [variant_isset gcc42] } { set gccversion 4.2 } elseif { [variant_isset gcc43] } { set gccversion 4.3 } else { set gccversion 4.4 } }}}
-- Ticket URL: <http://trac.macports.org/ticket/24923#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS