Nick Papior
Nick Papior
this would be very cool!
Would be great if you could add that the method to create the signature on the fly, something like this: ```cmake # The module file for the signatures set(hello_module "_hello")...
You are probably right. :) In the simple cases it is just nice ;)
Ok. So does `scikit-build-core` have the same options as is present for `hatchling`? I.e. can I do: ``` # A) [tool.hatch.build] ignore-vcs = true # B) [tool.scikit-build] ignore-vcs = true...
But how does `cibuildwheel` then pass the correct options to the C compiler? Since the flags are present for `gcc`, then it seems that CMake handles it fine, but I...
Ok, let's assume I'll fix the gcc problem. I am more interested in the flags problem.
@henryiii thanks for this, that clarifies a few things. Yet, I am puzzled why it is not added to the fortran flags? I have now tried instead of doing `enable_language`,...
Ok, i'll look around, and if problems still occur, I'll post this upstream.
Great thanks for this. I can say I am very much interested in generalized Hermitian (complex) eigensolvers. But as long as one can transform the matrix `B` and convert matrix...
PS. Feel free to close it unless you have a reason not to?