Erik Sjölund
Erik Sjölund
I experimented and gave it a try in this branch: https://github.com/eriksjolund/libsimdpp/tree/modernize_cmake_support There are some more information in this git commit message: https://github.com/eriksjolund/libsimdpp/commit/9b305f754d0b3bfb2bbfd1236a316a77c20fd562 $ cat ~/example/CMakeLists.txt cmake_minimum_required(VERSION 3.8 FATAL_ERROR) project(example VERSION...
The license for Gromacs (LGPL >= 2.1) prevents it from being included in libsimdpp but it contains some highly optimized SIMD code for mathematical functions. I haven't used it myself...
__Disclaimer__: I'm not familiar with gRPC. An alternative to using __sd_listen_fds()__ is __sd_listen_fds_with_names()__ Maybe it would be possible to use these names in gRPC? All the sockets defined in one...
Consider this scenario: A systemd service wants to use some ports for gRPC and some other ports for another library. Would it be possible to use the current implementation in...
> It should work transparently and automatically when there's a socket unit configured to match the grpc endpoint, that's the key thing Aha, I missed this. So the gRPC port...
Is it necessary to use ekam or would it be fine to use cmake to run the tests? What commands should be used? Maybe something like this? ``` mkdir /tmp/build...
I just realized the --help option is not implemented at all. Anyway, it would be good to have an `--help` option printing the information to stdout.
> I would rather just use the buildkit definition, and move forward. Sounds good
Hi @grooverdan, thanks for reaching out and finding the bugs! I wonder if you could split out these bug fixes ``` cp -r mariadb*@.* ~/.config/systemd/user ``` ``` --volume %h/mariadb-data-unix.%i:/var/lib/mysql:Z ```...
I asked the buildkit slack channel for advice and was told that my issue * https://github.com/containers/container-selinux/issues/201 is probably related to this issue.