pkgsrc/parallel/mpi-ch/patches/patch-as
wennmach 84ee6de435 Update mpich to 1.2.1.
Besides bug fixes, 1.2.1 features full support of the MPI-1.2 standard
as well as some support for the new MPI-2 standard.

Closes PR 7486.
2001-03-21 15:28:57 +00:00

17 lines
598 B
Text

$NetBSD: patch-as,v 1.1 2001/03/21 15:29:01 wennmach Exp $
Adopt to pkg hierarchy.
--- mpe/viewers/upshot/sbin/install-viewer.in.orig Wed Jun 28 00:08:08 2000
+++ mpe/viewers/upshot/sbin/install-viewer.in Wed Mar 21 13:57:07 2001
@@ -333,8 +333,8 @@
if [ "$prefix_override" = 1 ] ; then
bindir=$prefix/bin
sbindir=$prefix/sbin
- bitmapsdir=$prefix/bitmaps
- logfilesdir=$prefix/logfiles
+ bitmapsdir=$prefix/share/upshot/bitmaps
+ logfilesdir=$prefix/share/upshot/logfiles
if [ $appendUninstall = 0 ] ; then
UNINSTALLFILE=${sbindir}/${UNINSTALL_base}
fi