updated the doc line for --with-rsb.
psblas3-type-indexed
Michele Martone 14 years ago
parent 6de05829eb
commit ff54d2e71c

2
configure vendored

@ -1406,7 +1406,7 @@ Optional Packages:
--with-blas=<lib> use BLAS library <lib> --with-blas=<lib> use BLAS library <lib>
--with-lapack=<lib> use LAPACK library <lib> --with-lapack=<lib> use LAPACK library <lib>
--with-rsb Specify Recursive Sparse BLAS library linkage (or --with-rsb Specify Recursive Sparse BLAS library linkage (or
the output of librsb-config) the output of librsb-config --static --ldflags)
--with-metis=LIB Specify -lMETISLIBNAME or the absolute library --with-metis=LIB Specify -lMETISLIBNAME or the absolute library
filename. filename.

@ -652,7 +652,7 @@ PAC_MAKE_IS_GNUMAKE
# Note : also umfdi_local_search, ... # Note : also umfdi_local_search, ...
#AC_CHECK_LIB(umf,umfpack_di_solve,psblas_cv_have_umfpack=yes,psblas_cv_have_umfpack=no,[amd]) #AC_CHECK_LIB(umf,umfpack_di_solve,psblas_cv_have_umfpack=yes,psblas_cv_have_umfpack=no,[amd])
AC_ARG_WITH(rsb, AC_HELP_STRING([--with-rsb], [Specify Recursive Sparse BLAS library linkage (or the output of librsb-config)]), [if test x$withval = xno; then AC_ARG_WITH(rsb, AC_HELP_STRING([--with-rsb], [Specify Recursive Sparse BLAS library linkage (or the output of librsb-config --static --ldflags)]), [if test x$withval = xno; then
want_rsb_libs= ; else if test x$withval = xyes ; then want_rsb_libs=-lrsb ; else want_rsb_libs="$withval" ; fi ; FDEFINES="$psblas_cv_define_prepend-DHAVE_LIBRSB $FDEFINES" ; fi], [want_rsb_libs=""]) want_rsb_libs= ; else if test x$withval = xyes ; then want_rsb_libs=-lrsb ; else want_rsb_libs="$withval" ; fi ; FDEFINES="$psblas_cv_define_prepend-DHAVE_LIBRSB $FDEFINES" ; fi], [want_rsb_libs=""])
if test x$want_rsb_libs != x ; then if test x$want_rsb_libs != x ; then
if test x$want_rsb_libs = xyes ; then if test x$want_rsb_libs = xyes ; then

Loading…
Cancel
Save