mirror of https://github.com/google/benchmark.git
Bump `nanobind` to stable v1.4.0 tag (#1626)
This seems to reduce binding sizes even further, with a wheel size of 175KB on my local machine (macOS 13.4.1).
This commit is contained in:
parent
a092f8222c
commit
cb39b7150d
|
@ -48,8 +48,7 @@ def benchmark_deps():
|
|||
new_git_repository(
|
||||
name = "nanobind",
|
||||
remote = "https://github.com/wjakob/nanobind.git",
|
||||
commit = "1ffbfe836c9dac599496a170274ee0075094a607", # v0.2.0
|
||||
shallow_since = "1677873085 +0100",
|
||||
tag = "v1.4.0",
|
||||
build_file = "@//bindings/python:nanobind.BUILD",
|
||||
recursive_init_submodules = True,
|
||||
)
|
||||
|
|
|
@ -31,6 +31,7 @@ cc_library(
|
|||
"src/nb_internals.cpp",
|
||||
"src/nb_internals.h",
|
||||
"src/nb_ndarray.cpp",
|
||||
"src/nb_static_property.cpp",
|
||||
"src/nb_type.cpp",
|
||||
"src/trampoline.cpp",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue