Re: [ptxdist] Compiling libfftw for single and double precision

2009-09-28 Thread Michael Olbrich
On Mon, Sep 28, 2009 at 12:34:49AM -0400, Jon Smirl wrote: > I made two different makefiles with the two flags... > ptxdist appears to be preventing me form compiling the same source > file from two different makefiles: You don't need the get stage but a special extract stage that extracts the s

[ptxdist] Compiling libfftw for single and double precision

2009-09-27 Thread Jon Smirl
How do I compile libfftw for both single and double precision versions? I need to compile it twice, FTWF_AUTOCONF := \ $(CROSS_AUTOCONF_USR) \ --enable-shared --enable-fma --enable-single and FFTW_AUTOCONF := \ $(CROSS_AUTOCONF_USR) \ --enable-shared This will g