File: package-name-reconfigure.patch

package info (click to toggle)
meep-openmpi 1.3-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,544 kB
  • ctags: 7,109
  • sloc: cpp: 64,830; sh: 11,405; lisp: 238; makefile: 202
file content (15 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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++