I am curious, 2 people downloaded the dlls, 10 people had a look but didn't download
in case you are interested in building Symengine yourself, I used msys2 cmake and ninja
I extracted the Symengine archive then created a build folder inside Symengine
launch mingw64.exe, cd into the build folder, then
cmake .. -DBUILD_SHARED_LIBS=on -DWITH_GMP=on -DWITH_MPFR=on -DWITH_MPC=on
ninja
did the two people that downloaded the dlls successfully run the example?
what prevented the 10 people from downloading? security warning?
by the way, I had vcpkg build Symengine hoping that there would be fewer dlls and overall smaller size but the opposite was true, it was at least 2 times greater size and the Symengine version was not the latest plus it didn't support mpfr or mpc although it required the dlls to run