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 603e834 commit 94a9b0aCopy full SHA for 94a9b0a
numpy/distutils/fcompiler/__init__.py
@@ -745,7 +745,8 @@ def wrap_unlinkable_objects(self, objects, output_dir, extra_dll_dir):
745
('cygwin.*', ('gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95')),
746
('linux.*', ('gnu95', 'intel', 'lahey', 'pg', 'nv', 'absoft', 'nag', 'vast', 'compaq',
747
'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor', 'fujitsu')),
748
- ('darwin.*', ('gnu95', 'nag', 'nagfor', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg')),
+ ('darwin.*', ('gnu95', 'nag', 'nagfor', 'absoft', 'ibm', 'intel', 'gnu',
749
+ 'g95', 'pg')),
750
('sunos.*', ('sun', 'gnu', 'gnu95', 'g95')),
751
('irix.*', ('mips', 'gnu', 'gnu95',)),
752
('aix.*', ('ibm', 'gnu', 'gnu95',)),
0 commit comments