Return to Risa.tmpl CVS log | Up to [local] / OpenXM_contrib2 / asir2000 / include |
version 1.19, 2000/12/26 05:17:46 | version 1.26, 2001/08/02 03:59:16 | ||
---|---|---|---|
|
|
||
* 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.18 2000/12/24 06:32:30 saito Exp $ | * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.25 2001/06/25 05:30:50 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 */ | /* #undef OpenXM_HOME */ | ||
/* #define USE_INTERVAL */ | |||
#if defined(LinuxArchitecture) | #if defined(LinuxArchitecture) | ||
#if LinuxCLibMajorVersion >= 6 || \ | #if LinuxCLibMajorVersion >= 6 || \ | ||
|
|
||
#endif | #endif | ||
#endif | #endif | ||
#if defined(AlphaArchitecture) | #if defined(AlphaArchitecture) || defined(DarwinArchitecture) | ||
#undef USE_GCC | #undef USE_GCC | ||
#endif | #endif | ||
|
|
||
#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 | |||
#if defined(DarwinArchitecture) | |||
CCOPTIONS = | |||
#endif | |||
#if defined(AIXArchitecture) | |||
CC = cc -qchars=signed | |||
#endif | #endif | ||
#ifdef USE_PARI | #ifdef USE_PARI |