[BACK]Return to Risa.tmpl CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl between version 1.18 and 1.20

version 1.18, 2000/12/24 06:32:30 version 1.20, 2001/03/19 01:26:35
Line 2 
Line 2 
  * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED   * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
  * All rights reserved.   * All rights reserved.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.17 2000/12/23 08:44:36 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.19 2000/12/26 05:17:46 noro Exp $
 */  */
 #include "config.h"  #include "config.h"
   
Line 12 
Line 12 
 /* #define USE_LAPACK */  /* #define USE_LAPACK */
 /* #define USE_FEP */  /* #define USE_FEP */
 /* #undef OpenXM_HOME */  /* #undef OpenXM_HOME */
   #define USE_INTERVAL
   
 #if defined(LinuxArchitecture)  #if defined(LinuxArchitecture)
 #if LinuxCLibMajorVersion >= 6 || \  #if LinuxCLibMajorVersion >= 6 || \
Line 47  CC= gcc
Line 48  CC= gcc
 CC= cc  CC= cc
 #endif  #endif
   
 CDEBUGFLAGS= -O2  CDEBUGFLAGS= -O
   
 #if defined(SunArchitecture)  #if defined(SunArchitecture)
 #if SystemV4  #if SystemV4

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.20

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>