File: package-name.patch

package info (click to toggle)
meep-openmpi 1.2.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,460 kB
  • ctags: 6,823
  • sloc: cpp: 62,027; sh: 11,405; lisp: 238; makefile: 204
file content (13 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: meep-openmpi-1.1.1/configure
===================================================================
--- meep-openmpi-1.1.1.orig/configure	2010-09-14 20:06:48.000000000 +0200
+++ meep-openmpi-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}_openmpi"
 
   # Detect stupid MPICH problem with SEEK_SET conflicting between
   # the mpi.h header file and the stdio.h header file in C++