Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a419a30 commit 2d4a1cfCopy full SHA for 2d4a1cf
1 file changed
numpy/distutils/fcompiler/__init__.py
@@ -709,11 +709,11 @@ def _environment_hook(self, name, hook_name):
709
('linux.*', ('gnu95','intel','lahey','pg','absoft','nag','vast','compaq',
710
'intele','intelem','gnu','g95','pathf95')),
711
('darwin.*', ('gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg')),
712
- ('sunos.*', ('sun','gnu95','gnu','g95')),
713
- ('irix.*', ('mips','gnu95','gnu',)),
714
- ('aix.*', ('ibm','gnu95','gnu',)),
+ ('sunos.*', ('sun','gnu','gnu95','g95')),
+ ('irix.*', ('mips','gnu','gnu95',)),
+ ('aix.*', ('ibm','gnu','gnu95',)),
715
# os.name mappings
716
- ('posix', ('gnu95','gnu',)),
+ ('posix', ('gnu','gnu95',)),
717
('nt', ('gnu','gnu95',)),
718
('mac', ('gnu95','gnu','pg')),
719
)
0 commit comments