8000 DOC: Adapt comment on supported toolchains · numpy/numpy@929f239 · GitHub
[go: up one dir, main page]

Skip to content

Commit 929f239

Browse files
HaoZekergommers
andcommitted
DOC: Adapt comment on supported toolchains
Co-authored-by: rgommers <rgommers@users.noreply.github.com>
1 parent ff8c34f commit 929f239

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/source/f2py/windows/index.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
8000
@@ -18,7 +18,14 @@ Broadly speaking, there are two issues working with F2PY on Windows:
1818
- the linking issues related to the C runtime library for building Python-C extensions.
1919

2020
The focus of this section is to establish a guideline for developing and
21-
extending Fortran modules for Python natively, via F2PY on Windows.
21+
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
2229

2330
Overview
2431
========

0 commit comments

Comments
 (0)
0