diff -Nru med-fichier-3.0.6/debian/changelog med-fichier-3.0.6/debian/changelog --- med-fichier-3.0.6/debian/changelog 2018-03-20 20:57:05.000000000 +0000 +++ med-fichier-3.0.6/debian/changelog 2018-06-19 06:10:40.000000000 +0000 @@ -1,3 +1,15 @@ +med-fichier (3.0.6-12ubuntu2) cosmic; urgency=medium + + * Disable the use of mpi on armhf (as on arm64). + + -- Matthias Klose Tue, 19 Jun 2018 08:10:40 +0200 + +med-fichier (3.0.6-12build1) cosmic; urgency=medium + + * No-change rebuild for dune openmpi soname change. + + -- Matthias Klose Sun, 13 May 2018 21:49:19 +0000 + med-fichier (3.0.6-12) unstable; urgency=medium * Team upload. diff -Nru med-fichier-3.0.6/debian/control med-fichier-3.0.6/debian/control --- med-fichier-3.0.6/debian/control 2018-03-20 20:56:11.000000000 +0000 +++ med-fichier-3.0.6/debian/control 2018-06-19 06:10:40.000000000 +0000 @@ -7,10 +7,10 @@ Build-Depends: debhelper (>= 11), gfortran, hdf5-tools (>= 1.8.13+docs-12), - libhdf5-mpi-dev (>= 1.8.13+docs-12) [!arm64], - libhdf5-dev (>= 1.8.13+docs-12) [arm64], - mpi-default-dev [!arm64], - mpi-default-bin [!arm64], + libhdf5-mpi-dev (>= 1.8.13+docs-12) [!arm64 !armhf], + libhdf5-dev (>= 1.8.13+docs-12) [arm64 armhf], + mpi-default-dev [!arm64 !armhf], + mpi-default-bin [!arm64 !armhf], libtool, tk Standards-Version: 4.1.3 diff -Nru med-fichier-3.0.6/debian/rules med-fichier-3.0.6/debian/rules --- med-fichier-3.0.6/debian/rules 2018-03-20 19:09:26.000000000 +0000 +++ med-fichier-3.0.6/debian/rules 2018-06-19 06:10:40.000000000 +0000 @@ -5,7 +5,7 @@ # Which MPI implementation? # Temporarily disabling MPI support for arm64 (not functionnal currently) # set ARCH_DEFAULT_MPI_IMPL -ifneq (arm64,$(DEB_HOST_ARCH)) +ifeq (,$(filter $(DEB_HOST_ARCH), armhf arm64)) include /usr/share/mpi-default-dev/debian_defaults else ARCH_DEFAULT_MPI_IMPL := serial