File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,14 @@ Here ``<fortran files>`` may also contain signature files. Among other options
83
83
``--wrap-functions `` is default because it ensures maximum portability and
84
84
compiler independence.
85
85
86
- ``--include-paths <path1>:<path2>:.. ``
86
+ ``--include-paths " <path1>:<path2>..." ``
87
87
Search include files from given directories.
88
88
89
+ .. note :: The paths are to be separated by the correct operating system
90
+ separator :py:data: `~os.pathsep `, that is ``: `` on Linux / MacOS
91
+ and ``; `` on Windows. In ``CMake `` this corresponds to using
92
+ ``$<SEMICOLON> ``.
93
+
89
94
``--help-link [<list of resources names>] ``
90
95
List system resources found by ``numpy_distutils/system_info.py ``. For
91
96
example, try ``f2py --help-link lapack_opt ``.
You can’t perform that action at this time.
0 commit comments