[hdf5] 01/03: Fix FTBFS on kfreebsd-*
Gilles Filippini
pini at debian.org
Sun Dec 4 15:32:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to branch master
in repository hdf5.
commit 2b023745ecbbca3fa13bda41da0ee6ee6525cbfb
Author: Gilles Filippini <pini at debian.org>
Date: Thu Dec 1 21:53:53 2016 +0100
Fix FTBFS on kfreebsd-*
---
debian/changelog | 6 ++++++
debian/rules | 5 +++++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f3a0df6..d73bb84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hdf5 (1.10.0-patch1+docs-2~exp2) experimental; urgency=medium
+
+ * Fix FTBFS on kfreebsd-*
+
+ -- Gilles Filippini <pini at debian.org> Thu, 01 Dec 2016 21:52:43 +0100
+
hdf5 (1.10.0-patch1+docs-2~exp1) experimental; urgency=medium
* New binary packages for the java wrapper library which is now
diff --git a/debian/rules b/debian/rules
index 9a758a5..edafea7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,6 +111,11 @@ MPI_ENV = H5_LDFLAGS="-Wl,--version-script,\$$(top_srcdir)/debian/map_mpi.ver" \
CC=mpicc.$(1) FC=mpif90.$(1) F9X=mpif90.$(1) RUNPARALLEL=/usr/bin/mpirun.$(1)
OPENMPI_ENV := $(call MPI_ENV,openmpi)
MPICH_ENV := $(call MPI_ENV,mpich)
+
+# Fix FTBFS on kfreebsd-*
+ifneq (,$(filter $(DEB_HOST_ARCH),kfreebsd-i386 kfreebsd-amd64))
+SERIAL_ENV += H5_CPPFLAGS="-I/usr/lib/jvm/default-java/include/bsd"
+endif
# END - Configure flags and environment variables
# Compose the packages' name flavor part from $(flavor)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git
More information about the Pkg-grass-devel
mailing list