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
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
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