[MacPorts] #18550: fftw-3[-single] 3.2.1 : should not have --enable-fma for Intel builds

MacPorts noreply at macports.org
Mon Feb 23 14:22:23 PST 2009


#18550: fftw-3[-single] 3.2.1 : should not have --enable-fma for Intel builds
-------------------------------+--------------------------------------------
 Reporter:  eborisch@…         |       Owner:  ram@…                
     Type:  defect             |      Status:  assigned             
 Priority:  Normal             |   Milestone:  Port Bugs            
Component:  ports              |     Version:  1.7.0                
 Keywords:                     |        Port:  fftw-3, fftw-3-single
-------------------------------+--------------------------------------------

Comment(by eborisch@…):

 How about this for fftw-3:

 {{{
 array set merger_configure_args {
         ppc    "--enable-fma --enable-altivec"
         ppc64  "--enable-fma --enable-altivec"
         i386    --enable-sse2
         x86_64  --enable-sse2
 }
 }}}

 and this for fftw-3-single:

 {{{
 array set merger_configure_args {
         ppc    "--enable-fma --enable-altivec"
         ppc64  "--enable-fma --enable-altivec"
         i386    --enable-sse
         x86_64  --enable-sse
 }
 }}}

 (Keeping your other changes to configure.args and configure.cflags-append)

-- 
Ticket URL: <http://trac.macports.org/ticket/18550#comment:9>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list