diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-09 01:34:32 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-09 01:34:32 +0000 |
commit | 8aae4286760db19ee636b7f8846501b98e02cce2 (patch) | |
tree | 01317b6252b4941c0197385566e5f551921496e2 /math/asir2000/files/patch-aa | |
parent | Update to 1.5 (diff) |
Update to 20020108
PR: 33677
Submitted by: maintainer
Diffstat (limited to 'math/asir2000/files/patch-aa')
-rw-r--r-- | math/asir2000/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/asir2000/files/patch-aa b/math/asir2000/files/patch-aa index 25813f0b8970..982bf286213a 100644 --- a/math/asir2000/files/patch-aa +++ b/math/asir2000/files/patch-aa @@ -1,5 +1,5 @@ ---- include/Risa.tmpl.orig Wed Aug 29 11:35:21 2001 -+++ include/Risa.tmpl Wed Aug 29 12:09:55 2001 +--- include/Risa.tmpl.orig Sat Oct 6 01:24:22 2001 ++++ include/Risa.tmpl Tue Oct 23 02:44:17 2001 @@ -11,7 +11,7 @@ /* #define USE_FFT_FLOAT */ /* #define USE_LAPACK */ @@ -34,7 +34,7 @@ +#if defined(OpenXM_HOME) LAPACKLIB = -llapack -lblas -lI77 -lF77 +#else -+#if defined(FreeBSDArchitecture) && OSMajorVersion >= 4 ++#ifdef FreeBSDArchitecture && OSMajorVersion >= 4 +LAPACKLIB = -L/usr/local/lib -lg2c -llapack -lblas +#else +LAPACKLIB = -L/usr/local/lib -lf2c -llapack -lblas |