diff -Nru espresso-5.0.2/debian/changelog espresso-5.0.2/debian/changelog --- espresso-5.0.2/debian/changelog 2013-12-07 16:43:10.000000000 +0100 +++ espresso-5.0.2/debian/changelog 2014-04-30 22:42:12.000000000 +0200 @@ -1,3 +1,10 @@ +espresso (5.0.2-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS due to mpich transition. (Closes: #746515) + + -- Anton Gladky Wed, 30 Apr 2014 22:38:10 +0200 + espresso (5.0.2-5) unstable; urgency=low * debian/patches/fftw_i386_unaligned.patch: New patch, add the FFTW_UNALIGNED diff -Nru espresso-5.0.2/debian/rules espresso-5.0.2/debian/rules --- espresso-5.0.2/debian/rules 2013-12-07 16:42:08.000000000 +0100 +++ espresso-5.0.2/debian/rules 2014-04-30 20:13:07.000000000 +0200 @@ -10,7 +10,7 @@ ifeq (,$(filter mpich,$(ARCH_DEFAULT_MPI_IMPL))) export SCALAPACK_LIBS:=-lscalapack-$(ARCH_DEFAULT_MPI_IMPL) -lblacs-$(ARCH_DEFAULT_MPI_IMPL) -lblacsF77init-$(ARCH_DEFAULT_MPI_IMPL) else -export SCALAPACK_LIBS:=-lscalapack-mpich2 -lblacs-mpich2 -lblacsF77init-mpich2 +export SCALAPACK_LIBS:=-lscalapack-mpich -lblacs-mpich -lblacsF77init-mpich endif export SCALAPACK_LIB:=/usr/lib ifeq ($(DEB_BUILD_ARCH), i386)