| 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> |
| 3883 |
|
# Try to determine "good" native compiler flags if none specified on command |
| 3884 |
|
# line |
| 3885 |
|
|
| 3886 |
< |
if test "$ac_test_F90FLAGS" != "set"; then |
| 3886 |
> |
if test x"$F90FLAGS" = x ; then |
| 3887 |
|
F90FLAGS="" |
| 3888 |
|
case "${host_cpu}-${host_os}" in |
| 3889 |
|
|
| 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" |
| 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" |
| 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" |
| 6797 |
|
|
| 6798 |
|
SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder" |
| 6799 |
|
|
| 6800 |
< |
#CFLAGS=${CFLAGS-""} |
| 6801 |
< |
#CXXFLAGS=${CXXFLAGS-""} |
| 6802 |
< |
#CPPFLAGS=${CPPFLAGS-""} |
| 6803 |
< |
#FFLAGS=${FFLAGS-""} |
| 6804 |
< |
#LDFLAGS=${LDFLAGS-""} |
| 6805 |
< |
#OPTIMIZE=${OPTIMIZE-"-O"} |
| 6806 |
< |
#DEBUG=${DEBUG-"-g"} |
| 6800 |
> |
CFLAGS=${CFLAGS-""} |
| 6801 |
> |
CXXFLAGS=${CXXFLAGS-""} |
| 6802 |
> |
CPPFLAGS=${CPPFLAGS-""} |
| 6803 |
> |
FFLAGS=${FFLAGS-""} |
| 6804 |
> |
F90FLAGS=${F90FLAGS-""} |
| 6805 |
> |
LDFLAGS=${LDFLAGS-""} |
| 6806 |
> |
OPTIMIZE=${OPTIMIZE-"-O"} |
| 6807 |
> |
DEBUG=${DEBUG-"-g"} |
| 6808 |
|
|
| 6809 |
|
case $debug in |
| 6810 |
|
true) |