Commits

Michael Dickens authored c2c8811cd77
py*-numpy: fix patches to work

Closes: https://trac.macports.org/ticket/55987
No tags

python/py-numpy/files/patch-fcompiler_g95.26.diff

Added
1 +--- numpy/distutils/fcompiler/__init__.py.orig
2 ++++ numpy/distutils/fcompiler/__init__.py
3 +@@ -710,7 +710,7 @@
4 + ('cygwin.*', ('gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95')),
5 + ('linux.*', ('gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq',
6 + 'intele', 'intelem', 'gnu', 'g95', 'pathf95')),
7 +- ('darwin.*', ('gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg')),
8 ++ ('darwin.*', ('gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu', 'pg')),
9 + ('sunos.*', ('sun', 'gnu', 'gnu95', 'g95')),
10 + ('irix.*', ('mips', 'gnu', 'gnu95',)),
11 + ('aix.*', ('ibm', 'gnu', 'gnu95',)),

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut