From 2b3a17ed64009ddbc6b495ee948fe5b32bf83d90 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 6 Mar 2020 14:40:25 +0000 Subject: Debugging macos build -I/.. is provided but still cblas.h is not found. --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ce66bfe..344b056 100644 --- a/setup.py +++ b/setup.py @@ -175,6 +175,10 @@ def _skl_get_blas_info(): base = os.path.split(libdir)[0] blas_info["include_dirs"] = os.path.join(base, "include") + if on_cibw_mac(): + # debugging + print(os.listdir('/System/Library/Frameworks/vecLib.framework/Headers')) + print("\n\n*** blas_info: \n%r\n\n ***\n\n" % blas_info) print( "\n\n*** os.environ.get('OPENBLAS') = %r ***\n\n" -- cgit v1.2.3