Eduard Valeyev
Eduard Valeyev
@spriti523 is this still relevant?
@yurivict thanks, yes, unfortunately the cmake build of libint1 seems to be heavily tailored for Psi4, i.e. libr12 is not built or installed ... @loriab any thoughts?
Unfortunately I do not have access to a Windows machine. `Command failed: Stack overflow` is a possible hint. Try increasing stack size.
@mbanck thanks ... I tried to understand what `VERSION` and `SOVERSION` are supposed to be (CMake's dox are no bueno) but I am still not sure about the best-practices: -...
@loriab would be happy to see a PR to switch compiler build to CMake ... there are too many things on the plate to prioritize this. Ideally in-comptree library and...
@yurivict please provide `config.log` ... if you could run the debugger and provide a backtrace that would be useful also. Thanks.
This may be relevant: with older `libstdc++` libs may need to link against `libstdc++fs`, see https://gitlab.kitware.com/cmake/cmake/-/issues/17834 and https://github.com/vector-of-bool/CMakeCM/blob/master/modules/FindFilesystem.cmake
@loriab let me know what the status of this is, would be great to get this saga finished before 2024
> I'd dearly like to get this finished before 2024, too. But I think it'll take enough revising that I can't work on it until mid-Dec. No problem at all....
> Yeah, `LIBINT_BUILD_LIBRARY_AS_SUBPROJECT` vs. `ExternalProject_Add` :-). Basically, I'm all for the latter for this role, especially as it keeps the dev library build separate and configured most like the more...