Skip to content

Commit a7ebf65

Browse files
HaoZekecharris
authored andcommitted
DOC: Add a pointer to the SciPy fortran doc
1 parent b2550d1 commit a7ebf65

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/source/f2py/windows/index.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ F2PY and Windows
66

77
.. warning::
88

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.
1114

1215
Broadly speaking, there are two issues working with F2PY on Windows:
1316

@@ -19,6 +22,7 @@ extending Fortran modules for Python natively, via F2PY on Windows.
1922

2023
Overview
2124
========
25+
2226
From a user perspective, the most UNIX compatible Windows
2327
development environment is through emulation, either via the Windows Subsystem
2428
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.
206210
.. _are outdated: https://github.com/conda-forge/conda-forge.github.io/issues/1044
207211
.. _now deprecated: https://github.com/numpy/numpy/pull/20875
208212
.. _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

0 commit comments

Comments
 (0)