Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (b16d5f3bb2fe1479b3ddd726904b214bc481c031)
  • Date: Sat, 5 May 2007 11:05:36 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (b16d5f3bb2fe1479b3ddd726904b214bc481c031), Jaka Kranjc, 05/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page