Changeset c2f74f for configure.ac


Ignore:
Timestamp:
Sep 22, 2011, 9:32:22 AM (14 years ago)
Author:
Michael Hofmann <michael.hofmann@…>
Children:
7853e0e
Parents:
62f19a
Message:

configure: rewrite meta-package

  1. handle all solvers (with and without sub-configures) the same way
  2. put -lfcs4fortran before -lfcs
  3. don't set ..._LIBS variables in AX_LIB_FFTW3 if the libraries are missing

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@984 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r62f19a rc2f74f  
    118118m4_ifdef([AX_FCS_PACKAGE_RESET],[
    119119AX_FCS_PACKAGE_RESET
    120 AX_FCS_PACKAGE_ADD([LIBS],[-lvmg $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB $LAPACK_LIBS $BLAS_LIBS])
    121 AX_FCS_PACKAGE_ADD([LIBS_DIRS],[src])
    122 AX_FCS_PACKAGE_ADD([USE_CXXLIBS],[yes])
     120AX_FCS_PACKAGE_ADD([vmg_LIBS],[-lvmg $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB $LAPACK_LIBS $BLAS_LIBS])
     121AX_FCS_PACKAGE_ADD([vmg_LIBS_DIRS],[src])
     122AX_FCS_PACKAGE_ADD([CXXLIBS_USE],[yes])
    123123])
    124124
Note: See TracChangeset for help on using the changeset viewer.