From a17c6b9ed720a39d98c565e569ef8d1b2d4af96b Mon Sep 17 00:00:00 2001 From: munira-alduraibi Date: Wed, 13 Sep 2023 20:29:54 +0300 Subject: [PATCH] DOC: Updated the meson page to reflect the new meson defaults related to #24550 --- doc/source/f2py/buildtools/meson.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/source/f2py/buildtools/meson.rst b/doc/source/f2py/buildtools/meson.rst index 23b454ee5857..e8bfe0ea8e41 100644 --- a/doc/source/f2py/buildtools/meson.rst +++ b/doc/source/f2py/buildtools/meson.rst @@ -110,9 +110,6 @@ Salient points It is worth keeping in mind the following: -* ``meson`` will default to passing ``-fimplicit-none`` under ``gfortran`` by - default, which differs from that of the standard ``np.distutils`` behaviour - * It is not possible to use SCREAMCASE in this context, so either the contents of the ``.f`` file or the generated wrapper ``.c`` needs to be lowered to regular letters; which can be facilitated by the ``--lower`` option of