Lukas Burgholzer
Lukas Burgholzer
> We're supposed to be stripping that `//?` prefix when it's unambiguous (sometimes it's not possible, for complicated reasons that I don't fully understand related to Windows paths). It's not...
> Could you try this branch of pybind11 without the `..`'s? > > `"pybind11 @ git+https://github.com/henryiii/pybind11@hernyiii/fix/upheader"` > > ? Sure: The respective workflow logs can be found here https://github.com/cda-tum/mqt-qcec/actions/runs/10478228069/job/29021100463?pr=432 (for...
Ok, I now have a bit of a better testing matrix set up ([Workflow](https://github.com/cda-tum/mqt-qcec/blob/a1ea249d0eac1b6bc329c6d8c9d6d87269057d6c/.github/workflows/cd.yml#L15-L143), [CI Log](https://github.com/cda-tum/mqt-qcec/actions/runs/10479482920)). All running `uv 0.3.0` and the git dependency for pybind11 with the absolute paths....
> It's most likely a mix of a uv issue (not simplifying this when I think it could), and MSVC not understanding these paths. Agreed. Although it's still kind of...
> > Anyway. Once the pybind11 fix is merged and released, there at least is a way forward to build our projects on 3.13t 🚀 > > > > pybind11...
> Please feel free to file a uv issue! x-ref: filed https://github.com/astral-sh/uv/issues/6948
> It's in the base of the virtual environments. `cat $VIRTUAL_ENV/pyvenv.cfg` basically. `python -c 'import sys; from pathlib import Path; print(Path(sys.prefix).joinpath("pyvenv.cfg").read_text())'` would print it in a cross-platform way, I believe....
> @burgholzer it looks to me that this issue can be closed? Yeah. All good from our side. 3.13t builds are working like a charm now! 🙌
Thanks for creating this issue. This should work nicely together with #437 Note that we will need to investigate how we can formulate all of the different gates supported by...
Thanks for creating this issue! I believe this should be feasible in general. Although it is much harder to support as it is to support QIR. A quick Google search...