Results 107 comments of Stefano Sinigardi

Hi! Isn't it possible to use Darknet as a CMake target in this project, and so be independent of CUDNN, library name, etc etc...? Happy to assist if you need...

@jithinjosepkl sorry for the delay. I think that it's best seen in the appveyor CI of [ALaDyn](https://github.com/ALaDyn/ALaDyn), here: https://ci.appveyor.com/project/cenit/aladyn-kul79. We test the native build under windows with 3 configurations: -...

In the latest commit I added also some debug messages to help you, but unfortunately it is not so helpful: ``` [00:10:02] [ 55%] Building Fortran object CMakeFiles/ALaDyn.dir/src/parallel.F90.obj [00:10:04] cmake...

thank you so much. Please let me know if I can help in any way

is it related to this [issue](https://social.microsoft.com/Forums/en-US/0dde2e44-7b01-47fc-9bb2-ce57d68e2605/mpifh-header-uses-nonconformant-integer-representation-leading-to-error-with-gfortran?forum=windowshpcmpi) maybe?

I forked the project and applied your patch: https://github.com/cenit/Microsoft-MPI I have some problem building Microsoft-MPI: https://ci.appveyor.com/project/cenit/microsoft-mpi Whenever I will be able to build it, I will add some instructions to...

Sorry for resurrecting the thread only now. I tried anyway to build ALaDyn with just the patch to mpi.h applied to the installed sdk, https://github.com/cenit/Microsoft-MPI/commit/0358fb00d603ae59dc61a623bf2bae59b54c2a23.patch It didn't work. Also, I...

this patch solves the issue ``` --- a/libraries/akaze/src/nldiffusion_functions.cpp +++ b/libraries/akaze/src/nldiffusion_functions.cpp @@ -222,8 +222,8 @@ void halfsample_image(const RowMatrixXf& src, RowMatrixXf& dst) { // Do the whole resampling in one pass by...

We are maintaining a patchset in vcpkg. There it is building also with latest boost

using [vcpkg](https://github.com/Microsoft/vcpkg) it should be possible to install freeopcua on windows and also mac/linux starting from sources, together with the most up-to-date boost libs. Please let me know if it...