[MacPorts] #51953: fftw-3: update to 3.3.5

MacPorts noreply at macports.org
Tue Aug 16 11:22:44 PDT 2016


#51953: fftw-3: update to 3.3.5
---------------------+--------------------
  Reporter:  sean@…  |      Owner:  sean@…
      Type:  update  |     Status:  new
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:
      Port:  fftw-3  |
---------------------+--------------------

Comment (by eborisch@…):

 If you want to "fix it while you're in there," the current Portfile
 doesn't pass the --enable-(sse|avx|avx2) (3.3.5 adds avx2) flags to
 fftw3's x86 configure.args when not +universal; it appears to be handled
 correctly in the fftw3-single sub-port.

 I was thinking something like this:
 {{{
 if {${name} == ${subport}} {
     platform i386 {
         if {![variant_isset universal]} {
             configure.args-append       --enable-sse2
             if { [avx_compiler_isset] == 1 } {
                 configure.args-append   --enable-avx --enable-avx2
             }
         }
     }
 }
 }}}

 Or I can open a separate ticket.

-- 
Ticket URL: <https://trac.macports.org/ticket/51953#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list