<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 5, 2013 at 6:39 PM, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">
<div class="gmail_extra"><div class="gmail_quote"><div>We just take the PETSC_USE_EXTERN_CXX branch everywhere so that if defined(__cplusplus), we always use extern "C" (independent of how PETSc was configured). This also gets rid of PETSC_EXTERN_C and PETSC_INTERN_C, leaving only PETSC_EXTERN and PETSC_INTERN.</div>

</div></div></div></blockquote><div><br></div></div><div>Is this doable if we still want to support C++ complex?</div></blockquote></div><br>Yes, exactly as it does now --with-clanguage=C++ --with-c-support --with-scalar-type=complex.</div>
</div>