[petsc-dev] windows fixes.

Jed Brown jedbrown at mcs.anl.gov
Wed Jul 3 11:32:03 CDT 2013


Satish Balay <balay at mcs.anl.gov> writes:

> How about:
>
>>>>>>>>>
> -  isGNU = staticmethod(config.memoize(isGNU))
> +
> +  import sys
> +  if sys.version_info >= (2,5):
> +    isGNU = staticmethod(config.memoize(isGNU))
> +  else:
> +    isGNU = staticmethod(isGNU)
> <<<<<<<<<

I still don't understand the actual problem.  I reproduced this funny
thing where Python prints 'gcc' and a stack trace without stating an
exception, but I didn't figure out what the exception was or why the
reporting was messed up.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130703/097032a9/attachment.sig>


More information about the petsc-dev mailing list