8000
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 6aab3dd commit 1e5ccb8Copy full SHA for 1e5ccb8
doc/source/f2py/windows/index.rst
@@ -18,7 +18,14 @@ Broadly speaking, there are two issues working with F2PY on Windows:
18
- the linking issues related to the C runtime library for building Python-C extensions.
19
20
The focus of this section is to establish a guideline for developing and
21
-extending Fortran modules for Python natively, via F2PY on Windows.
+extending Fortran modules for Python natively, via F2PY on Windows.
22
+
23
+Currently supported toolchains are:
24
25
+- Mingw-w64 C/C++/Fortran compilers
26
+- Intel compilers
27
+- Clang-cl + Flang
28
+- MSVC + Flang
29
30
Overview
31
========
0 commit comments