r44596 - in /packages/fftw3/trunk/debian: changelog rules
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Thu Mar 22 20:49:25 UTC 2012
Author: jtaylor-guest
Date: Thu Mar 22 20:49:24 2012
New Revision: 44596
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44596
Log:
stop using removed --enable-portable-binary which is now default
Modified:
packages/fftw3/trunk/debian/changelog
packages/fftw3/trunk/debian/rules
Modified: packages/fftw3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/changelog?rev=44596&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/changelog (original)
+++ packages/fftw3/trunk/debian/changelog Thu Mar 22 20:49:24 2012
@@ -10,8 +10,9 @@
- remove unneeded quilt.make and the build-depend
* wrap-and-sort debian directory
* minor package description cleanup
-
- -- Julian Taylor <jtaylor.debian at googlemail.com> Wed, 21 Mar 2012 23:04:11 +0100
+ * stop using removed --enable-portable-binary which is now default
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Thu, 22 Mar 2012 21:46:06 +0100
fftw3 (3.3.1-3) experimental; urgency=low
Modified: packages/fftw3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/rules?rev=44596&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/rules (original)
+++ packages/fftw3/trunk/debian/rules Thu Mar 22 20:49:24 2012
@@ -58,7 +58,7 @@
SETCFLAGS := CFLAGS='$(CFLAGS)'
# common configure options
-archconfflags := $(archconfflags) --prefix=/usr --enable-shared --enable-threads --enable-portable-binary --enable-mpi --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) MPILIBS="$(shell mpicc --showme:link)"
+archconfflags := $(archconfflags) --prefix=/usr --enable-shared --enable-threads --enable-mpi --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) MPILIBS="$(shell mpicc --showme:link)"
build-arch:
# single precision
More information about the debian-science-commits
mailing list