Package: libpetsc3.0.0-dev Version: 3.0.0-3 There's a bug in petsc.m4. Patch attached.
-Adam -- GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Engineering consulting with open source tools http://www.opennovation.com/
--- petsc.m4~ 2009-05-15 09:44:59.000000000 -0400
+++ petsc.m4 2009-05-15 09:45:11.000000000 -0400
@@ -43,7 +43,7 @@
dnl Basic check
aLIBS="$LIBS"
- LIBS="$aLIBS $PETSC_LIBDIR $PETSC_EXTERNAL_LIBS"
+ LIBS="$aLIBS -L$PETSC_LIBDIR $PETSC_EXTERNAL_LIBS"
AC_CHECK_LIB(petsc, PetscPrintf, ,
AC_MSG_ERROR("PETSc libraries not found"))
LIBS="$aLIBS"
signature.asc
Description: This is a digitally signed message part

