Cristian Le
Cristian Le
Sphinx 7 support is in, just needs a release. Not 100% sure if all is ok, but at least the tests are passing
It would also be useful to expose these as compile-time constants. C++ would be easy to add that, do you thibk it can be added for plain C also?
> I don't want to sound overly pessimistic, but what gives you the confidence that Prof. Karypis will merge your code? There are trivial pull requests waiting for months to...
@gruenich If you find it useful feel free to give it a try. Right now the project is importable, and I will test on octopus if it is usable in...
See #79
I think [this](https://github.com/spglib/spglib/blob/bf0b4b78824ebd0ff92327af2ee9368ed66a3f8e/src/spglib.c#L74) is more robust. More important is for the CMake to specify a C standard
Hey @shengjianda I have some pointers about CMake modernization. Can we collaborate a bit to make this project more usable? I will submit a few PRs on your forks with...
This is dependent on the operating system and package manager. For example, you can also get the latest cmake from PyPI on almost all systems. But indeed it is recommended...
Could you show me some hints on how to debug such a problem? E.g. how to run it in serial mode? Matlab R2021a is currently in pre-release. Are you able...
It seems that Matlab just passes the variables as empty double objects even if in the code dot indexing is used, because Matlab is not smart enough to determine the...