[petsc] 01/01: remove some superfluous configure options

Nico Schlömer nschloe-guest at moszumanska.debian.org
Sun May 29 16:58:56 UTC 2016


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

nschloe-guest pushed a commit to branch master
in repository petsc.

commit 31198384a9b15d53c7102e5a3a9683fce8e0098d
Author: Nico Schlömer <nico.schloemer at gmail.com>
Date:   Sun May 29 18:58:16 2016 +0200

    remove some superfluous configure options
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c3b1efe..e1d412a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -130,7 +130,7 @@ override_dh_auto_configure:
 	if dh_auto_configure -p$(PETSC_DEBUG_PACKAGE) -p$(PETSC_DOC_PACKAGE) --  \
           --with-debugging=1  \
           --shared-library-extension=_real \
-          --with-hypre=1 --with-hypre-dir=/usr --with-clanguage=C++ --with-c-support \
+          --with-hypre=1 --with-hypre-dir=/usr \
           $(CONFIGURATION_OPTIONS)  \
           --prefix=$(PETSC_DIR_DEBUG_PREFIX)  \
           PETSC_DIR=$(CURDIR) --PETSC_ARCH=$(PETSC_DEBUG_BUILD_DIR) \
@@ -146,7 +146,7 @@ override_dh_auto_configure:
 	if dh_auto_configure -p$(PETSC_VERSIONED_DEV_PACKAGE) --  \
           --with-debugging=0  \
           --shared-library-extension=_real \
-          --with-hypre=1 --with-hypre-dir=/usr --with-clanguage=C++ --with-c-support \
+          --with-hypre=1 --with-hypre-dir=/usr \
           $(CONFIGURATION_OPTIONS)  \
           --prefix=$(PETSC_DIR_PREFIX)  \
           PETSC_DIR=$(CURDIR) --PETSC_ARCH=$(PETSC_BUILD_DIR) \

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



More information about the debian-science-commits mailing list