Adrian Pop
Adrian Pop
This fix will end up in v1.22.3 and of course the nightly.
Opened a PR with cmake: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9325
Yes, my PR to cmake was merged: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9325
> Yes, it is a new feature and SRMD is an xml format specified in SSP Traceability specification https://pmsfit.github.io/SSPTraceability/master/ This link doesn't seem to exist anymore, can you please update...
Yes, one would need to compile the parser library for ARM. I have some changes for that, I will make a PR.
Especially if this is the case: ``` julia> @time import OMFrontend 34.724030 seconds (46.50 M allocations: 2.577 GiB, 2.79% gc time, 87.05% compilation time) julia> @time import OMBackend 38.205766 seconds...
What do you get when you run `uname -a` on that box? I guess we might need to add some cases in the configure. Have you tried the cmake build...
This has nothing to do with the CPP runtime. It is the regular runtime. Our fixes for spaces in paths is translating the path with spaces to short paths but...
True, not everybody has admin rights. We should check if the path has spaces in it and quote it in OMEdit when we call the Compile.bat script.
Sure. Will do. I need to check how that goes into the Makefile we generate to be sure it works.