Closed agarny closed 2 years ago
I agree in both points! the tests should be an option. And the map needs to be fixed. In the contributed KISAO code, the libsedml namespaces are not used, and so the map is declared globally as ::g_kisaomap, and then later referenced via the sedml namespace.
I've created a new release 2.0.28 that fixes both points.
Thanks @fbergmann, I can confirm that version 2.0.28 fixes my issues.
Hi, I have been trying to build a static version (only) of version 2.0.27 of libSEDML. It's all going well, I end up with my
libsedml-static.a
file, but then the build system tries to build the tests (incidentally, this should be an option, no?) and I am getting the following on macOS:Any idea of what is going on here? Here is the way I configured libSEDML (as an external project in CMake).