Skip to content

Commit

Permalink
Merge pull request numpy#4173 from leaz/patch-2
Browse files Browse the repository at this point in the history
Add '.FOR' to src_extensions
  • Loading branch information
rgommers committed Jan 5, 2014
2 parents 1ffe713 + d77dda3 commit ff7d5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/distutils/fcompiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class FCompiler(CCompiler):

pic_flags = [] # Flags to create position-independent code

src_extensions = ['.for', '.ftn', '.f77', '.f', '.f90', '.f95', '.F', '.F90']
src_extensions = ['.for', '.ftn', '.f77', '.f', '.f90', '.f95', '.F', '.F90', '.FOR']
obj_extension = ".o"

shared_lib_extension = get_shared_lib_extension()
Expand Down

0 comments on commit ff7d5f9

Please sign in to comment.