[petsc] 01/02: Update libgfortran-5-dev dependency to gfortran
Drew Parsons
dparsons at moszumanska.debian.org
Sun Jan 22 05:10:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to tag debian/3.7.5+dfsg1-3
in repository petsc.
commit 691e053c5f4bbb4642cf9f39b53ad687cc458a82
Author: Drew Parsons <dparsons at debian.org>
Date: Sun Jan 22 11:58:27 2017 +0800
Update libgfortran-5-dev dependency to gfortran
ensures the default gfortran (currently 6 not 5) is linked in
libpetsc3.7.5-dev, libpetsc-complex-3.7.5-dev.
gfortran depends on gfortran-6, which depends on libgfortran-6-dev.
Closes: #852011.
---
debian/changelog | 8 ++++++++
debian/control | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4ea9a6e..9954fa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+petsc (3.7.5+dfsg1-3) UNRELEASED; urgency=medium
+
+ * Update libgfortran-5-dev dependency to gfortran to ensure
+ the default gfortran (currently 6) is linked to libpetsc*3.7.5-dev.
+ Closes: #852011.
+
+ -- Drew Parsons <dparsons at debian.org> Sun, 22 Jan 2017 11:52:39 +0800
+
petsc (3.7.5+dfsg1-2) unstable; urgency=medium
* upload PETSc 3.7.5 to unstable.
diff --git a/debian/control b/debian/control
index 0035406..f05aa72 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Architecture: any
Section: libdevel
Depends: libpetsc3.7.5 (= ${binary:Version}), ${MPI:Depends}, libsuitesparse-dev, libspooles-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,
+ libmumps-dev, libfftw3-dev, libfftw3-mpi-dev, libssl-dev, gfortran,
libhdf5-mpi-dev,
${misc:Depends}, ${python:Depends}
Conflicts: libpetsc3.6.3-dev (<< 3.6.3.dfsg2-2), libpetsc-complex-3.6.3-dev (<< 3.6.3.dfsg2-2),
@@ -167,7 +167,7 @@ Multi-Arch: same
Section: libdevel
Depends: libpetsc-complex-3.7.5 (= ${binary:Version}), ${MPI:Depends}, libsuitesparse-dev, libspooles-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,
+ libmumps-dev, libfftw3-dev, libfftw3-mpi-dev, libssl-dev, gfortran,
libhdf5-mpi-dev,
${misc:Depends}, ${python:Depends}
Conflicts: libpetsc-complex-3.6.3-dev (<< 3.6.3.dfsg2-2), libpetsc3.6.3-dev (<< 3.6.3.dfsg2-2),
--
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