r44816 - in /packages/openturns/trunk/debian: control rules

barbier-guest at users.alioth.debian.org barbier-guest at users.alioth.debian.org
Thu May 17 15:35:21 UTC 2012


Author: barbier-guest
Date: Thu May 17 15:35:21 2012
New Revision: 44816

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44816
Log:
tbb is available only on amd64, i386 and ia64

No idea why I added powerpc and ppc64 into this list.

Modified:
    packages/openturns/trunk/debian/control
    packages/openturns/trunk/debian/rules

Modified: packages/openturns/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/control?rev=44816&op=diff
==============================================================================
--- packages/openturns/trunk/debian/control (original)
+++ packages/openturns/trunk/debian/control Thu May 17 15:35:21 2012
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Denis Barbier <barbier at debian.org>
-Build-Depends: debhelper (>= 8), quilt, g++-4.6, gfortran-4.6, bison, flex, libxml2-dev, liblapack-dev, libblas-dev, libtbb-dev [i386 amd64 ia64 powerpc ppc64], r-base-core, python-dev, python-rpy2, ghostscript, graphviz, swig, cmake, bc
+Build-Depends: debhelper (>= 8), quilt, g++-4.6, gfortran-4.6, bison, flex, libxml2-dev, liblapack-dev, libblas-dev, libtbb-dev [i386 amd64 ia64], r-base-core, python-dev, python-rpy2, ghostscript, graphviz, swig, cmake, bc
 Standards-Version: 3.9.3
 Homepage: http://trac.openturns.org/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/openturns/trunk

Modified: packages/openturns/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/rules?rev=44816&op=diff
==============================================================================
--- packages/openturns/trunk/debian/rules (original)
+++ packages/openturns/trunk/debian/rules Thu May 17 15:35:21 2012
@@ -29,7 +29,7 @@
 ifeq ($(shell dpkg --print-architecture),i386)
     cflags += -fno-cse-follow-jumps
 endif
-ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 amd64 ia64 powerpc ppc64))
+ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 amd64 ia64))
     with_tbb := -DUSE_TBB:BOOL=ON
 else
     with_tbb := -DUSE_TBB:BOOL=OFF




More information about the debian-science-commits mailing list