[petsc] 01/02: Add Depends: libssl-dev, libgfortran-5-dev to petsc dev packages.

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 24 18:01:34 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 7d659ded5da05f0472a9dd0b3e98dc693fdd687d
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Oct 25 00:15:11 2015 +0800

    Add Depends: libssl-dev, libgfortran-5-dev to petsc dev packages.
    
    Needed since petsc invokes external libraries -lssl -lcrypto -gfortran
    in <petsc>/lib/pkgconfig/PETSc.pc and <petsc>/lib/petsc/conf/petscvariables
    cf. bug #802706
---
 debian/changelog |  9 +++++++++
 debian/control   | 14 ++++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b5258a..3147f01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+petsc (3.6.2.dfsg1-3) UNRELEASED; urgency=medium
+
+  * Add Depends: libssl-dev, libgfortran-5-dev to petsc dev packages.
+    Needed since petsc invokes external libraries -lssl -lcrypto -gfortran 
+    in <petsc>/lib/pkgconfig/PETSc.pc and <petsc>/lib/petsc/conf/petscvariables
+    cf. bug #802706
+
+ -- Drew Parsons <dparsons at debian.org>  Sun, 25 Oct 2015 00:11:01 +0800
+
 petsc (3.6.2.dfsg1-2) unstable; urgency=medium
 
   * Ensure octave directory exists for linking to PETSc matlab scripts.
diff --git a/debian/control b/debian/control
index 766cb3f..6884a67 100644
--- a/debian/control
+++ b/debian/control
@@ -23,9 +23,10 @@ Multi-Arch: same
 Architecture: linux-any hurd-any
 Section: libdevel
 Depends: libpetsc3.6 (= ${binary:Version}), mpi-default-dev (>= 1.0.2), libsuitesparse-dev, libsuperlu-dev, libspooles-dev,
- libhypre-dev (>= 2.0.0.dfsg-7), libptscotch-dev, ${misc:Depends}, libblacs-mpi-dev, libscalapack-mpi-dev,
- libmumps-dev, libfftw3-dev, libfftw3-mpi-dev, ${python:Depends}
-Recommends: libhdf5-mpi-dev (>= 1.8.8), libssl-dev,
+ libhypre-dev (>= 2.0.0.dfsg-7), libptscotch-dev, libblacs-mpi-dev, libscalapack-mpi-dev,
+ libmumps-dev, libfftw3-dev, libfftw3-mpi-dev, libssl-dev, libgfortran-5-dev,
+ ${misc:Depends}, ${python:Depends}
+Recommends: libhdf5-mpi-dev (>= 1.8.8),
  tcsh | csh | c-shell, ksh | mksh | pdksh | zsh
 Suggests: petsc-dev (= ${binary:Version}), libpetsc3.6.2-dbg (= ${binary:Version}), petsc3.6.2-doc (= ${binary:Version}), libluminate-dev
 Provides: petsc3.6-dev
@@ -115,9 +116,10 @@ Architecture: linux-any hurd-any
 Multi-Arch: same
 Section: libdevel
 Depends: libpetsc-complex-3.6 (= ${binary:Version}), mpi-default-dev (>= 1.0.2), libsuitesparse-dev, libsuperlu-dev, libspooles-dev,
- libhypre-dev (>= 2.0.0.dfsg-7), libptscotch-dev, ${misc:Depends}, libblacs-mpi-dev, libscalapack-mpi-dev,
- libmumps-dev, libfftw3-dev, libfftw3-mpi-dev, ${python:Depends}
-Recommends: libhdf5-mpi-dev (>= 1.8.8), libssl-dev,
+ libhypre-dev (>= 2.0.0.dfsg-7), libptscotch-dev, libblacs-mpi-dev, libscalapack-mpi-dev,
+ libmumps-dev, libfftw3-dev, libfftw3-mpi-dev, libssl-dev, libgfortran-5-dev,
+ ${misc:Depends}, ${python:Depends}
+Recommends: libhdf5-mpi-dev (>= 1.8.8),
  tcsh | csh | c-shell, ksh | mksh | pdksh | zsh
 Suggests: petsc-dev (= ${binary:Version}), libpetsc3.6.2-dbg (= ${binary:Version}), petsc3.6.2-doc (= ${binary:Version}), libluminate-dev
 Provides: petsc-complex-3.6-dev

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