8000 ENH: Add f2cmap support to f2pyarg compilation · numpy/numpy@f388c96 · GitHub
[go: up one dir, main page]

Skip to content

Commit f388c96

Browse files
committed
ENH: Add f2cmap support to f2pyarg compilation
1 parent bd02010 commit f388c96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy/f2py/f2pyarg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ def get_f2pyflags_dist(args, skip_funcs, only_funcs, rem):
621621
f2py_flags.extend(['only:']+only_funcs + [':'])
622622
if(args.include_paths):
623623
f2py_flags.extend(['--include-paths']+args.include_paths)
624+
if(args.f2cmap):
625+
f2py_flags.extend(['--f2cmap', str(args.f2cmap)])
624626
return f2py_flags
625627

626628
def get_fortran_library_flags(args):

0 commit comments

Comments
 (0)
0