diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-05-05 03:33:39 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-05-05 03:33:39 +0000 |
commit | d767d0f025471f94714d8638e81d140d76c08980 (patch) | |
tree | 1b52c4b3cd12cfa3889972c7601218aa9e2b2b70 /math/scalapack/files/PBtools.h.patch | |
parent | Update to 0.41. (diff) |
Add scalapack 1.7, the ScaLAPACK Scalable LAPACK library.
PR: 40521
Submitted by: NAKATA, Maho <maho@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=80147
Diffstat (limited to 'math/scalapack/files/PBtools.h.patch')
-rw-r--r-- | math/scalapack/files/PBtools.h.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/scalapack/files/PBtools.h.patch b/math/scalapack/files/PBtools.h.patch new file mode 100644 index 000000000000..59445d1196c9 --- /dev/null +++ b/math/scalapack/files/PBtools.h.patch @@ -0,0 +1,19 @@ +--- PBLAS/SRC/PBtools.h.orig Wed Feb 16 03:04:17 2000 ++++ PBLAS/SRC/PBtools.h Sat Jul 13 12:38:19 2002 +@@ -1148,7 +1148,7 @@ + int *, char *, char *, + int *, char *, int *, + char *, char *, int * ); +- ++/* comment out to avoid conflict with lapack.h + F_VOID_FCT csymv_ ( F_CHAR_T, int *, char *, + char *, int *, char *, + int *, char *, char *, +@@ -1164,6 +1164,7 @@ + F_VOID_FCT zsyr_ ( F_CHAR_T, int *, char *, + char *, int *, char *, + int * ); ++*/ + + F_VOID_FCT csyr2_ ( F_CHAR_T, int *, char *, + char *, int *, char *, |