Henry Schreiner

Results 2507 comments of Henry Schreiner

b) I think, especially as we simplify this (I think pybind11 will actually have a few nice simplifications and dropped predeclarations when this is in place), that not having include...

Also, CMake assume .cpp are built, so you'll have to loop over all the included files and force them to be considered headers to get it to work properly in...

Added basic CMake support. You'll need to fix `../include/pybind11/cast.h:1458:15: warning: inline function 'pybind11::literals::operator""_a' is not defined [-Wundefined-inline]` I believe, though.

Sorry for the delay, this has been and will be on hold for a bit while we work on getting 2.6.0 out. Once that is out, then hopefully several of...

Looks like the latest version of pybind11 on hunter is 2.8.1. I remember the update process being slightly annoying with CLI11, others keep it up to date nowadays and I'm...

So far: ``` E - 'pybind11_global.egg-info/not-zip-safe', ``` is missing with the TOML config.

Okay, that's weird, a single job has this: ``` AttributeError: module 'pybind11' has no attribute 'get_include' ``` I think it's related to the not-zip-safe issue, at least that's my guess....

Ah, yes, I wasn't really expecting this to fully work with PEP 621 metadata, I was originally seeing if it would still work with the changes and the old system....

But this is already at https://github.com/pybind/pybind11/blob/0964a9093a728dbf67b9b98c6371752b1a346f25/tools/pybind11NewTools.cmake#L35 ?

These tests are broken by this change: ``` 4 - BinningTest (Failed) 8 - GenArgusTest (Failed) 37 - pipipi0DPFit_Example (Failed) 44 - D2KKK_Example (Failed) 45 - D2PPP_Example (Failed) ```