## Agenda - [Henry's Slides](https://docs.google.com/presentation/d/1WA0oEM7x8IWPRBhtTyYimstfNTP3ni9jYXVnkOn56Gk/edit#slide=id.p) - Community discussion / issues - [SciPy paper proposal](https://github.com/scipy-conference/scipy_proceedings/pull/939) discussion ## Attending - Matt McCormick - Henry Scheiner - Jean-Christophe Fillion-Robin - Jean-Christophe Morin - Nicholas Junge, Nico, ML Infra dev, nanobind plugins built with Bazel ## Discussion - scikit-build-core for Bazel C++ Python extensions - See also maturin, other project at the end of the scikit-build-core README - Directly use Bazel -> wheel - PEP 517 `build` tool to run the build - Entry points defined in *src/scikit_build_core/build/__init__.py* - Another simple example is `flit` - [distlib](https://github.com/pypa/distlib) - scikit-build classic error on [windows-2022 CI](https://github.com/InsightSoftwareConsortium/ITKMGHImageIO/actions/runs/9575482628/job/26400437664?pr=40) - Appears to pick up older MSVC by default ### Recording and Transcript - [Recording](https://drive.google.com/file/d/15MqlTPzLFbqGiOUPPes_rcvRGiNm1J3v/view?usp=sharing) - [Transcript](https://docs.google.com/document/d/1G2zhqk32KU_LeAqsz144nNDl1HfgMbRt59KUJFRO4JA/edit?usp=sharing) - [Chat Transcript](https://drive.google.com/file/d/1NN-PtV9AvSMmTw4WFnpbyT37Lc3c4uPm/view?usp=sharing)