[petsc-dev] reminder never use #include "mylocalinclude.h" in	PETSc source
    Jed Brown 
    jed at 59A2.org
       
    Wed May  5 14:21:05 CDT 2010
    
    
  
On Wed, 5 May 2010 13:36:34 -0500, Barry Smith <bsmith at mcs.anl.gov> wrote:
>    Hmm, didn't know bout this. But it then is not using the xcode
>    build environment at all (just editor, source code browers
>    etc). Doubt it will work for building an iphone app :-)
The behavior of PETSc applications can be modified too much at runtime
so it falls under the "no interpreters" clause and will be rejected by
the iPhone store.  If programs carefully avoid ever calling
*SetFromOptions() and don't forward the arguments, it will still be
rejected under the "no libraries" clause.
Jed
    
    
More information about the petsc-dev
mailing list