Date
1 - 2 of 2
[Openmama-dev] Let's test cmake support
Victor Maleyev
Added openmama-users -------- Пересылаемое сообщение-------- 27.04.2018, 12:05, "Victor Maleyev" <imnotmindlin@...>: Hi guys, -------- Завершение пересылаемого сообщения -------- |
|
Frank Quinn <fquinn@...>
Hi folks,
Further to this, we have now wired up with C#, install rules and unit tests on Linux, Windows and even native OSX (with some recent changes).
This is a huge step because it effectively outsources compiler support which we effectively had to manage ourselves with our previous scons infrastructure as well as fight with python environments.
With that in mind I have now raised https://github.com/OpenMAMA/OpenMAMA/pull/361 which will hopefully make it into next soon!
After the next release goes out (which I propose is soon), we can look at making cmake the default for CI and the release following that one.
Cheers,
Frank
On 27 Apr 2018 10:05, Victor Maleyev <imnotmindlin@...> wrote:
Hi guys,
Me and Frank made some efforts to support CMake build system: it builds MAMA on Linux and Windows. Unfortunately it is not in trunk yet but I desperately need any feedback on how it works to make it stable and ready for release. Just clone the repo from here: https://github.com/fquinner/OpenMAMA/tree/feature-cmake-support and try build it like this: mkdir build cmake .. make Make sure that flex, Apache portable runtime and gradle are installed. Feel free to mail me if issues are found. |
|