10000 Update __init__.py · numpy/numpy@7662c07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7662c07

Browse files
tomgreen66charris
authored andcommitted
Update __init__.py
1 parent 311ab52 commit 7662c07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

numpy/distutils/fcompiler/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line n 8323 umberDiff line numberDiff line change
@@ -743,8 +743,9 @@ def wrap_unlinkable_objects(self, objects, output_dir, extra_dll_dir):
743743
('win32', ('gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95',
744744
'intelvem', 'intelem', 'flang')),
745745
('cygwin.*', ('gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95')),
746-
('linux.*', ('arm', 'gnu95', 'intel', 'lahey', 'pg', 'nv', 'absoft', 'nag', 'vast', 'compaq',
747-
'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor', 'fujitsu')),
746+
('linux.*', ('arm', 'gnu95', 'intel', 'lahey', 'pg', 'nv', 'absoft', 'nag',
747+
'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95',
748+
'pathf95', 'nagfor', 'fujitsu')),
748749
('darwin.*', ('gnu95', 'nag', 'nagfor', 'absoft', 'ibm', 'intel', 'gnu',
749750
'g95', 'pg')),
750751
('sunos.*', ('sun', 'gnu', 'gnu95', 'g95')),

0 commit comments

Comments
 (0)
0