[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (b16d5f3bb2fe1479b3ddd726904b214bc481c031)

Jaka Kranjc scm at sourcemage.org
Sat May 5 12:05:36 EDT 2007


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 libs/fftw/CONFIGURE |    3 +--
 libs/fftw/HISTORY   |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b16d5f3bb2fe1479b3ddd726904b214bc481c031
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    fftw: fix #13572

diff --git a/libs/fftw/CONFIGURE b/libs/fftw/CONFIGURE
index 3fb99fc..da719c3 100755
--- a/libs/fftw/CONFIGURE
+++ b/libs/fftw/CONFIGURE
@@ -5,8 +5,7 @@ config_query_option FFTW_THREADS "Compile FFTW SMP threads library?" n \
 config_query FORTRAN "Compile in fortran bindings?" n &&
 if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]; then
   config_query_option FFTW_DOUBLEOPTS  "x86: enable SSE2 for doubles?" n --enable-sse2 --enable-sse2  &&
-  config_query_option FFTW_FLOATOPTS "x86: enable SSE for floats?" n --enable-sse --disable-sse &&
-  config_query_option FFTW_FLOATOPTS "x86: enable K7 opts (incl. 3DNow) for floats?" n --enable-k7 --disable-k7
+  config_query_option FFTW_FLOATOPTS "x86: enable SSE for floats?" n --enable-sse --disable-sse
 fi &&
 if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ppc" ]]; then
   config_query_option FFTW_FLOATOPTS "ppc: enable AltiVec for floats?" n --enable-altivec --disable-altivec
diff --git a/libs/fftw/HISTORY b/libs/fftw/HISTORY
index bed8041..5e917af 100644
--- a/libs/fftw/HISTORY
+++ b/libs/fftw/HISTORY
@@ -1,5 +1,6 @@
 2007-05-05 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* PRE_BUILD: unpack only once #13733
+	* CONFIGURE: remove the bad k7 option #13572
 
 2007-02-16 Thomas Orgis <sobukus at sourcemage.org>
 	* CONFIGURE,BUILD: turn grepping of CFLAGS into queries for



More information about the SM-Commit mailing list