[dune-istl] 01/04: Switch to CMake.
Ansgar Burchardt
ansgar at moszumanska.debian.org
Mon Nov 21 20:03:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
ansgar pushed a commit to branch master
in repository dune-istl.
commit e62d905f69c01624537909c1d35d72e8ec43ee84
Author: Ansgar Burchardt <Ansgar.Burchardt at tu-dresden.de>
Date: Mon Nov 21 20:42:22 2016 +0100
Switch to CMake.
---
debian/clean | 8 --------
debian/control | 4 ++--
debian/rules | 3 +--
3 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 9423fe6..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,8 +0,0 @@
-am
-doc/comm/communication.pdf
-doc/istl.pdf
-dune/istl/test/testmat
-dune/istl/test/testmat_0.idx
-dune/istl/test/testmat_0.mm
-dune/istl/test/testvec
-dune/istl/test/testvec_0.mm
diff --git a/debian/control b/debian/control
index 742867f..b8a4e74 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/dune-istl.g
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/dune-istl.git
Homepage: http://www.dune-project.org/
Build-Depends: debhelper (>= 9),
- automake, autoconf, gfortran, libtool, mpi-default-bin, mpi-default-dev, pkg-config,
libdune-common-dev (>= 2.4.1),
+ cmake, gfortran, mpi-default-bin, mpi-default-dev, pkg-config, python3,
libsuitesparse-dev
-Build-Depends-Indep: doxygen, ghostscript, graphviz, texlive-latex-extra, texlive-latex-recommended, pgf
+Build-Depends-Indep: doxygen, ghostscript, graphviz, imagemagick, texlive-latex-extra, texlive-latex-recommended, pgf
Package: libdune-istl-dev
Section: libdevel
diff --git a/debian/rules b/debian/rules
index 1b61248..2f95a4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
#! /usr/bin/make -f
include /usr/share/dune/dune-debian.mk
-DUNE_DEBIAN_CONFIGURE_FLAGS += --libdir='$${prefix}/lib'
%:
- dh $@ --parallel
+ dh $@ --parallel --builddirectory=build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-istl.git
More information about the debian-science-commits
mailing list