[cdo] 01/16: Enable CMOR support.
Alastair McKinstry
mckinstry at moszumanska.debian.org
Thu Aug 11 11:15:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository cdo.
commit a065af68bd8b586a924c1cd4579b9189e88ce1f4
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sun Mar 20 15:40:40 2016 +0000
Enable CMOR support.
---
debian/changelog | 6 ++++++
debian/control | 3 ++-
debian/rules | 1 +
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 516b6dc..26f15ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cdo (1.7.0+dfsg.1-4) UNRELEASED; urgency=medium
+
+ * Enable CMOR support.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 20 Mar 2016 15:37:34 +0000
+
cdo (1.7.0+dfsg.1-3) unstable; urgency=medium
* Drop libjasper, use openjpeg instead, as jasper is jasper is being removed
diff --git a/debian/control b/debian/control
index 4629655..004cb35 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 9), dh-buildinfo, libproj-dev, autoconf, automake,
libtool, cfortran,
libmagics++-dev (>= 2.24.7-7),
libcurl4-gnutls-dev | libcurl4-openssl-dev | libcurl4-nss-dev,
- libpng-dev
+ libpng-dev,
+ libcmor-dev
Standards-Version: 3.9.7
Homepage: https://code.zmaw.de/projects/cdo
Vcs-Git: git://anonscm.debian.org/debian-science/packages/cdo.git
diff --git a/debian/rules b/debian/rules
index af5db31..2ff11ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,6 +70,7 @@ override_dh_auto_configure:
--enable-cdi-lib --with-zlib=/usr --with-netcdf=/usr --with-proj=/usr $(WITH_HDF5) \
--enable-iso-c-interface --with-fftw3 --with-curl=/usr --with-udunits2=/usr \
--with-szlib --with-openjpeg=/usr \
+ --with-cmor=/usr \
--with-grib-api=/usr --disable-cgribex --with-magics=/usr FC=gfortran \
LIBS=" -lpng -lopenjpeg -lm -ljpeg -lz -lcurl" \
LDFLAGS="$(LDFLAGS) $(AS_NEEDED)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdo.git
More information about the debian-science-commits
mailing list