[slepc] 05/30: fix build on some arches

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 10 19:29:56 UTC 2015


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

dparsons pushed a commit to branch debian
in repository slepc.

commit e7299386db174968a6fd8b37a04fe686e3503bb8
Author: prudhomm <prudhomm at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Sun May 30 06:38:38 2010 +0000

    fix build on some arches
---
 debian/changelog             |  8 ++++++++
 debian/patches/petsc31.patch | 22 ++++++++++++----------
 2 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5ac3ce..91973a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+slepc (3.0.0-p7.dfsg-7) unstable; urgency=low
+
+  [Christophe Prud'homme]  
+  * Attempt to fix build on some arches: don't let petsc try to rebuild
+    the shared libs
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 30 May 2010 08:35:01 +0200
+
 slepc (3.0.0-p7.dfsg-6) unstable; urgency=low
 
   [Christophe Prud'homme]
diff --git a/debian/patches/petsc31.patch b/debian/patches/petsc31.patch
index 50bed1d..3e55a27 100644
--- a/debian/patches/petsc31.patch
+++ b/debian/patches/petsc31.patch
@@ -1,8 +1,8 @@
 Index: slepc-3.0.0-p7.dfsg/config/makefile
 ===================================================================
---- slepc-3.0.0-p7.dfsg.orig/config/makefile	2010-05-28 13:43:03.000000000 +0200
-+++ slepc-3.0.0-p7.dfsg/config/makefile	2010-05-28 13:43:56.000000000 +0200
-@@ -19,7 +19,8 @@
+--- slepc-3.0.0-p7.dfsg.orig/config/makefile	2009-10-30 18:42:17.000000000 +0100
++++ slepc-3.0.0-p7.dfsg/config/makefile	2010-05-30 08:33:18.000000000 +0200
+@@ -19,8 +19,9 @@
  #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  #
  
@@ -10,12 +10,14 @@ Index: slepc-3.0.0-p7.dfsg/config/makefile
 +include ${PETSC_DIR}/conf/variables
 +include ${PETSC_DIR}/conf/rules
  
- checklink: checklink.o chkopts
+-checklink: checklink.o chkopts
++checklink: checklink.o 
  	${CLINKER} -o checklink checklink.o ${TESTFLAGS} ${PETSC_KSP_LIB}
+ 	@${RM} -f checklink checklink.o
 Index: slepc-3.0.0-p7.dfsg/src/eps/interface/monitor.c
 ===================================================================
---- slepc-3.0.0-p7.dfsg.orig/src/eps/interface/monitor.c	2010-05-28 13:43:03.000000000 +0200
-+++ slepc-3.0.0-p7.dfsg/src/eps/interface/monitor.c	2010-05-28 13:43:56.000000000 +0200
+--- slepc-3.0.0-p7.dfsg.orig/src/eps/interface/monitor.c	2009-10-30 18:42:17.000000000 +0100
++++ slepc-3.0.0-p7.dfsg/src/eps/interface/monitor.c	2010-05-30 08:33:00.000000000 +0200
 @@ -201,7 +201,7 @@
    PetscInt       i;
    int            n = eps->nev;
@@ -27,8 +29,8 @@ Index: slepc-3.0.0-p7.dfsg/src/eps/interface/monitor.c
  #endif
 Index: slepc-3.0.0-p7.dfsg/src/svd/interface/svdmon.c
 ===================================================================
---- slepc-3.0.0-p7.dfsg.orig/src/svd/interface/svdmon.c	2010-05-28 13:43:03.000000000 +0200
-+++ slepc-3.0.0-p7.dfsg/src/svd/interface/svdmon.c	2010-05-28 13:43:56.000000000 +0200
+--- slepc-3.0.0-p7.dfsg.orig/src/svd/interface/svdmon.c	2009-10-30 18:42:17.000000000 +0100
++++ slepc-3.0.0-p7.dfsg/src/svd/interface/svdmon.c	2010-05-30 08:33:00.000000000 +0200
 @@ -188,7 +188,8 @@
    PetscDrawLG    lg;
    PetscErrorCode ierr;
@@ -41,8 +43,8 @@ Index: slepc-3.0.0-p7.dfsg/src/svd/interface/svdmon.c
    PetscDrawLG    lg1;
 Index: slepc-3.0.0-p7.dfsg/src/sys/f90-mod/slepcmod.F
 ===================================================================
---- slepc-3.0.0-p7.dfsg.orig/src/sys/f90-mod/slepcmod.F	2010-05-28 13:43:03.000000000 +0200
-+++ slepc-3.0.0-p7.dfsg/src/sys/f90-mod/slepcmod.F	2010-05-28 13:43:56.000000000 +0200
+--- slepc-3.0.0-p7.dfsg.orig/src/sys/f90-mod/slepcmod.F	2009-10-30 18:42:17.000000000 +0100
++++ slepc-3.0.0-p7.dfsg/src/sys/f90-mod/slepcmod.F	2010-05-30 08:33:00.000000000 +0200
 @@ -19,7 +19,7 @@
  
  #define PETSC_USE_FORTRAN_MODULES

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



More information about the debian-science-commits mailing list