[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.14 and 1.15

version 1.14, 2000/12/21 02:44:16 version 1.15, 2000/12/22 10:03:29
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.13 2000/12/05 01:24:53 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.14 2000/12/21 02:44:16 murao Exp $
 */  */
 #include "config.h"  #include "config.h"
   
Line 10 
Line 10 
 /* #define USE_MPI */  /* #define USE_MPI */
 /* #define USE_FFT_FLOAT */  /* #define USE_FFT_FLOAT */
 /* #define USE_LAPACK */  /* #define USE_LAPACK */
   /* #define USE_FEP */
   
 #if defined(LinuxArchitecture)  #if defined(LinuxArchitecture)
 #if LinuxCLibMajorVersion >= 6 || \  #if LinuxCLibMajorVersion >= 6 || \
Line 45  CC= gcc
Line 46  CC= gcc
 CC= cc  CC= cc
 #endif  #endif
   
 CDEBUGFLAGS= -O  CDEBUGFLAGS= -O2
   
 #if defined(SunArchitecture)  #if defined(SunArchitecture)
 #if SystemV4  #if SystemV4
Line 89  PARIFLAGS = -DLONG_IS_32BIT
Line 90  PARIFLAGS = -DLONG_IS_32BIT
 #ifdef USE_PARI  #ifdef USE_PARI
 PARI=1  PARI=1
 PARIINC = $(ROOTDIR)/include/pari  PARIINC = $(ROOTDIR)/include/pari
   /*
 PARILIB = $(ROOTDIR)/lib/libpari.a  PARILIB = $(ROOTDIR)/lib/libpari.a
   */
   PARILIB = -L/usr/local/lib -lpari
 #else  #else
 PARI=0  PARI=0
 PARIINC = .  PARIINC = .
Line 126  MPILIB=
Line 130  MPILIB=
 MPIINC=.  MPIINC=.
 #endif  #endif
   
   #ifdef USE_FEP
   FEP=1
   FEPLIB = -lreadline -ltermcap
   #else
   FEP=0
   FEPLIB =
   #endif
   
   
 #if !defined(NullParameter)  #if !defined(NullParameter)
 #define NullParameter  #define NullParameter
 #endif  #endif
   
   #ifdef USE_INTERVAL
   INTERVALDEF = -DINTERVAL -DITVDEBUG
   INTERVALDEF = -DINTERVAL
   #else
   INTERVALDEF =
   #endif
   
 INCLUDES= -I$(TOP)/include -I$(TOP)/parse -I$(TOP)/io -I$(PARIINC) -I$(MPIINC)  INCLUDES= -I$(TOP)/include -I$(TOP)/parse -I$(TOP)/io -I$(PARIINC) -I$(MPIINC)
 DEFINES= -DPARI=$(PARI) -DLAPACK=$(LAPACK) -DDO_PLOT=$(DO_PLOT) -DUSE_FLOAT=$(USE_FLOAT) $(PARIFLAGS) -DMPI=$(MPI) $(LINUX_EXTRA_DEFINES)  DEFINES= $(INTERVALDEF) -DINET=$(INET) -DPARI=$(PARI) -DLAPACK=$(LAPACK) -DDO_PLOT=$(DO_PLOT) -DUSE_FLOAT=$(USE_FLOAT) $(PARIFLAGS) -DHMEXT -DMPI=$(MPI) -DFEP=$(FEP) $(LINUX_EXTRA_DEFINES)

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

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