=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.21 retrieving revision 1.23 diff -u -p -r1.21 -r1.23 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/03/19 04:02:04 1.21 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/06/04 02:49:46 1.23 @@ -2,17 +2,17 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.20 2001/03/19 01:26:35 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.22 2001/03/19 04:17:39 noro Exp $ */ #include "config.h" -#define USE_GCC +/* #define USE_GCC */ /* #define USE_MPI */ /* #define USE_FFT_FLOAT */ /* #define USE_LAPACK */ /* #define USE_FEP */ /* #undef OpenXM_HOME */ -#define USE_INTERVAL +/* #define USE_INTERVAL */ #if defined(LinuxArchitecture) #if LinuxCLibMajorVersion >= 6 || \ @@ -25,7 +25,7 @@ EXTRA_LDOPTIONS=-static #endif #endif -#if defined(AlphaArchitecture) +#if defined(AlphaArchitecture) || defined(DarwinArchitecture) #undef USE_GCC #endif @@ -88,6 +88,10 @@ CCOPTIONS = PARIFLAGS = -DLONG_IS_64BIT #else PARIFLAGS = -DLONG_IS_32BIT +#endif + +#if defined(DarwinArchitecture) +CCOPTIONS = #endif #ifdef USE_PARI