1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: As this is a spin-off, the package name has to be patched
Author: Thorsten Alteholz <debian@alteholz.de>
Index: meep-mpi-default-1.2.1-1/configure.ac
===================================================================
--- meep-mpi-default-1.2.1-1.orig/configure.ac 2014-03-28 19:54:11.000000000 +0100
+++ meep-mpi-default-1.2.1-1/configure.ac 2014-05-11 18:43:11.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}_mpi-default"
# Detect stupid MPICH problem with SEEK_SET conflicting between
# the mpi.h header file and the stdio.h header file in C++
|