[petsc-dev] windows fixes.
Jed Brown
jedbrown at mcs.anl.gov
Wed Jun 26 18:27:40 CDT 2013
Satish Balay <balay at mcs.anl.gov> writes:
> one more issue:
>
> looks like 2a571ffb5945aee713990b6770e04534a0423780 is not python-2.4 compliant.
>
> from configure_next_arch-linux-gcc-absoft_churn.log
Damn, I checked that decorators were used elsewhere, but didn't actually
test with python-2.4. I now see that the other instances were not in
essential code.
$ git grep '^\s*@' config
config/BuildSystem/config/setCompilers.py: @staticmethod
config/BuildSystem/config/setCompilers.py: @config.memoize
config/BuildSystem/patch.py: @property
config/BuildSystem/patch.py: @property
config/BuildSystem/patch.py: @property
config/builder.py: @staticmethod
config/builder.py: @staticmethod
config/builder.py: @staticmethod
config/builder.py: @property
config/builder.py: @property
Should these other uses of decorators be replaced with the more clumsy
syntax? Or is it time to add --download-python?
-------------- 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/20130626/fb38a5c0/attachment.sig>
More information about the petsc-dev
mailing list