Skip to content

Commit

Permalink
Fix ECKIT_CODEC
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber committed Oct 25, 2024
1 parent c3fedd9 commit d55a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d55a344

Please sign in to comment.