From 0a420c979af6db48e0a5db6362ad79a534c1e1b3 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 30 Oct 2024 11:03:01 -0400 Subject: [PATCH] Add comment --- src/f2py/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/f2py/CMakeLists.txt b/src/f2py/CMakeLists.txt index e884f1f..6d6fb18 100644 --- a/src/f2py/CMakeLists.txt +++ b/src/f2py/CMakeLists.txt @@ -8,6 +8,9 @@ esma_set_this ( OVERRIDE GMAOpyobs ) # cmake requirements # ------------------ +# NOTE: For CI purposes, f2py is hard to support. Until +# a solution can be found, we add a flag to allow +# the user to disable f2py in these circumstances if (USE_F2PY) find_package(F2PY3 REQUIRED)