diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-20 20:04:56 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-20 20:04:56 +0000 |
commit | 5fcf88e50c9cbbd30b07a3e6a00c0de99fb2cb43 (patch) | |
tree | e6ce06e84bf80873caf9e960eff6d373a3eee169 /math/umfpack/files/patch-ba | |
parent | 8a2e74a4ce80141b32fbb6f02d4f3af27afd1e6a (diff) | |
download | ports-5fcf88e50c9cbbd30b07a3e6a00c0de99fb2cb43.tar.gz ports-5fcf88e50c9cbbd30b07a3e6a00c0de99fb2cb43.zip |
Notes
Diffstat (limited to 'math/umfpack/files/patch-ba')
-rw-r--r-- | math/umfpack/files/patch-ba | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/math/umfpack/files/patch-ba b/math/umfpack/files/patch-ba deleted file mode 100644 index 6ac80f2b2a40..000000000000 --- a/math/umfpack/files/patch-ba +++ /dev/null @@ -1,84 +0,0 @@ -Note: Although the Harwell routines are available in Netlib, they are a -commercial product. This patch disables their use. - -*** umc2fb.f.orig Fri Nov 7 11:32:20 1997 ---- umc2fb.f Fri Nov 7 11:43:14 1997 -*************** -*** 168,173 **** ---- 168,177 ---- - C if (MC21B and MC13E not available during installation) return - C======================================================================= - -+ RETURN -+ C======================================================================= -+ C The rest will be ignored !!!!!!!! (We are not using Harwell) -+ C======================================================================= - NZDIA = NZ - NZOFF = 0 - -*** umd2fb.f.orig Fri Nov 7 11:32:30 1997 ---- umd2fb.f Fri Nov 7 11:44:14 1997 -*************** -*** 167,173 **** - C EXECUTABLE STATEMENTS: - C if (MC21B and MC13E not available during installation) return - C======================================================================= -! - NZDIA = NZ - NZOFF = 0 - ---- 167,176 ---- - C EXECUTABLE STATEMENTS: - C if (MC21B and MC13E not available during installation) return - C======================================================================= -! RETURN -! C======================================================================= -! C The rest will be ignored !!!!!!!! (We are not using Harwell) -! C======================================================================= - NZDIA = NZ - NZOFF = 0 - -*** ums2fb.f.orig Fri Nov 7 11:32:44 1997 ---- ums2fb.f Fri Nov 7 11:44:54 1997 -*************** -*** 167,173 **** - C EXECUTABLE STATEMENTS: - C if (MC21B and MC13E not available during installation) return - C======================================================================= -! - NZDIA = NZ - NZOFF = 0 - ---- 167,176 ---- - C EXECUTABLE STATEMENTS: - C if (MC21B and MC13E not available during installation) return - C======================================================================= -! RETURN -! C======================================================================= -! C The rest will be ignored !!!!!!!! (We are not using Harwell) -! C======================================================================= - NZDIA = NZ - NZOFF = 0 - -*** umz2fb.f.orig Fri Nov 7 11:32:57 1997 ---- umz2fb.f Fri Nov 7 11:45:42 1997 -*************** -*** 167,173 **** - C EXECUTABLE STATEMENTS: - C if (MC21B and MC13E not available during installation) return - C======================================================================= -! - NZDIA = NZ - NZOFF = 0 - ---- 167,176 ---- - C EXECUTABLE STATEMENTS: - C if (MC21B and MC13E not available during installation) return - C======================================================================= -! RETURN -! C======================================================================= -! C The rest will be ignored !!!!!!!! (We are not using Harwell) -! C======================================================================= - NZDIA = NZ - NZOFF = 0 - |