google / benchmark

A microbenchmark support library
Apache License 2.0
8.61k stars 1.57k forks source link

Delete unused requirements file, simplify nanobind build file #1635

Closed nicholasjng closed 11 months ago

nicholasjng commented 11 months ago

The dependencies are contained in the pyproject.toml since it was added.

Switches to header and source file globbing instead of manually listing the files. The selects for different platforms are removed, as a tradeoff, we take a single- to low double-digit hit in wheel sizes (between 5 percent zipped and 12% installed on MacOS 13.4).

The linker response file approach can (in my opinion) be revisited once https://github.com/bazelbuild/bazel/pull/18952 is through.