[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.22 and 1.27

version 1.22, 2001/03/19 04:17:39 version 1.27, 2001/08/06 01:48:32
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.21 2001/03/19 04:02:04 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.26 2001/08/02 03:59:16 noro Exp $
 */  */
 #include "config.h"  #include "config.h"
   
 #define USE_GCC  /* #define USE_GCC */
 /* #define USE_MPI */  /* #define USE_MPI */
 /* #define USE_FFT_FLOAT */  /* #define USE_FFT_FLOAT */
 /* #define USE_LAPACK */  /* #define USE_LAPACK */
Line 25  EXTRA_LDOPTIONS=-static
Line 25  EXTRA_LDOPTIONS=-static
 #endif  #endif
 #endif  #endif
   
 #if defined(AlphaArchitecture)  #if defined(AlphaArchitecture) || defined(DarwinArchitecture)
 #undef USE_GCC  #undef USE_GCC
 #endif  #endif
   
Line 48  CC= gcc
Line 48  CC= gcc
 CC= cc  CC= cc
 #endif  #endif
   
 CDEBUGFLAGS= -O  CDEBUGFLAGS= -g -O
   
 #if defined(SunArchitecture)  #if defined(SunArchitecture)
 #if SystemV4  #if SystemV4
Line 88  CCOPTIONS =
Line 88  CCOPTIONS =
 PARIFLAGS = -DLONG_IS_64BIT  PARIFLAGS = -DLONG_IS_64BIT
 #else  #else
 PARIFLAGS = -DLONG_IS_32BIT  PARIFLAGS = -DLONG_IS_32BIT
   #endif
   
   #if defined(DarwinArchitecture)
   CCOPTIONS =
   #endif
   
   #if defined(AIXArchitecture)
   CC = cc -qchars=signed
 #endif  #endif
   
 #ifdef USE_PARI  #ifdef USE_PARI

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.27

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