# # Default configuration parameters obtained from Autoconf # # ---------------------------------------------------------------------------- # # # Package information # PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ # Version ABINIT_VERSION = @ABINIT_VERSION@ ABINIT_VERSION_BASE = @ABINIT_VERSION_BASE@ ABINIT_VERSION_MAJOR = @ABINIT_VERSION_MAJOR@ ABINIT_VERSION_MINOR = @ABINIT_VERSION_MINOR@ ABINIT_VERSION_MICRO = @ABINIT_VERSION_MICRO@ ABINIT_VERSION_BUILD = @ABINIT_VERSION_BUILD@ # Binary package ABINIT_TARGET = @ABINIT_TARGET@ ABINIT_BINARY_PACKAGE = @ABINIT_BINARY_PACKAGE@ # ---------------------------------------------------------------------------- # # # System information # # Utilities SHELL = @BOURNE_SHELL@ SED = @SED@ PERL = @PERL@ PYTHON = @PYTHON@ LN_S = @LN_S@ EGREP = @EGREP@ # Architecture target = @target@ abi_cpu_model = @abi_cpu_model@ abi_cpu_64bits = @abi_cpu_64bits@ # Directory locations abinit_srcdir = @abinit_srcdir@ abinit_builddir = @abinit_builddir@ # ---------------------------------------------------------------------------- # # # Installation # with_install_type = @with_install_type@ abinit_prefix = @abinit_prefix@ abinit_bindir = @abinit_bindir@ abinit_datdir = @abinit_datdir@ abinit_docdir = @abinit_docdir@ abinit_incdir = @abinit_incdir@ abinit_libdir = @abinit_libdir@ abinit_mandir = @abinit_mandir@ abinit_rundir = @abinit_rundir@ abinit_wwwdir = @abinit_wwwdir@ # ---------------------------------------------------------------------------- # # # Libraries and linking # AR = @AR@ ARFLAGS_64BITS = @ARFLAGS_64BITS@ RANLIB = @RANLIB@ # ---------------------------------------------------------------------------- # # # Preprocessing options # with_cppflags = @with_cppflags@ CPP = @CPP@ TRUE_CPP = @TRUE_CPP@ TRUE_CPPFLAGS = @TRUE_CPPFLAGS@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_OPT = @CPPFLAGS_OPT@ EXTRA_CPPFLAGS = @EXTRA_CPPFLAGS@ DEFS = @DEFS@ # ---------------------------------------------------------------------------- # # # C compilation # with_cc_optflags = @with_cc_optflags@ with_cc_ldflags = @with_cc_ldflags@ cc_type = @cc_type@ cc_version = @cc_version@ CC = @CC@ CFLAGS = @CFLAGS@ CFLAGS_64BITS = @CFLAGS_64BITS@ CFLAGS_OPT = @CFLAGS_OPT@ CC_LDFLAGS_OPT = @CC_LDFLAGS_OPT@ EXTRA_CFLAGS = @EXTRA_CFLAGS@ EXTRA_CC_LDFLAGS = @EXTRA_CC_LDFLAGS@ # ---------------------------------------------------------------------------- # # # C++ compilation # with_cxx_optflags = @with_cxx_optflags@ with_cxx_ldflags = @with_cxx_ldflags@ cxx_type = @cxx_type@ cxx_version = @cxx_version@ CXX = @CXX@ CXXFLAGS = @CXXFLAGS@ CXXFLAGS_64BITS = @CXXFLAGS_64BITS@ CXXFLAGS_OPT = @CXXFLAGS_OPT@ CXX_LDFLAGS_OPT = @CXX_LDFLAGS_OPT@ EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@ EXTRA_CXX_LDFLAGS = @EXTRA_CXX_LDFLAGS@ # ---------------------------------------------------------------------------- # # # Fortran compilation # enable_fc_wrapper = @enable_fc_wrapper@ with_fc_optflags = @with_fc_optflags@ with_fc_ldflags = @with_fc_ldflags@ fc_type = @fc_type@ fc_version = @fc_version@ fc_wrap = @fc_wrap@ FC = @FC@ FCFLAGS = @FCFLAGS@ FCFLAGS_64BITS = @FCFLAGS_64BITS@ FCFLAGS_OPT = @FCFLAGS_OPT@ FC_LDFLAGS_OPT = @FC_LDFLAGS_OPT@ EXTRA_FCFLAGS = @EXTRA_FCFLAGS@ EXTRA_FC_LDFLAGS = @EXTRA_FC_LDFLAGS@ FCFLAGS_FIXEDFORM = @FCFLAGS_FIXEDFORM@ FCFLAGS_FREEFORM = @FCFLAGS_FREEFORM@ # ---------------------------------------------------------------------------- # # # MPI support # enable_mpi = @enable_mpi@ enable_mpi_trace = @enable_mpi_trace@ with_mpi_prefix = @with_mpi_prefix@ with_mpi_fc = @with_mpi_fc@ with_mpi_run = @with_mpi_run@ with_mpi_cppflags = @with_mpi_cppflags@ with_mpi_cflags = @with_mpi_cflags@ with_mpi_cc_ldflags = @with_mpi_cc_ldflags@ with_mpi_cxxflags = @with_mpi_cxxflags@ with_mpi_cxx_ldflags = @with_mpi_cxx_ldflags@ with_mpi_fcflags = @with_mpi_fcflags@ with_mpi_fc_ldflags = @with_mpi_fc_ldflags@ mpi_usable = @mpi_usable@ mpi_type = @mpi_type@ MPI_CPP = @MPI_CPP@ MPI_CPPFLAGS = @MPI_CPPFLAGS@ MPI_CC = @MPI_CC@ MPI_CFLAGS = @MPI_CFLAGS@ MPI_CC_LDFLAGS = @MPI_CC_LDFLAGS@ MPI_CXX = @MPI_CXX@ MPI_CXXFLAGS = @MPI_CXXFLAGS@ MPI_CXX_LDFLAGS = @MPI_CXX_LDFLAGS@ SEQ_FC = @SEQ_FC@ MPI_FC = @MPI_FC@ MPI_FCFLAGS = @MPI_FCFLAGS@ MPI_FC_LDFLAGS = @MPI_FC_LDFLAGS@ # ---------------------------------------------------------------------------- # # # Linear algebra support # linalg_pkg_name = @linalg_pkg_name@ linalg_pkg_string = @linalg_pkg_string@ enable_linalg = @enable_linalg@ with_linalg_ldflags = @with_linalg_ldflags@ build_linalg = @build_linalg@ CPPFLAGS_LINALG = @CPPFLAGS_LINALG@ CFLAGS_LINALG = @CFLAGS_LINALG@ CXXFLAGS_LINALG = @CXXFLAGS_LINALG@ FCFLAGS_LINALG = @FCFLAGS_LINALG@ # ---------------------------------------------------------------------------- # # # NetCDF support # netcdf_pkg_name = @netcdf_pkg_name@ netcdf_pkg_string = @netcdf_pkg_string@ enable_netcdf = @enable_netcdf@ with_netcdf_include = @with_netcdf_include@ with_netcdf_ldflags = @with_netcdf_ldflags@ build_netcdf = @build_netcdf@ CPPFLAGS_NETCDF = @CPPFLAGS_NETCDF@ CFLAGS_NETCDF = @CFLAGS_NETCDF@ CXXFLAGS_NETCDF = @CXXFLAGS_NETCDF@ FCFLAGS_NETCDF = @FCFLAGS_NETCDF@ # ---------------------------------------------------------------------------- # # # NQXC support # nqxc_pkg_name = @nqxc_pkg_name@ nqxc_pkg_string = @nqxc_pkg_string@ enable_nqxc = @enable_nqxc@ with_nqxc_include = @with_nqxc_include@ with_nqxc_ldflags = @with_nqxc_ldflags@ build_nqxc = @build_nqxc@ CPPFLAGS_NQXC = @CPPFLAGS_NQXC@ CFLAGS_NQXC = @CFLAGS_NQXC@ CXXFLAGS_NQXC = @CXXFLAGS_NQXC@ FCFLAGS_NQXC = @FCFLAGS_NQXC@ # ---------------------------------------------------------------------------- # # # XMLF90 support # xmlf90_pkg_name = @xmlf90_pkg_name@ xmlf90_pkg_string = @xmlf90_pkg_string@ enable_xmlf90 = @enable_xmlf90@ with_xmlf90_include = @with_xmlf90_include@ with_xmlf90_ldflags = @with_xmlf90_ldflags@ build_xmlf90 = @build_xmlf90@ CPPFLAGS_XMLF90 = @CPPFLAGS_XMLF90@ CFLAGS_XMLF90 = @CFLAGS_XMLF90@ CXXFLAGS_XMLF90 = @CXXFLAGS_XMLF90@ FCFLAGS_XMLF90 = @FCFLAGS_XMLF90@ # ---------------------------------------------------------------------------- # # # FFTW support # enable_fftw = @enable_fftw@ enable_fftw_threads = @enable_fftw_threads@ with_fftw_ldflags = @with_fftw_ldflags@ # ---------------------------------------------------------------------------- # # # Documentation # # Text-to-HTML processors MARKDOWN = @MARKDOWN@ MDFLAGS = @MDFLAGS@ # LaTeX LATEX = @LATEX@ LTXFLAGS = @LTXFLAGS@ DVI2PDF = @DVI2PDF@ PDFFLAGS = @PDFFLAGS@ # ---------------------------------------------------------------------------- # # # Miscellaneous command-line options # enable_config_file = @enable_config_file@ with_config_file = @with_config_file@ enable_64bit_flags = @enable_64bit_flags@ enable_debug = @enable_debug@ enable_fc_wrapper = @enable_fc_wrapper@ enable_extlibs = @enable_extlibs@ enable_smart_config = @enable_smart_config@ enable_stdin = @enable_stdin@ enable_tricks = @enable_tricks@ with_gnu_ld = @with_gnu_ld@