Is there any plans for supporting macOS?
I don't see any published packages on e.g. homebrew, and attempting to build from source chokes on https://github.com/openucx/ucc/blob/master/config/m4/sysdep.m4#L15-L16 among other things.
The first (finding librt) is superfluous, IIRC the realtime libraries are bundled with the compiler/os runtime libraries on macOS by default, whilst timer_create seems to need custom stubs (macOS seemingly has its own timer API that is ever so slightly different -- but not entirely incompatible).
Is there any plans for supporting macOS?
I don't see any published packages on e.g. homebrew, and attempting to build from source chokes on https://github.com/openucx/ucc/blob/master/config/m4/sysdep.m4#L15-L16 among other things.
The first (finding
librt) is superfluous, IIRC the realtime libraries are bundled with the compiler/os runtime libraries on macOS by default, whilsttimer_createseems to need custom stubs (macOS seemingly has its own timer API that is ever so slightly different -- but not entirely incompatible).