[feel++] 68/122: fix depends

Mattia Rizzolo mattia at debian.org
Sun Feb 14 15:29:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository feel++.

commit 19c35e31fed6d67c6d87c0347ed7f6c01d1818e7
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Sat Apr 9 07:33:10 2011 +0000

    fix depends
---
 debian/control | 4 ++--
 debian/rules   | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f1b1f17..803ef72 100644
--- a/debian/control
+++ b/debian/control
@@ -67,7 +67,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libfeel++1 (= ${binary:Version}), libvtk5-dev, libeigen2-dev, mpi-default-dev,
          libtrilinos-dev, libpetsc3.1-dev (>= 3.1.dfsg-3), libslepc3.1-dev (>= 3.1) | libslepc3.0.0-dev (>= 3.0), libgmm++-dev,
          libsuperlu3-dev, libsuitesparse-dev, libscotchmetis-dev,
-	 libeigen2-dev, libvtk5-dev, libxml2-dev, libtbb-dev
+	 libeigen2-dev, libvtk5-dev, libxml2-dev, libtbb-dev [amd64 i386]
 Suggests: feel++-doc, libfeel++-dbg, doxygen
 Replaces: liblife-dev
 Description: A library for the finite element method
@@ -105,7 +105,7 @@ Description: A library for the finite element method
 Package: libfeel++-dbg
 Section: debug
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libfeel++-dev, libtbb2-dbg
+Depends: ${shlibs:Depends}, ${misc:Depends}, libfeel++-dev, libtbb2-dbg [amd64 i386]
 Replaces: liblife-dbg
 Description: A library for the finite element method
  Feel++ is a versatile finite element library to solve partial
diff --git a/debian/rules b/debian/rules
index 8df22da..5a7ebd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,11 @@ FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_ALL=OFF                \
                       -DBUILD_TESTING=OFF                  \
                       -DFEEL_MINIMAL_CONFIGURATION=ON
 endif
+ifeq "$(DEB_BUILD_ARCH)" "alpha"
+FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_ALL=OFF                \
+                      -DBUILD_TESTING=OFF                  \
+                      -DFEEL_MINIMAL_CONFIGURATION=ON
+endif
 ifeq "$(DEB_BUILD_ARCH)" "s390"
 FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_ALL=OFF                \
                       -DBUILD_TESTING=OFF                  \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git



More information about the debian-science-commits mailing list