File: package-name.patch

package info (click to toggle)
meep-mpi-default 1.3-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,540 kB
  • ctags: 7,109
  • sloc: cpp: 64,830; sh: 11,405; lisp: 238; makefile: 203
file content (16 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (3)
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.1.1/configure
===================================================================
--- meep-mpi-default-1.1.1.orig/configure	2010-09-14 20:06:48.000000000 +0200
+++ meep-mpi-default-1.1.1/configure	2011-12-13 10:29:17.000000000 +0100
@@ -3897,7 +3897,7 @@
 fi
 
   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++