ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/configure
(Generate patch)

Comparing trunk/OOPSE/configure (file contents):
Revision 786 by gezelter, Thu Sep 25 18:54:34 2003 UTC vs.
Revision 791 by mmeineke, Mon Sep 29 22:05:56 2003 UTC

# Line 877 | Line 877 | Optional Packages:
877    --with-mpi_dir=MPIDIR   give the path for MPI /usr/local
878    --with-mpi-libdir=dir  give the path for MPI-libraries MPI_DIR/lib
879    --with-mpi_inc=dir  give the path for MPI-include-files MPI_DIR/include
880 <  --with-sprng-prefix=PREFIX
880 >  --with-sprng_prefix=PREFIX
881                            Prefix where SPRNG is installed
882 <  --with-sprng-lib=PREFIX  SPRNG library directory
883 <  --with-sprng-include=PREFIX
882 >  --with-sprng_lib_prefix=PREFIX  SPRNG library directory
883 >  --with-sprng_include_prefix=PREFIX
884                            SPRNG include directory
885    --with-mkl              Do we want MKL will check /usr/local/intel/mkl60 /opt/intel/mkl60
886    --with-mpi_f90_mods=<dir>
# Line 6131 | Line 6131 | done
6131  
6132  
6133  
6134 < # Check whether --with-sprng-prefix or --without-sprng-prefix was given.
6134 > # Check whether --with-sprng_prefix or --without-sprng_prefix was given.
6135   if test "${with_sprng_prefix+set}" = set; then
6136    withval="$with_sprng_prefix"
6137    sprng_prefix="$withval"
# Line 6139 | Line 6139 | fi;
6139    sprng_prefix="/usr/local"
6140   fi;
6141  
6142 < # Check whether --with-sprng-lib-prefix or --without-sprng-lib-prefix was given.
6142 > # Check whether --with-sprng_lib_prefix or --without-sprng_lib_prefix was given.
6143   if test "${with_sprng_lib_prefix+set}" = set; then
6144    withval="$with_sprng_lib_prefix"
6145    sprng_lib_prefix="$withval"
# Line 6147 | Line 6147 | fi;
6147    sprng_lib_prefix="/usr/local/lib"
6148   fi;
6149  
6150 < # Check whether --with-sprng-include-prefix or --without-sprng-include-prefix was given.
6150 > # Check whether --with-sprng_include_prefix or --without-sprng_include_prefix was given.
6151   if test "${with_sprng_include_prefix+set}" = set; then
6152    withval="$with_sprng_include_prefix"
6153    sprng_include_prefix="$withval"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines