Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 23, 2024
1 parent b580e96 commit a9d5e53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ optional-dependencies.dev = [
]

[tool.scikit-build]
minimum-version = "0.10"
build-dir = "build/{wheel_tag}"
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["src/_version.py"]
wheel.expand-macos-universal-tags = true
Expand Down
11 changes: 6 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#
# SPDX-License-Identifier: MIT

find_package(Arrow REQUIRED)
find_package(FMT REQUIRED)
find_package(spdlog REQUIRED)
find_package(Filesystem REQUIRED)

find_package(
Python
3.9
Expand All @@ -22,11 +27,7 @@ FetchContent_Declare(
SYSTEM
)

find_package(Arrow REQUIRED)
find_package(FMT REQUIRED)
find_package(nanobind REQUIRED)
find_package(spdlog REQUIRED)
find_package(Filesystem REQUIRED)
FetchContent_MakeAvailable(nanobind)

nanobind_add_module(
_hictkpy
Expand Down

0 comments on commit a9d5e53

Please sign in to comment.