Saikari
Saikari
I don't know, it is probably awaiting 4 more dependencies to debundle and it would require to port coin-or-osi/clp for that case, as I ported coin-or-coinutils recently.
``` ld: warning: ignoring duplicate libraries: '-lpthread' ld: warning: search path '/opt/homebrew/Cellar/gcc/14.2.0/lib/gcc/14/' not found ld: library 'gfortran' not found clang: error: linker command failed with exit code 1 (use -v...
How should we resolve current branch conflict @star-hengxing ? `-s` version is better ig?
I think it is in rolling out process, it is going to be 10.1.26100.3916 (Honestly I do not understand why second number is `1`, as it is might be MSVC...
Well problem still persists but now Windows SDK was updated to newer one 10.0.26100.3916 (released 4/2025)  I have raised issue there https://github.com/actions/runner-images/issues/12506 but I do not expect much. :)
Resolved by https://github.com/actions/runner-images/issues/12506 Now there is no need to patch Windows SDK anymore, worker has Windows SDK updated to 10.0.26100.4188 @nihui
> You can try xmake port, but we need to fix config.h.in > > ```lua > io.writefile("xmake.lua", [[ > add_rules("mode.debug", "mode.release") > add_requires("bzip2", "zlib") > set_languages("c++11") > target("CoinUtils") > set_kind("$(kind)")...
Maybe this needs to be limited by `MT` VS runtime only.
> > Maybe this needs to be limited by `MT` VS runtime only. > > hmm why? I just wanted to confirm that is not `MT` runtime only library. 🧷...
This might require gcc.lua or some fetch improvements maybe?