Re: [Libmesh-devel] Two small patches for SLEPc-dev

2011-08-31 Thread Vijay S. Mahadevan
Oops. That's a typo :) slepc-3.1-p6 So include the PETSC_ARCH/include only if version is greater than 3.1. I do see the configure script having the information but not sure how you would propagate that into Make.common. On Wed, Aug 31, 2011 at 4:51 PM, Vijay S. Mahadevan wrote: >> Is this a rece

Re: [Libmesh-devel] Two small patches for SLEPc-dev

2011-08-31 Thread Vijay S. Mahadevan
> Is this a recent change?  As of slepc-3.0.0-p7 it looks like slepc > header files are in $SLEPC_DIR/include.  Also I don't think $PETSC_DIR > is required any more as of PETSc 3. Yes. I have a slepc-3.0.0-p6 installed and it does not require this. The inclusion is due to "slepcconf.h" required by

Re: [Libmesh-devel] Two small patches for SLEPc-dev

2011-08-31 Thread John Peterson
On Wed, Aug 31, 2011 at 2:21 PM, Vijay S. Mahadevan wrote: > All, > > Find attached two small patches for working with the SLEPc dev version. > > One of them is related to adding the include directory in the > configured architecture. And the other is related to the recent change Is this a recent

[Libmesh-devel] Two small patches for SLEPc-dev

2011-08-31 Thread Vijay S. Mahadevan
All, Find attached two small patches for working with the SLEPc dev version. One of them is related to adding the include directory in the configured architecture. And the other is related to the recent change in PETSc where the *Destroy() take the address of the object which has been propagated