On Wed, 31 Aug 2011, Vijay S. Mahadevan wrote:

> And the other is related to the recent change in PETSc where the
> *Destroy() take the address of the object which has been propagated
> in SLEPc to maintain consistency.

libMesh now fails to build for me with SLEPc 3.1.0.4 - I presume that,
since the API change in EPSDestroy doesn't get applied in any current
release, our macro test should actually read

#if SLEPC_VERSION_RELEASE && SLEPC_VERSION_LESS_THAN(3,1,1)

not

#if SLEPC_VERSION_RELEASE && SLEPC_VERSION_LESS_THAN(3,1,0)

?

That's what I'm committing to fix the problem on my system, anyway;
let me know if it breaks anyone else.
---
Roy

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to