Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
d4a94dd4
Commit
d4a94dd4
authored
Apr 30, 2010
by
Thomas Witkowski
Browse files
Work on multi-mesh method, fixed some bugs and added support for 4th order basis functions in 3d.
parent
4c72492f
Changes
10
Hide whitespace changes
Inline
Side-by-side
AMDiS/Makefile.in
View file @
d4a94dd4
...
@@ -140,6 +140,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
...
@@ -140,6 +140,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
PETSC_DIR
=
@PETSC_DIR@
PETSC_DIR
=
@PETSC_DIR@
RANLIB
=
@RANLIB@
RANLIB
=
@RANLIB@
SED
=
@SED@
SET_MAKE
=
@SET_MAKE@
SET_MAKE
=
@SET_MAKE@
SHELL
=
@SHELL@
SHELL
=
@SHELL@
STRIP
=
@STRIP@
STRIP
=
@STRIP@
...
...
AMDiS/aclocal.m4
View file @
d4a94dd4
...
@@ -1578,10 +1578,27 @@ linux*)
...
@@ -1578,10 +1578,27 @@ linux*)
# before this can be enabled.
# before this can be enabled.
hardcode_into_libs=yes
hardcode_into_libs=yes
# find out which ABI we are using
libsuff=
case "$host_cpu" in
x86_64*|s390x*|powerpc64*)
echo '[#]line __oline__ "configure"' > conftest.$ac_ext
if AC_TRY_EVAL(ac_compile); then
case `/usr/bin/file conftest.$ac_objext` in
*64-bit*)
libsuff=64
sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
;;
esac
fi
rm -rf conftest*
;;
esac
# Append ld.so.conf contents to the search path
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s
2>/dev/null
", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
sys_lib_dlsearch_path_spec="/lib
/usr/lib
$lt_ld_extra"
sys_lib_dlsearch_path_spec="/lib
${libsuff} /usr/lib${libsuff}
$lt_ld_extra"
fi
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
# We used to test for /lib/ld.so.1 and disable shared libraries on
...
@@ -4288,6 +4305,9 @@ CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
...
@@ -4288,6 +4305,9 @@ CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
# Is the compiler the GNU C compiler?
# Is the compiler the GNU C compiler?
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\`
gcc_ver=\`gcc -dumpversion\`
# An ERE matcher.
# An ERE matcher.
EGREP=$lt_EGREP
EGREP=$lt_EGREP
...
@@ -4421,11 +4441,11 @@ striplib=$lt_striplib
...
@@ -4421,11 +4441,11 @@ striplib=$lt_striplib
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
predep_objects=
\`echo
$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Dependencies to place after the objects being linked to create a
# Dependencies to place after the objects being linked to create a
# shared library.
# shared library.
postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
postdep_objects=
\`echo
$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
...
@@ -4437,7 +4457,7 @@ postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
...
@@ -4437,7 +4457,7 @@ postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
# The library search path used internally by the compiler when linking
# The library search path used internally by the compiler when linking
# a shared library.
# a shared library.
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
compiler_lib_search_path=
\`echo
$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Method to check whether dependent libraries are shared objects.
# Method to check whether dependent libraries are shared objects.
deplibs_check_method=$lt_deplibs_check_method
deplibs_check_method=$lt_deplibs_check_method
...
@@ -4517,7 +4537,7 @@ variables_saved_for_relink="$variables_saved_for_relink"
...
@@ -4517,7 +4537,7 @@ variables_saved_for_relink="$variables_saved_for_relink"
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
# Compile-time system search path for libraries
# Compile-time system search path for libraries
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
sys_lib_search_path_spec=
\`echo
$lt_sys_lib_search_path_spec
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Run-time system search path for libraries
# Run-time system search path for libraries
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
...
@@ -6353,6 +6373,7 @@ do
...
@@ -6353,6 +6373,7 @@ do
done
done
done
done
done
done
IFS=$as_save_IFS
lt_ac_max=0
lt_ac_max=0
lt_ac_count=0
lt_ac_count=0
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
...
@@ -6385,6 +6406,7 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
...
@@ -6385,6 +6406,7 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
done
done
])
])
SED=$lt_cv_path_SED
SED=$lt_cv_path_SED
AC_SUBST([SED])
AC_MSG_RESULT([$SED])
AC_MSG_RESULT([$SED])
])
])
...
...
AMDiS/bin/Makefile.in
View file @
d4a94dd4
...
@@ -414,6 +414,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
...
@@ -414,6 +414,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
PETSC_DIR
=
@PETSC_DIR@
PETSC_DIR
=
@PETSC_DIR@
RANLIB
=
@RANLIB@
RANLIB
=
@RANLIB@
SED
=
@SED@
SET_MAKE
=
@SET_MAKE@
SET_MAKE
=
@SET_MAKE@
SHELL
=
@SHELL@
SHELL
=
@SHELL@
STRIP
=
@STRIP@
STRIP
=
@STRIP@
...
...
AMDiS/configure
View file @
d4a94dd4
...
@@ -462,7 +462,7 @@ ac_includes_default="\
...
@@ -462,7 +462,7 @@ ac_includes_default="\
# include <unistd.h>
# include <unistd.h>
#endif"
#endif"
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT AMDIS_DEBUG_TRUE AMDIS_DEBUG_FALSE CXX CC AMDIS_INTEL_TRUE AMDIS_INTEL_FALSE AMDIS_OPENMP_TRUE AMDIS_OPENMP_FALSE OPENMP_FLAG MPI_DIR PETSC_DIR USE_PARALLEL_AMDIS_TRUE USE_PARALLEL_AMDIS_FALSE USE_PARALLEL_DOMAIN_AMDIS_TRUE USE_PARALLEL_DOMAIN_AMDIS_FALSE ENABLE_UMFPACK_TRUE ENABLE_UMFPACK_FALSE ENABLE_MKL_TRUE ENABLE_MKL_FALSE DUNE_DIR ENABLE_DUNE_TRUE ENABLE_DUNE_FALSE ENABLE_BOOST_TRUE ENABLE_BOOST_FALSE CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS'
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT AMDIS_DEBUG_TRUE AMDIS_DEBUG_FALSE CXX CC AMDIS_INTEL_TRUE AMDIS_INTEL_FALSE AMDIS_OPENMP_TRUE AMDIS_OPENMP_FALSE OPENMP_FLAG MPI_DIR PETSC_DIR USE_PARALLEL_AMDIS_TRUE USE_PARALLEL_AMDIS_FALSE USE_PARALLEL_DOMAIN_AMDIS_TRUE USE_PARALLEL_DOMAIN_AMDIS_FALSE ENABLE_UMFPACK_TRUE ENABLE_UMFPACK_FALSE ENABLE_MKL_TRUE ENABLE_MKL_FALSE DUNE_DIR ENABLE_DUNE_TRUE ENABLE_DUNE_FALSE ENABLE_BOOST_TRUE ENABLE_BOOST_FALSE CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os
SED
EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS'
ac_subst_files=''
ac_subst_files=''
# Initialize some variables set by options.
# Initialize some variables set by options.
...
@@ -3967,6 +3967,7 @@ do
...
@@ -3967,6 +3967,7 @@ do
done
done
done
done
done
done
IFS=$as_save_IFS
lt_ac_max=0
lt_ac_max=0
lt_ac_count=0
lt_ac_count=0
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
...
@@ -4001,6 +4002,7 @@ done
...
@@ -4001,6 +4002,7 @@ done
fi
fi
SED=$lt_cv_path_SED
SED=$lt_cv_path_SED
echo "$as_me:$LINENO: result: $SED" >&5
echo "$as_me:$LINENO: result: $SED" >&5
echo "${ECHO_T}$SED" >&6
echo "${ECHO_T}$SED" >&6
...
@@ -4441,7 +4443,7 @@ ia64-*-hpux*)
...
@@ -4441,7 +4443,7 @@ ia64-*-hpux*)
;;
;;
*-*-irix6*)
*-*-irix6*)
# Find out which ABI we are using.
# Find out which ABI we are using.
echo '#line 444
4
"configure"' > conftest.$ac_ext
echo '#line 444
6
"configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
(eval $ac_compile) 2>&5
ac_status=$?
ac_status=$?
...
@@ -5576,7 +5578,7 @@ fi
...
@@ -5576,7 +5578,7 @@ fi
# Provide some information about the compiler.
# Provide some information about the compiler.
echo "$as_me:55
79
:" \
echo "$as_me:55
81
:" \
"checking for Fortran 77 compiler version" >&5
"checking for Fortran 77 compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
ac_compiler=`set X $ac_compile; echo $2`
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
...
@@ -6639,11 +6641,11 @@ else
...
@@ -6639,11 +6641,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:664
2
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:664
4
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
ac_status=$?
cat conftest.err >&5
cat conftest.err >&5
echo "$as_me:664
6
: \$? = $ac_status" >&5
echo "$as_me:664
8
: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
# So say no if there are warnings other than the usual output.
...
@@ -6907,11 +6909,11 @@ else
...
@@ -6907,11 +6909,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:691
0
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:691
2
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
ac_status=$?
cat conftest.err >&5
cat conftest.err >&5
echo "$as_me:691
4
: \$? = $ac_status" >&5
echo "$as_me:691
6
: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
# So say no if there are warnings other than the usual output.
...
@@ -7011,11 +7013,11 @@ else
...
@@ -7011,11 +7013,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:701
4
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:701
6
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
ac_status=$?
cat out/conftest.err >&5
cat out/conftest.err >&5
echo "$as_me:70
18
: \$? = $ac_status" >&5
echo "$as_me:70
20
: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
then
# The compiler can only warn and ignore the option if not recognized
# The compiler can only warn and ignore the option if not recognized
...
@@ -8476,10 +8478,31 @@ linux*)
...
@@ -8476,10 +8478,31 @@ linux*)
# before this can be enabled.
# before this can be enabled.
hardcode_into_libs=yes
hardcode_into_libs=yes
# find out which ABI we are using
libsuff=
case "$host_cpu" in
x86_64*|s390x*|powerpc64*)
echo '#line 8485 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*64-bit*)
libsuff=64
sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
;;
esac
fi
rm -rf conftest*
;;
esac
# Append ld.so.conf contents to the search path
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s
2>/dev/null
", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
sys_lib_dlsearch_path_spec="/lib
/usr/lib
$lt_ld_extra"
sys_lib_dlsearch_path_spec="/lib
${libsuff} /usr/lib${libsuff}
$lt_ld_extra"
fi
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
# We used to test for /lib/ld.so.1 and disable shared libraries on
...
@@ -9356,7 +9379,7 @@ else
...
@@ -9356,7 +9379,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
cat > conftest.$ac_ext <<EOF
#line 93
59
"configure"
#line 93
82
"configure"
#include "confdefs.h"
#include "confdefs.h"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
@@ -9456,7 +9479,7 @@ else
...
@@ -9456,7 +9479,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
cat > conftest.$ac_ext <<EOF
#line 94
59
"configure"
#line 94
82
"configure"
#include "confdefs.h"
#include "confdefs.h"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
@@ -9787,6 +9810,9 @@ CC=$lt_compiler
...
@@ -9787,6 +9810,9 @@ CC=$lt_compiler
# Is the compiler the GNU C compiler?
# Is the compiler the GNU C compiler?
with_gcc=$GCC
with_gcc=$GCC
gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\`
gcc_ver=\`gcc -dumpversion\`
# An ERE matcher.
# An ERE matcher.
EGREP=$lt_EGREP
EGREP=$lt_EGREP
...
@@ -9920,11 +9946,11 @@ striplib=$lt_striplib
...
@@ -9920,11 +9946,11 @@ striplib=$lt_striplib
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
predep_objects=$lt_predep_objects
predep_objects=
\`echo
$lt_predep_objects
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Dependencies to place after the objects being linked to create a
# Dependencies to place after the objects being linked to create a
# shared library.
# shared library.
postdep_objects=$lt_postdep_objects
postdep_objects=
\`echo
$lt_postdep_objects
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
...
@@ -9936,7 +9962,7 @@ postdeps=$lt_postdeps
...
@@ -9936,7 +9962,7 @@ postdeps=$lt_postdeps
# The library search path used internally by the compiler when linking
# The library search path used internally by the compiler when linking
# a shared library.
# a shared library.
compiler_lib_search_path=$lt_compiler_lib_search_path
compiler_lib_search_path=
\`echo
$lt_compiler_lib_search_path
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Method to check whether dependent libraries are shared objects.
# Method to check whether dependent libraries are shared objects.
deplibs_check_method=$lt_deplibs_check_method
deplibs_check_method=$lt_deplibs_check_method
...
@@ -10016,7 +10042,7 @@ variables_saved_for_relink="$variables_saved_for_relink"
...
@@ -10016,7 +10042,7 @@ variables_saved_for_relink="$variables_saved_for_relink"
link_all_deplibs=$link_all_deplibs
link_all_deplibs=$link_all_deplibs
# Compile-time system search path for libraries
# Compile-time system search path for libraries
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
sys_lib_search_path_spec=
\`echo
$lt_sys_lib_search_path_spec
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Run-time system search path for libraries
# Run-time system search path for libraries
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
...
@@ -11796,11 +11822,11 @@ else
...
@@ -11796,11 +11822,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:11
799
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:11
825
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
ac_status=$?
cat conftest.err >&5
cat conftest.err >&5
echo "$as_me:118
03
: \$? = $ac_status" >&5
echo "$as_me:118
29
: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
# So say no if there are warnings other than the usual output.
...
@@ -11900,11 +11926,11 @@ else
...
@@ -11900,11 +11926,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:119
03
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:119
29
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
ac_status=$?
cat out/conftest.err >&5
cat out/conftest.err >&5
echo "$as_me:119
07
: \$? = $ac_status" >&5
echo "$as_me:119
33
: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
then
# The compiler can only warn and ignore the option if not recognized
# The compiler can only warn and ignore the option if not recognized
...
@@ -12432,10 +12458,31 @@ linux*)
...
@@ -12432,10 +12458,31 @@ linux*)
# before this can be enabled.
# before this can be enabled.
hardcode_into_libs=yes
hardcode_into_libs=yes
# find out which ABI we are using
libsuff=
case "$host_cpu" in
x86_64*|s390x*|powerpc64*)
echo '#line 12465 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*64-bit*)
libsuff=64
sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
;;
esac
fi
rm -rf conftest*
;;
esac
# Append ld.so.conf contents to the search path
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s
2>/dev/null
", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
sys_lib_dlsearch_path_spec="/lib
/usr/lib
$lt_ld_extra"
sys_lib_dlsearch_path_spec="/lib
${libsuff} /usr/lib${libsuff}
$lt_ld_extra"
fi
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
# We used to test for /lib/ld.so.1 and disable shared libraries on
...
@@ -12819,6 +12866,9 @@ CC=$lt_compiler_CXX
...
@@ -12819,6 +12866,9 @@ CC=$lt_compiler_CXX
# Is the compiler the GNU C compiler?
# Is the compiler the GNU C compiler?
with_gcc=$GCC_CXX
with_gcc=$GCC_CXX
gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\`
gcc_ver=\`gcc -dumpversion\`
# An ERE matcher.
# An ERE matcher.
EGREP=$lt_EGREP
EGREP=$lt_EGREP
...
@@ -12952,11 +13002,11 @@ striplib=$lt_striplib
...
@@ -12952,11 +13002,11 @@ striplib=$lt_striplib
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
predep_objects=$lt_predep_objects_CXX
predep_objects=
\`echo
$lt_predep_objects_CXX
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Dependencies to place after the objects being linked to create a
# Dependencies to place after the objects being linked to create a
# shared library.
# shared library.
postdep_objects=$lt_postdep_objects_CXX
postdep_objects=
\`echo
$lt_postdep_objects_CXX
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
...
@@ -12968,7 +13018,7 @@ postdeps=$lt_postdeps_CXX
...
@@ -12968,7 +13018,7 @@ postdeps=$lt_postdeps_CXX
# The library search path used internally by the compiler when linking
# The library search path used internally by the compiler when linking
# a shared library.
# a shared library.
compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
compiler_lib_search_path=
\`echo
$lt_compiler_lib_search_path_CXX
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Method to check whether dependent libraries are shared objects.
# Method to check whether dependent libraries are shared objects.
deplibs_check_method=$lt_deplibs_check_method
deplibs_check_method=$lt_deplibs_check_method
...
@@ -13048,7 +13098,7 @@ variables_saved_for_relink="$variables_saved_for_relink"
...
@@ -13048,7 +13098,7 @@ variables_saved_for_relink="$variables_saved_for_relink"
link_all_deplibs=$link_all_deplibs_CXX
link_all_deplibs=$link_all_deplibs_CXX
# Compile-time system search path for libraries
# Compile-time system search path for libraries
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
sys_lib_search_path_spec=
\`echo
$lt_sys_lib_search_path_spec
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Run-time system search path for libraries
# Run-time system search path for libraries
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
...
@@ -13470,11 +13520,11 @@ else
...
@@ -13470,11 +13520,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:13
47
3: $lt_compile\"" >&5)
(eval echo "\"\$as_me:13
52
3: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
ac_status=$?
cat conftest.err >&5
cat conftest.err >&5
echo "$as_me:13
47
7: \$? = $ac_status" >&5
echo "$as_me:13
52
7: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
# So say no if there are warnings other than the usual output.
...
@@ -13574,11 +13624,11 @@ else
...
@@ -13574,11 +13624,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:13
57
7: $lt_compile\"" >&5)
(eval echo "\"\$as_me:13
62
7: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
ac_status=$?
cat out/conftest.err >&5
cat out/conftest.err >&5
echo "$as_me:13
58
1: \$? = $ac_status" >&5
echo "$as_me:13
63
1: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
then
# The compiler can only warn and ignore the option if not recognized
# The compiler can only warn and ignore the option if not recognized
...
@@ -15019,10 +15069,31 @@ linux*)
...
@@ -15019,10 +15069,31 @@ linux*)
# before this can be enabled.
# before this can be enabled.
hardcode_into_libs=yes
hardcode_into_libs=yes
# find out which ABI we are using
libsuff=
case "$host_cpu" in
x86_64*|s390x*|powerpc64*)
echo '#line 15076 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*64-bit*)
libsuff=64
sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
;;
esac
fi
rm -rf conftest*
;;
esac
# Append ld.so.conf contents to the search path
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s
2>/dev/null
", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
sys_lib_dlsearch_path_spec="/lib
/usr/lib
$lt_ld_extra"
sys_lib_dlsearch_path_spec="/lib
${libsuff} /usr/lib${libsuff}
$lt_ld_extra"
fi
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
# We used to test for /lib/ld.so.1 and disable shared libraries on
...
@@ -15406,6 +15477,9 @@ CC=$lt_compiler_F77
...
@@ -15406,6 +15477,9 @@ CC=$lt_compiler_F77
# Is the compiler the GNU C compiler?
# Is the compiler the GNU C compiler?
with_gcc=$GCC_F77
with_gcc=$GCC_F77
gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\`
gcc_ver=\`gcc -dumpversion\`
# An ERE matcher.
# An ERE matcher.
EGREP=$lt_EGREP
EGREP=$lt_EGREP
...
@@ -15539,11 +15613,11 @@ striplib=$lt_striplib
...
@@ -15539,11 +15613,11 @@ striplib=$lt_striplib
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
predep_objects=$lt_predep_objects_F77
predep_objects=
\`echo
$lt_predep_objects_F77
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Dependencies to place after the objects being linked to create a
# Dependencies to place after the objects being linked to create a
# shared library.
# shared library.
postdep_objects=$lt_postdep_objects_F77
postdep_objects=
\`echo
$lt_postdep_objects_F77
| \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
...
@@ -15555,7 +15629,7 @@ postdeps=$lt_postdeps_F77
...
@@ -15555,7 +15629,7 @@ postdeps=$lt_postdeps_F77
# The library search path used internally by the compiler when linking
# The library search path used internally by the compiler when linking
# a shared library.