[netcdf] 01/15: Start creating mpi packages.
Alastair McKinstry
mckinstry at moszumanska.debian.org
Mon Jun 9 05:59:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch dev-coinstallable
in repository netcdf.
commit f09e0965270f8c7d9eaeed439ea71b43ec2c8f06
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Tue Jun 3 18:38:39 2014 +0100
Start creating mpi packages.
---
debian/changelog | 6 +++++-
debian/control | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c6ccb0c..e0c14e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
netcdf (1:4.3.2-1ubuntu1) UNRELEASED; urgency=medium
+ [ Nico Schlömer ]
* Upgrade to 4.3.2 (C-only)
(Closes: #735075)
* Switch to CMake build
@@ -9,7 +10,10 @@ netcdf (1:4.3.2-1ubuntu1) UNRELEASED; urgency=medium
- static libs
- proper doc installation
- -- Nico Schlömer <nico.schloemer at gmail.com> Mon, 12 May 2014 14:27:06 +0200
+ [ Alastair McKinstry ]
+ * Make netcdf-mpi package, co-installable with serial one.
+
+ -- Nico Schlömer <nico.schloemer at gmail.com> Mon, 12 May 2014 14:27:06 +0200
netcdf (1:4.1.3-7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d65be8f..5edbacb 100644
--- a/debian/control
+++ b/debian/control
@@ -46,6 +46,23 @@ Description: Interface for scientific data access to large binary data
This package contains the C run-time shared libraries required
by programs.
+Package: libnetcdf7-mpi
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libnetcdfc7 (<= 4.2.0), libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4
+Breaks: libnetcdfc7 (<= 4.2.0), libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4
+Description: Interface for scientific data access to large binary data
+ NetCDF (network Common Data Form) is an interface for scientific
+ data access and a freely-distributed software library that provides an
+ implementation of the interface. The netCDF library also defines a
+ machine-independent format for representing scientific data.
+ Together, the interface, library, and format support the creation,
+ access, and sharing of scientific data.
+ .
+ This package contains the C run-time shared libraries required
+ by programs.
+
Package: libnetcdf-dev
Architecture: any
Section: libdevel
@@ -62,6 +79,23 @@ Description: creation, access, and sharing of array-oriented scientific data
.
This package provides headers.
+Package: libnetcdf-mpi-dev
+Architecture: any
+Section: libdevel
+Depends: libnetcdf7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Suggests: netcdf-bin, netcdf-doc
+Recommends: pkg-config
+Description: creation, access, and sharing of array-oriented scientific data
+ NetCDF (network Common Data Form) is a set of interfaces for array-oriented
+ data access and a freely distributed collection of data access libraries for
+ C, Fortran, C++, Java, and other languages. The netCDF libraries support a
+ machine-independent format for representing scientific data. Together, the
+ interfaces, libraries, and format support the creation, access, and sharing of
+ scientific data.
+ .
+ This package provides headers.
+
+
Package: netcdf-dbg
Section: debug
Priority: extra
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git
More information about the Pkg-grass-devel
mailing list