[petsc] 08/08: drop configure patch fff42fd

Drew Parsons dparsons at moszumanska.debian.org
Sun Oct 4 09:27:16 UTC 2015


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

dparsons pushed a commit to branch master
in repository petsc.

commit 2d2d84f2177ce41bce35158a004c25ef04a34efe
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Oct 4 17:14:26 2015 +0800

    drop configure patch fff42fd
    
    PETSc 3.6.2 is already here, which contains this patch.
---
 debian/patches/configure_stdpath_upstream_fff42fd | 22 ----------------------
 debian/patches/series                             |  1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/configure_stdpath_upstream_fff42fd b/debian/patches/configure_stdpath_upstream_fff42fd
deleted file mode 100644
index 8021d9c..0000000
--- a/debian/patches/configure_stdpath_upstream_fff42fd
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: petsc/config/BuildSystem/config/package.py
-===================================================================
---- petsc.orig/config/BuildSystem/config/package.py
-+++ petsc/config/BuildSystem/config/package.py
-@@ -383,12 +383,13 @@ class Package(config.base.Configure):
-     if 'with-'+self.package+'-include' in self.argDB or 'with-'+self.package+'-lib' in self.argDB:
-       libs = self.argDB['with-'+self.package+'-lib']
-       inc  = []
-+      d  = None
-       if self.includes:
-         inc = self.argDB['with-'+self.package+'-include']
--      # hope that package root is one level above first include directory specified
--        d   = os.path.dirname(inc[0])
--      else:
--        d   = None
-+        # hope that package root is one level above first include directory specified
-+        if inc:
-+          d   = os.path.dirname(inc[0])
-+
-       if not isinstance(inc, list): inc = inc.split(' ')
-       if not isinstance(libs, list): libs = libs.split(' ')
-       inc = [os.path.abspath(i) for i in inc]
diff --git a/debian/patches/series b/debian/patches/series
index df1e0c1..3f8d4b4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,4 +11,3 @@ clean-no-double-colon.patch
 hypre.patch
 nocleanup.patch
 g++-4.8.patch
-configure_stdpath_upstream_fff42fd

-- 
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