# HG changeset patch # User michelemartone # Date 1413794629 0 # Node ID b8f0148a86f1476639623f99465306ed7a7b0223 # Parent 76d554668a8fc0a24587a5a51c55bd85d3b3ef71 ./configure --help will show extra info about relevant *RSB* variables. doc update. diff -r 76d554668a8f -r b8f0148a86f1 main/sparsersb/doc/README --- a/main/sparsersb/doc/README Sat Oct 18 15:26:31 2014 +0000 +++ b/main/sparsersb/doc/README Mon Oct 20 08:43:49 2014 +0000 @@ -14,11 +14,16 @@ If you desire, you can pass some options to configure; e.g.: ./configure CXXFLAGS="-O3 " ./configure CXXFLAGS="-O3 " LIBRSB_CONFIG=/opt/librsb-optimized/bin/librsb-config +./configure SPARSERSB_LIBS="-lmpi++" ./configure +More options: +./configure --help + Usage instructions: # go in the directory where sparsersb.oct is located and run octave. octave -# you can use the sparsersb function +# you can use the sparsersb function, starting with + > help sparsersb. ================================================================================ diff -r 76d554668a8f -r b8f0148a86f1 main/sparsersb/src/configure.base --- a/main/sparsersb/src/configure.base Sat Oct 18 15:26:31 2014 +0000 +++ b/main/sparsersb/src/configure.base Mon Oct 20 08:43:49 2014 +0000 @@ -63,10 +63,18 @@ AC_SUBST(altpath) AC_SUBST(altmpath) AC_SUBST(altopath) -AC_SUBST(LIBRSB_LIBS) +dnl +AC_SUBST(LIBRSB_CONFIG) +AC_ARG_VAR([LIBRSB_CONFIG],[Pathname to the librsb-config script (MANDATORY!).]) AC_SUBST(SPARSERSB_LIBS) +AC_ARG_VAR([SPARSERSB_LIBS],[Additional libraries you want to link sparsersb against.]) +AC_SUBST(LIBRSB_LIBS) +dnl AC_ARG_VAR([LIBRSB_LIBS],[Link line for librsb (determined using LIBRSB_CONFIG).]) +AC_SUBST(RSBOI_CXXFLAGS) +dnl AC_ARG_VAR([RSBOI_CXXFLAGS],[Compile/preprocess options for librsb (determined using LIBRSB_CONFIG).]) AC_SUBST(LIBRSB_CXXFLAGS) -AC_SUBST(RSBOI_CXXFLAGS) +dnl AC_ARG_VAR([LIBRSB_CXXFLAGS],[Link line for librsb (determined using LIBRSB_CONFIG).]) +dnl AC_ARG_WITH(verbosity-level, [ --with-verbosity-level verbosity level (0,1,..)],