File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ F2PY and Windows
6
6
7
7
.. warning ::
8
8
9
- F2PY support for Windows is not at par with Linux support, and
10
- OS specific flags can be seen via ``python -m numpy.f2py ``
9
+ F2PY support for Windows is not always at par with Linux support
10
+
11
+ .. note ::
12
+ `ScPy's documentation `_ has some information on system-level dependencies
13
+ which are well tested for Fortran as well.
11
14
12
15
Broadly speaking, there are two issues working with F2PY on Windows:
13
16
@@ -19,6 +22,7 @@ extending Fortran modules for Python natively, via F2PY on Windows.
19
22
20
23
Overview
21
24
========
25
+
22
26
From a user perspective, the most UNIX compatible Windows
23
27
development environment is through emulation, either via the Windows Subsystem
24
28
on Linux, or facilitated by Docker. In a similar vein, traditional
@@ -206,3 +210,4 @@ path using a hash. This needs to be added to the ``PATH`` variable.
206
210
.. _are outdated : https://github.com/conda-forge/conda-forge.github.io/issues/1044
207
211
.. _now deprecated : https://github.com/numpy/numpy/pull/20875
208
212
.. _LLVM Flang : https://releases.llvm.org/11.0.0/tools/flang/docs/ReleaseNotes.html
213
+ .. _ScPy's documentation : http://scipy.github.io/devdocs/building/index.html#system-level-dependencies
You can’t perform that action at this time.
0 commit comments