From 81106d48d93cdc53e0b97937cc805ffe424a924d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 23 Jun 2006 13:11:39 +0000 Subject: - use standard BLAS instead of ATLAS so this can be packaged. Of course we still have a WITH_ATLAS knob - Minor changes to better match the CVS version - Add GETOPT_LONG support PR: ports/99259 Submitted by: Pedro F. Giffuni --- cad/tochnog/files/patch-tochnog.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cad/tochnog/files/patch-tochnog.h') diff --git a/cad/tochnog/files/patch-tochnog.h b/cad/tochnog/files/patch-tochnog.h index 8bfb5a88b51d..634267c69636 100644 --- a/cad/tochnog/files/patch-tochnog.h +++ b/cad/tochnog/files/patch-tochnog.h @@ -1,5 +1,5 @@ ---- tochnog.h.orig Sun Feb 11 05:05:27 2001 -+++ tochnog.h Fri Feb 3 15:15:51 2006 +--- tochnog.h 2002/06/01 13:50:03 1.1.1.1 ++++ tochnog.h 2002/08/01 08:44:35 1.3 @@ -17,12 +17,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ @@ -20,12 +20,12 @@ #include #include #include -@@ -48,6 +53,8 @@ - VERSION_MACRO, // mesh for control_macro +@@ -49,6 +53,8 @@ MVERSION // maximum number of versions, this must be the last item }; -+ -+#define TOCHNOG_VERSION "July_25_2002" ++#define TOCHNOG_VERSION "July_25_2002" ++ // constants #define MCHAR 100 // maximum length of names + #define MDIM 3 // maximum number of space dimensions -- cgit v1.2.3