[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure between version 1.44 and 1.45

version 1.44, 2009/02/11 21:48:15 version 1.45, 2009/02/13 11:25:48
Line 774  with_pari
Line 774  with_pari
 enable_plot  enable_plot
 enable_interval  enable_interval
 enable_fft_float  enable_fft_float
   with_mpi
 '  '
       ac_precious_vars='build_alias        ac_precious_vars='build_alias
 host_alias  host_alias
Line 1437  Optional Packages:
Line 1438  Optional Packages:
   --with-gc7              use GC 7.x (if --with-asir-gc=yes) [no]    --with-gc7              use GC 7.x (if --with-asir-gc=yes) [no]
   --with-distdir          specify the spool for fetching. [no]    --with-distdir          specify the spool for fetching. [no]
   --with-pari             use the PARI library. [no]    --with-pari             use the PARI library. [no]
     --with-mpi              use the MPI library. [no]
   
 Some influential environment variables:  Some influential environment variables:
   CC          C compiler command    CC          C compiler command
Line 6560  _ACEOF
Line 6562  _ACEOF
 fi  fi
   
   
   # Check whether --with-mpi was given.
   if test "${with_mpi+set}" = set; then
     withval=$with_mpi; with_mpi=${withval}
   else
     with_mpi=no
   fi
   
   
 if test "${with_mpi:=no}" != no ; then  if test "${with_mpi:=no}" != no ; then
     MPIINC="-I/opt/FJSVmpi2/include"  
     MPILIB="-L/opt/FJSVmpi2/lib -lmpi -L/opt/FSUNaprun/lib -lmpl -lemi -lthread"  
     cat >>confdefs.h <<\_ACEOF      cat >>confdefs.h <<\_ACEOF
 #define MPI 1  #define MPI 1
 _ACEOF  _ACEOF

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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