From e7e53cedbf94bf9373f7849545e28faaf6a41268 Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Fri, 22 Feb 2013 10:24:58 +0100 Subject: [PATCH] Rearrange options in order of need Boost is very little likely to be removed from the list of dependencies; we rather want a continuous block to remove when customizing. --- configure | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/configure b/configure index ef0c0854..d871528f 100755 --- a/configure +++ b/configure @@ -22,9 +22,9 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options Optional Packages: + --with-boost=PATH use Boost library from a specified location --with-dune-common=PATH use DUNE-common library from a specified location --with-dune-istl=PATH use DUNE-ISTL library from a specified location - --with-boost=PATH use Boost library from a specified location --with-superlu=PATH user defined path to SuperLU library --with-agmg=PATH Include DOUBLE PRECISION version Notay's of AGMG Algebraic Multigrid solver from specified source @@ -146,20 +146,20 @@ while getopts -- ":-:" optchar; do rootvar="" ;; agmg |\ - boost |\ ert |\ + boost |\ zlib) rootvar="${pkgname^^}_ROOT" ;; - dune-common |\ - dune-istl |\ - SuiteSparse |\ - TinyXML) - rootvar="${pkgname}_ROOT" - ;; superlu) rootvar="${pkgname^^}_PREFIX" ;; + SuiteSparse |\ + TinyXML |\ + dune-istl |\ + dune-common) + rootvar="${pkgname}_ROOT" + ;; *) invalid_opt --with-${pkgname} rootvar=""