From d55a34480cd75db2a287c0bc909b4a1b5f4be0c7 Mon Sep 17 00:00:00 2001 From: Till Ehrengruber Date: Fri, 25 Oct 2024 12:24:53 +0200 Subject: [PATCH] Fix ECKIT_CODEC --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e1b83e..802971a 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def build_extension(self, ext): "-DATLAS4PY_PYBIND11_VERSION=" + VERSIONS["pybind11"], # TODO(tehrengruber): Re-enable. Using ECKIT_CODEC currently fails with: # `ImportError: libeckit_codec.so: cannot open shared object file: No such file or directory` - "-DENABLE_ECKIT_CODEC=Off", # disable since broken right now + "-DENABLE_ECKIT_CODEC=Off", ] if sys.platform.startswith("darwin"): # Cross-compile support for macOS - respect ARCHFLAGS if set