Mizux Seiha
Mizux Seiha
ugly workaround: disable the build of `list_cpu_features` aka comment out the lines: https://github.com/google/cpu_features/blob/69d39934e83be9a0133d2850f15f5debd5eba06f/CMakeLists.txt#L149-L151
closing it as duplicate of the on going PR: * #204
My 2cents, according to CMake documentation > Installing a target with the `EXCLUDE_FROM_ALL` target property set to `TRUE` has undefined behavior. src: https://cmake.org/cmake/help/latest/command/install.html#targets
currently I use the code: https://github.com/Mizux/dotnet-native/blob/09f088b3ccabf9e1316db9c28b5042f0f2a2ab10/dotnet/Mizux.DotnetNative.csproj.in#L4-L5 and for the native library: https://github.com/Mizux/dotnet-native/blob/2b2c3b74775a371d3765687525f4edc10eacb5a4/dotnet/Mizux.DotnetNative.runtime.csproj.in#L3-L5 You should change theses TFM also IMHO. todo: test to write an example in another TFM to see...
did you try to update this line ? https://github.com/Mizux/dotnet-native/blob/97eb1a3485ad219ca776759e1613cdbb3bb6c78a/dotnet/Mizux.DotnetNative.runtime.csproj.in#L33 AFAIK TFM `netcoreapp3.1` and `net6.0` will look into `native/` dir to load native library so we put them here, you need...
FYI dagre is depreacted and lack of maintainers. > **Important!** This project does not have a maintainer or active project members. There won’t be any support or attention to pull...
As far as I know, I would say @madler doesn't work (i.e. maintain) anymore this repo so it will be never merge. > 5. When you lose interest in a...
@Neustradamus on my way to rebase it... (will also fix ortools patch `^v^` )
@Neustradamus just rebased to master any feedback welcome... FYI: upstream macos job are broken see: https://github.com/madler/zlib/pull/337/commits/19d7d6b32ee3af4ed4bdec415f42f518c93b5025
yes too much, no [cmake] label to flag them. * #347 It contains 27 commits and few unrelated stuffs should be split, rebase on master and see what's remain. Will...