-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac+shared+fortran broken #318
base: master
Are you sure you want to change the base?
Conversation
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 don't matter. The #include catch.hpp is slightly malpositioned, but correcting this doesn't fix things. Possibly flang might be something to try for a coherent c/c++/fortran compiler stack. I don't think this can be accessed in pure libtool, as there isn't a fortran option in configure.ac . Does anyone recall whether this was working at some point? for when the GHA logs fade away
|
anyone wanting to generate
|
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 still broken (segfault from #318 (comment)). I'll rebase the branch to check. |
confirmed, the mac+shared+fortran error persists. |
No description provided.