missing HAVE_LIBRSB in the configure script. fixed.
@ -34,6 +34,9 @@ clean:
(cd krylov; $(MAKE) clean)
(cd util; $(MAKE) clean)
check: all
make check -C test/serial
cleanlib:
(cd lib; /bin/rm -f *.a *$(.mod) *$(.fh))
veryclean: cleanlib
@ -22,6 +22,9 @@ clean:
(cd krylov; make clean)
(cd util; make clean)
check: library
@ -8798,6 +8798,7 @@ if test x$want_rsb_libs != x ; then
# we assume want_rsb_libs are linkage parameters
fi
FDEFINES="$FDEFINES $psblas_cv_define_prepend-DHAVE_LIBRSB"
RSB_LIBS="$want_rsb_libs"
LIBS="$RSB_LIBS ${LIBS}"
@ -665,6 +665,7 @@ if test x$want_rsb_libs != x ; then
@ -10,7 +10,6 @@
module psb_d_rsb_mat_mod
use psb_d_base_mat_mod
use rsb_mod
#define HAVE_LIBRSB 1
#ifdef HAVE_LIBRSB
use iso_c_binding
#endif