[SCM] Library for computing Fast Fourier Transforms branch, master, updated. debian/3.3.3-4-1-gce9db65

Julian Taylor jtaylor.debian at googlemail.com
Wed May 22 17:55:10 UTC 2013


The following commit has been merged in the master branch:
commit ce9db65c2b92762ad0111b656c90e1cdbfb05ca1
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Wed May 22 19:05:22 2013 +0200

    revert b62887303f and stop building quad on ia64

diff --git a/debian/changelog b/debian/changelog
index 4a60a1c..4dcd389 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fftw3 (3.3.3-5) unstable; urgency=low
+
+  * stop building quad library on ia64, really Closes: #709168
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Wed, 22 May 2013 19:04:32 +0200
+
 fftw3 (3.3.3-4) unstable; urgency=low
 
   * texinfo5-compat.patch: fix ftbfs with texinfo5
diff --git a/debian/control b/debian/control
index 16c262b..c1ea6db 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: chrpath,
                debhelper (>=7.0.0),
                dh-autoreconf,
                dpkg (>= 1.16.0),
-               gcc-4.8 [ia64],
                gfortran,
                mpi-default-dev,
                texinfo
@@ -89,7 +88,7 @@ Description: Library for computing Fast Fourier Transforms - Long precision
  libfftw3-dev. For documentation, see libfftw3-doc.
 
 Package: libfftw3-quad3
-Architecture: amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386
+Architecture: amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386
 Pre-Depends: multiarch-support
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: libfftw3-bin, libfftw3-dev
@@ -136,7 +135,7 @@ Section: libdevel
 Depends: libfftw3-bin (=${binary:Version}),
          libfftw3-double3 (=${binary:Version}),
          libfftw3-long3 (=${binary:Version}) [amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc powerpcspe s390 s390x sparc],
-         libfftw3-quad3 (=${binary:Version}) [amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386],
+         libfftw3-quad3 (=${binary:Version}) [amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386],
          libfftw3-single3 (=${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index d53335d..fb90719 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,10 +57,6 @@ ifeq ($(ARCHITECTURE), armhf)
 	archconfflags_single := --enable-neon
 endif
 endif
-ifeq ($(ARCHITECTURE), ia64)
-# gc-4.6 default but ICE's in quad library #709168
-	archconfflags := $(archconfflags) CC="gcc-4.8"
-endif
 
 ifneq (,$(findstring nog77,$(DEB_BUILD_OPTIONS)))
 	archconfflags := $(archconfflags) F77="gfortran" 

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list