diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-10-20 13:16:57 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-10-20 13:16:57 +0000 |
commit | c685d422b8b55f884e4441975acfe7aa558e9d3f (patch) | |
tree | af84067cc741368d49fbaa00a94b6458d4c053c4 /math/scilab/pkg | |
parent | 5980088df9626eec5d21a1d7dc19c459d9611341 (diff) | |
download | pkgsrc-c685d422b8b55f884e4441975acfe7aa558e9d3f.tar.gz |
Make scilab always use f2c for compiling the fortran part of the code. This
is because the g77 compiled code doesn't work properly on several machine
architectures. In particular using g77 on (all 1.4.1 machines):
pmax - can't even compile
sparc - binary sometimes crashes
mac68k - doesn't handle sparc matrices correctly
using f2c fixes all these problems.
Diffstat (limited to 'math/scilab/pkg')
-rw-r--r-- | math/scilab/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/scilab/pkg/PLIST b/math/scilab/pkg/PLIST index 7fcaca014c1..e721d6e13da 100644 --- a/math/scilab/pkg/PLIST +++ b/math/scilab/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/08/13 14:06:57 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/10/20 13:17:01 dmcmahill Exp $ bin/scilab lib/X11/app-defaults/Metanet-color lib/X11/app-defaults/Xscilab @@ -541,6 +541,7 @@ share/${PKGNAME}/examples/misc-examples/dasrt3.sce share/${PKGNAME}/examples/misc-examples/dassl1.sce share/${PKGNAME}/examples/misc-examples/dassl1.sce.orig share/${PKGNAME}/examples/misc-examples/dassl2.sce +share/${PKGNAME}/examples/misc-examples/dassl2.sce.orig share/${PKGNAME}/examples/misc-examples/gr22.f share/${PKGNAME}/examples/misc-examples/jac22.f share/${PKGNAME}/examples/misc-examples/ode1.sce |