Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Mar 27, 2024
1 parent b2d4aeb commit 9549828
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,17 @@ def find_or_build_package_data(setuptools_cmd):
package_data.append(f.name)
assert package_data, f"tiledbsoma artifacts absent from {lib_dir}"

print()
print()
print("================================================================ DEBUG START")
print("THIS_DIR", this_dir)
import os
print("LS -L")
os.system("ls -l")
print("================================================================ DEBUG END")
print()
print()

if not tiledb_given:
for f in lib_dir.glob("*tiledb.*"):
if f.suffix != ".a": # skip static library
Expand Down

0 comments on commit 9549828

Please sign in to comment.