e51fac22c6
- make sure the path is correctly determined for pvm. - add a --tag= argument to libtool when building fortran code. This makes all selftests pass on my alpha.
13 lines
426 B
Text
13 lines
426 B
Text
$NetBSD: patch-ai,v 1.7 2003/02/24 03:35:30 dmcmahill Exp $
|
|
|
|
--- tests/pvm.tst.orig Wed Jul 31 07:34:45 2002
|
|
+++ tests/pvm.tst
|
|
@@ -39,7 +39,7 @@ if size(rest(4),'*')<>n then pause,end
|
|
|
|
if type(rest(5))<>10 then pause,end
|
|
if size(rest(5),'*')<>n then pause,end
|
|
-if rest(5)(n)<>'scilab' then pause,end
|
|
+if rest(5)(n)<>SCI+'/bin/scilab' then pause,end
|
|
if or(rest(5)(1:n-1)<>"") then pause,end
|
|
|
|
if rest(6)<>n then pause,end
|