Description: As this is a spin-off, the package name has to be patched
Author: Thorsten Alteholz <debian@alteholz.de>
Index: meep-openmpi-1.2.1-1/configure.ac
===================================================================
--- meep-openmpi-1.2.1-1.orig/configure.ac	2014-03-28 19:54:11.000000000 +0100
+++ meep-openmpi-1.2.1-1/configure.ac	2014-05-11 14:56:28.000000000 +0200
@@ -32,7 +32,7 @@
 if test "x$with_mpi" = "xyes"; then
   ACX_MPI([],[AC_MSG_ERROR([could not find mpi library for --with-mpi])])
   CXX=$MPICXX
-  MEEP_SUFFIX="${MEEP_SUFFIX}_mpi"
+  MEEP_SUFFIX="${MEEP_SUFFIX}_openmpi"
 
   # Detect stupid MPICH problem with SEEK_SET conflicting between
   # the mpi.h header file and the stdio.h header file in C++
