Replies: 2 comments 1 reply
-
I am going to try to fix the alignment warnings someday, we see those on other platforms as well. I seem to recall the rt linking issue on other platforms as well, I agree that one should be pretty straightforward as long as we can detect it in CMake IBM might see if you can build with asio disabled. Is ZMQ available on those platforms? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Some details on the specific gcc cfarm machine hostnames used, for future reference:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried building HELICS and running a simple local test involving a single echo federate connecting to a HELICS broker on a variety of machines with less common CPU architectures and/or operating systems in the GCC Compile Farm. Here are the results:
Worked:
Failed:
I haven't tried to fix the failed builds; the OpenBSD one is probably the easiest to get working (CMake try_compile to check if -lrt is needed on a system), the mips64 issue could possibly be linking with -latomic, and the rest would be more involved.
Beta Was this translation helpful? Give feedback.
All reactions