Re: Platform specific flags and universal variants

2009-02-23 Thread Adam Mercer
On Mon, Feb 23, 2009 at 19:33, Ryan Schmidt wrote: > You could do (untested): > > > platform i386 { >if {![variant_isset universal]} { >configure.args-append --enable-sse2 >} > } > > platform powerpc { >if {![variant_isset universal]} { >con

Re: Platform specific flags and universal variants

2009-02-23 Thread Ryan Schmidt
On Feb 23, 2009, at 18:58, Adam Mercer wrote: I recently modified the fftw-3 and fftw-3-single ports to use the muniversal PortGroup, which greatly simplfies building a universal port but am running into a annoying issue. FFTW needs to be compiled so that it runs as fast as possible, I therefore

Platform specific flags and universal variants

2009-02-23 Thread Adam Mercer
Hi I recently modified the fftw-3 and fftw-3-single ports to use the muniversal PortGroup, which greatly simplfies building a universal port but am running into a annoying issue. FFTW needs to be compiled so that it runs as fast as possible, I therefore need to pass specific options to configure d