Leon Merten Lohse
Leon Merten Lohse
This error message could use some improvement. Do you know what format your original file was in? What does `hexdump -C -n 80 ` give you? `fortran_order` indicates if the...
Thanks for getting in touch and offering to contribute. Generally, I would be happy to add such functionality. However, libnpy currently is fairly compact and also does not have any...
Hi @WilliamTambellini Thank you for the additional information and thanks again for offering your contribution. I would be glad to make this work. libz seems "standard" enough. Yet, as far...
> I assume this doesn't actually make `dnf` fail? No it's just a warning. Prior to the latest update of dnf it would have only been printed with `dnf --verbose...
That is understandable. Would you consider supporting the latest available version instead of the "system" python version, then? Technically, the system python version is intended for the distro scripts. Anaconda...
> I am not really familiar with the AppStream modules stuff, but if you would find a way to integrate that into the current spec file I will gladly take...
I have not tested the compatibility with C++11 but I have not consciously used any features that would require C++14, either. If you don't get any compiler warnings, it should...
I try to avoid adding non-standard dependencies. Let me think about this.
> * C vs C++: there is a cpp api to play with zip archives using boost: > https://stackoverflow.com/questions/61081287/build-boostiostreams-with-zlib > but I doubt you d want to add a dep...
Thanks for getting in touch. I am not familiar with libtorch. Could you provide me some more information what you are attempting to do and where it fails?