[feel++] 102/122: remove trilinos support

Mattia Rizzolo mattia at debian.org
Sun Feb 14 15:29:26 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 060e3c930d49012d94c4e2e66f708669f6a64e34
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Fri May 18 20:09:36 2012 +0000

    remove trilinos support
---
 debian/changelog | 6 ++++++
 debian/control   | 3 +--
 debian/rules     | 1 +
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b8f5be..95e31f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+feel++ (0.91.3-5) unstable; urgency=low
+
+  * debian/{control,rules}: remove trilinos deps and support
+
+ -- Christophe Prudhomme <prudhomm at debian.org>  Fri, 18 May 2012 22:04:26 +0200
+
 feel++ (0.91.3-4) unstable; urgency=low
 
   * debian/control: depend only on slepc which depend on petsc and depend
diff --git a/debian/control b/debian/control
index 4688ecc..c61f778 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Christophe Prud'homme <prudhomm at debian.org>
 Build-Depends: cdbs, quilt, debhelper (>= 7), cmake (>=2.6), g++ (>=4.5), gfortran (>=4.5),
 	       libboost-all-dev, libboost-mpi-dev,
 	       mpi-default-dev[!hurd-i386], mpi-default-bin[!hurd-i386],
-	       libtrilinos-dev[!armel !mips !mipsel !s390 !hppa !hurd-i386 !sparc],
 	       libslepc3.2-dev|libslepc3.1-dev,
 	       libhdf5-mpi-dev (>= 1.8.8),
 	       libxml2-dev,
@@ -65,7 +64,7 @@ Architecture: amd64 i386 ia64 powerpc sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-dev, libfeel++1 (= ${binary:Version}), libvtk5-dev, 
 	 libboost1.46-all-dev|libboost-all-dev, libboost-mpi1.46-dev |libboost-mpi-dev,
 	 mpi-default-dev, mpi-default-bin,
-         libtrilinos-dev, libslepc3.2-dev|libslepc3.1-dev, 
+	 libslepc3.2-dev|libslepc3.1-dev, 
 	 libeigen2-dev, libvtk5-dev, libxml2-dev, libtbb-dev [amd64 i386],
          libopenturns-dev, openturns-wrapper, libann-dev, libglpk-dev
 Suggests: feel++-doc, libfeel++-dbg, doxygen, cmake, cmake-curses-gui
diff --git a/debian/rules b/debian/rules
index dde1769..50d98e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,7 @@ DEB_CMAKE_EXTRA_FLAGS=                      \
 	-DPETSC_ARCH=$(PETSC_ARCH)-c-opt        \
 	-DPETSC_DIR=/usr/lib/petscdir/3.2 \
 	-DPETSC_EXECUTABLE_RUNS=ON          \
+	-DFEELPP_ENABLE_TRILINOS=OFF      \
 	-DFEELPP_ENABLE_APPLICATIONS=OFF      \
 	-DFEELPP_ENABLE_APPLICATIONS_CRB=ON      \
 	-DFEELPP_ENABLE_BENCHMARKS=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