missing HAVE_LIBRSB in the configure script. fixed.
psblas3-type-indexed
Michele Martone 14 years ago
parent b4366289ce
commit edc01c32fd

@ -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
make check -C test/serial
cleanlib:
(cd lib; /bin/rm -f *.a *$(.mod) *$(.fh))
veryclean: cleanlib

1
configure vendored

@ -8798,6 +8798,7 @@ if test x$want_rsb_libs != x ; then
# we assume want_rsb_libs are linkage parameters
fi
fi
FDEFINES="$FDEFINES $psblas_cv_define_prepend-DHAVE_LIBRSB"
fi
RSB_LIBS="$want_rsb_libs"
LIBS="$RSB_LIBS ${LIBS}"

@ -665,6 +665,7 @@ if test x$want_rsb_libs != x ; then
# we assume want_rsb_libs are linkage parameters
fi
fi
FDEFINES="$FDEFINES $psblas_cv_define_prepend-DHAVE_LIBRSB"
fi
RSB_LIBS="$want_rsb_libs"
LIBS="$RSB_LIBS ${LIBS}"

@ -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

Loading…
Cancel
Save