Stefano Sinigardi
Stefano Sinigardi
Hi @Magnulas, Thanks for your contributions. I did something similar in some parts to bring freeopcua to vcpkg: https://github.com/Microsoft/vcpkg/tree/master/ports/freeopcua Since we aim for a very stable release, can I ask...
Ok, good to know that Linux version is compatible also with windows. Happy to know that you can use vcpkg port of freeopcua without any problem. Please let me know...
the event appears in Actions, it's not "not run". It just writes "Status: skipped", as if the condition ``` if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && (github.event.comment.author_association == 'MEMBER'...
sure, no hurry. I just wanted to share what I had to do on this project to adapt to my workflow. If there's anything interesting for you, please feel free...
any news here? building shogun with Eigen 3.4 (now released, final version from 3.3.90 cited here), is broken... I will look for a fix, but any hint would be very...
on vcpkg we manually fixed shogun to be compatible with eigen 3.4
what do you think about integrating it also in cmake toolchain?
> @cenit check, please, why CI/CD is failed, because I solely added Python script to Scripts directory. yes you’re right. A transient error, will be fixed automatically soon
> @cenit hello, should this PR be merged? I don't have write access. i just triggered a global PRs update to see current status of all of them. Each PR...
Which cmake version are you using now after the update? Also, please, **never** build with CMake **in-tree**. The best practice is **always** to build **out of tree**. So create another...