Kirill A. Korinsky
Kirill A. Korinsky
@jlaine, here a way. Some time ago I write an article how to utilize GitHub Actions as a shell on different OS: https://kirill.korins.ky/articles/using-github-actions-as-a-temporary-shell/ which leads to create a demo repository...
@jlaine I had ported this spring Scala-Native to different BSD and if I recall right the same behaviour is true for NetBSD. Anyway, as far as I recall FreeBSD supports...
@jlaine like this I was able to pass almots all unit test on OpenBSD. Anyway, it has one more things: OpenBSD uses LibreSSL which doesn't support ED448, so I need...
> But it has much more differences with scoket strucutres length which should be ignored here. I was wrong. After switch to `1.2.0` (before I've used `1.0.0`) I need two...
@jlaine I had rebased this branch to the last `main`, and created dedicated PRs to addresses different small polish for OpenBSD
@jlaine and ping here as well
@crazy-max here it is. I haven't tried to build it on go-1.22 but conflict was trivial and grep by patterns `syscall.E` and `'unix.E` doesn't find any new places. So, it...
@NoahOksuz I can't figure out how to enable it. I see:
aha, I just patched sources of used build. Which seems not enough :( If you share a picture how it looks on your side, I can genuely how I think...
@karypis nope, it doesn't, see: https://github.com/KarypisLab/ParMETIS/pull/23. I suggest to make a [cmake package](https://cmake.org/cmake/help/book/mastering-cmake/chapter/Finding%20Packages.html#creating-cmake-package-configuration-files) to make things easy. This patch is used to allow compiling a dynamic library. Without it, it...