[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.15 and 1.23

version 1.15, 2000/12/22 10:03:29 version 1.23, 2001/06/04 02:49:46
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.14 2000/12/21 02:44:16 murao Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.22 2001/03/19 04:17:39 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 */
 /* #define USE_FEP */  /* #define USE_FEP */
   /* #undef OpenXM_HOME */
   /* #define USE_INTERVAL */
   
 #if defined(LinuxArchitecture)  #if defined(LinuxArchitecture)
 #if LinuxCLibMajorVersion >= 6 || \  #if LinuxCLibMajorVersion >= 6 || \
Line 23  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 46  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
Line 82  CC= cc -Wl,-D -Wl,$(HEAP_START_ADDR)
Line 84  CC= cc -Wl,-D -Wl,$(HEAP_START_ADDR)
 #endif  #endif
   
 #if defined(AlphaArchitecture)  #if defined(AlphaArchitecture)
   CCOPTIONS =
 PARIFLAGS = -DLONG_IS_64BIT  PARIFLAGS = -DLONG_IS_64BIT
 #else  #else
 PARIFLAGS = -DLONG_IS_32BIT  PARIFLAGS = -DLONG_IS_32BIT
 #endif  #endif
   
   #if defined(DarwinArchitecture)
   CCOPTIONS =
   #endif
   
 #ifdef USE_PARI  #ifdef USE_PARI
 PARI=1  PARI=1
 PARIINC = $(ROOTDIR)/include/pari  PARIINC = $(ROOTDIR)/include/pari
 /*  #if defined(OpenXM_HOME)
 PARILIB = $(ROOTDIR)/lib/libpari.a  PARILIB = $(ROOTDIR)/lib/libpari.a
 */  #else
 PARILIB = -L/usr/local/lib -lpari  PARILIB = -L/usr/local/lib -lpari
   #endif
 #else  #else
 PARI=0  PARI=0
 PARIINC = .  PARIINC = .
Line 132  MPIINC=.
Line 140  MPIINC=.
   
 #ifdef USE_FEP  #ifdef USE_FEP
 FEP=1  FEP=1
   #if defined(OpenXM_HOME)
   FEPLIB= $(ROOTDIR)/lib/libreadline.a
   #else
 FEPLIB = -lreadline -ltermcap  FEPLIB = -lreadline -ltermcap
   #endif
 #else  #else
 FEP=0  FEP=0
 FEPLIB =  FEPLIB =

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.23

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