[csw-devel] SF.net SVN: gar:[9206] csw/mgar/pkg/fftw/trunk/Makefile

hson at users.sourceforge.net hson at users.sourceforge.net
Tue Mar 16 15:45:20 CET 2010


Revision: 9206
          http://gar.svn.sourceforge.net/gar/?rev=9206&view=rev
Author:   hson
Date:     2010-03-16 14:45:14 +0000 (Tue, 16 Mar 2010)

Log Message:
-----------
fftw: Add configure options for enabling shared lib etc.

Modified Paths:
--------------
    csw/mgar/pkg/fftw/trunk/Makefile

Modified: csw/mgar/pkg/fftw/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fftw/trunk/Makefile	2010-03-16 14:41:58 UTC (rev 9205)
+++ csw/mgar/pkg/fftw/trunk/Makefile	2010-03-16 14:45:14 UTC (rev 9206)
@@ -21,7 +21,16 @@
 
 BUILD64 = 1
 NOISAEXEC = 1
+
 CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-shared=yes
+CONFIGURE_ARGS += --enable-alloca
+CONFIGURE_ARGS += --enable-static=no
+#CONFIGURE_ARGS += --enable-mpi
+CONFIGURE_ARGS += --enable-portable-binary
+CONFIGURE_ARGS += --disable-fortran
+#CONFIGURE_ARGS += --enable-openmp
+CONFIGURE_ARGS += --enable-threads
 
 TEST_TARGET = check
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list