version 1.44, 2009/02/11 21:48:15 |
version 1.49, 2009/03/16 16:08:05 |
|
|
USE_PLOT_TRUE |
USE_PLOT_TRUE |
USE_PLOT_FALSE |
USE_PLOT_FALSE |
FEPLIB |
FEPLIB |
MPIINC |
|
MPILIB |
|
LAPACKLIB |
LAPACKLIB |
libasir_postfix |
libasir_postfix |
USE_GC_SPARC64 |
USE_GC_SPARC64 |
|
|
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 1436 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 |
|
|
fi |
fi |
|
|
|
|
cat >>confdefs.h <<\_ACEOF |
|
#define HMEXT 1 |
|
_ACEOF |
|
|
|
|
|
# Check whether --enable-shared was given. |
# Check whether --enable-shared was given. |
if test "${enable_shared+set}" = set; then |
if test "${enable_shared+set}" = set; then |
enableval=$enable_shared; enable_shared=yes |
enableval=$enable_shared; enable_shared=yes |
|
|
_ACEOF |
_ACEOF |
|
|
fi |
fi |
GC_CONFIGURE_ARGS=--disable-threads |
GC_CONFIGURE_ARGS="--disable-threads --enable-large-config" |
if test -n "${host_alias}" ; then |
if test -n "${host_alias}" ; then |
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
fi |
fi |
|
|
if test ${with_gc7:=no} != no; then |
if test ${with_gc7:=no} != no; then |
case "${with_gc7}" in |
case "${with_gc7}" in |
7*) GC_VERSION=${with_gc7} ;; |
7*) GC_VERSION=${with_gc7} ;; |
*) GC_VERSION=7.0 ;; |
*) GC_VERSION=7.1 ;; |
esac |
esac |
GC=gc-${GC_VERSION} |
GC=gc-${GC_VERSION} |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_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 |
|
|
fi |
fi |
|
|
|
|
|
|
|
|
if test "${with_lapack:=no}" != no ; then |
if test "${with_lapack:=no}" != no ; then |