Lori A. Burns

Results 474 comments of Lori A. Burns

@evaleev , I've got all the PR frontmatter examples revised, so I think this is ready for consideration. If you'd like any more configurations run to compare libtool and cmake,...

I'm not promoting a merge (esp. while v2.8.x is brewing), but converting this from draft to regular PR since there's no blockers to merging.

Thanks for investigating. fwiw, I was using pybind11 v2.11.1 .

So CI is failing again (see #262, #275, #276) on Mac once these were rebased to _include_ the homebrew `[email protected]` workaround to py312 failure. My theory is that the GHA...

This is more an issue + demo than a PR. It seems that the Fortran interface on Mac is broken when using a shared Libint library. Release/Debug, Intel/Silicon, and FetchContent/Add_ExternalProject...

anyone wanting to generate `./configure` on Apple Silicon, this gets past the unrecognized machine error. ``` diff --git a/bin/config.sub b/bin/config.sub index a44fd8ae..32495efa 100644 --- a/bin/config.sub +++ b/bin/config.sub @@ -1101,6 +1101,9...

The CI here reveals another error which I think comes from the release of setuptools v69. As it currently stands, LIBINT_VERSION isn't getting substituted into setup.py, so the version is...

> @loriab this can be tossed? The setuptools/configure on ARM side issues can be tossed (I'll change the PR name back). But as far as I know, the mac+shared+fortran is...

confirmed, the mac+shared+fortran error persists.

fwiw, I tried this once, then gave it up because I could only get it to work partway. (Below is a diff off the #259 src.) I could definitely make...