From a700a7f69ecb4ddd79b3cba64ba1ba222a493a8c Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Thu, 4 Apr 2024 20:39:31 -0500 Subject: [PATCH] The Python installation for 'interop' needs another includes case --- apis/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/python/setup.py b/apis/python/setup.py index 12b1f896df..5cec080012 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -217,6 +217,7 @@ def run(self): INC_DIRS = [ "dist_links/libtiledbsoma/include", "dist_links/libtiledbsoma/external/include", + "dist_links/libtiledbsoma/src/external/include", "../../build/externals/install/include", str(tiledbsoma_dir / "include"), str(tiledbsoma_dir / "include/tiledbsoma"),