=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2003/03/07 03:12:26 1.35 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2003/03/07 08:05:47 1.36 @@ -2,7 +2,7 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.34 2003/02/14 22:29:13 ohara Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.35 2003/03/07 03:12:26 noro Exp $ */ #include "config.h" @@ -117,17 +117,17 @@ PARILIB = #endif #ifdef USE_LAPACK -LAPACK= -DLAPACK=1 +LAPACK= -DLAPACK LAPACKLIB = -llapack -lblas -lI77 -lF77 #else -LAPACK= -DLAPACK=0 +LAPACK= LAPACKLIB = #endif #ifdef USE_PLOT -DO_PLOT= -DDO_PLOT=1 +DO_PLOT= -DDO_PLOT #else -DO_PLOT= -DDO_PLOT=0 +DO_PLOT= #endif #ifdef USE_FFT_FLOAT @@ -137,24 +137,24 @@ USE_FLOAT= #endif #ifdef USE_MPI -MPI= -DMPI=1 +MPI= -DMPI MPILIB=-L/opt/FJSVmpi2/lib -lmpi -L/opt/FSUNaprun/lib -lmpl -lemi -lthread MPIINC=-I/opt/FJSVmpi2/include #else -MPI=-DMPI=0 +MPI= MPILIB= MPIINC= #endif #ifdef USE_FEP -FEP= -DFEP=1 +FEP= -DFEP #if defined(OpenXM_HOME) FEPLIB= $(ROOTDIR)/lib/libreadline.a #else FEPLIB = -lreadline -ltermcap #endif #else -FEP=-DFEP=0 +FEP= FEPLIB = #endif