We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6358533 commit df938cdCopy full SHA for df938cd
M2/Macaulay2/d/version.dd
@@ -69,6 +69,8 @@ header "
69
#ifdef HAVE_FPLLL
70
#include <fplll.h>
71
#endif
72
+
73
+ #include <libxml/xmlversion.h>
74
";
75
76
header "
@@ -173,6 +175,7 @@ setupconst("version", Expr(toHashTable(Sequence(
173
175
\"not present\"
174
176
177
"),
178
+ "libxml2 version" => Ccode(constcharstar, "LIBXML_DOTTED_VERSION"),
179
"mpsolve version" => Ccode(constcharstar, "stringize(MPS_MAJOR_VERSION) \".\" stringize(MPS_MINOR_VERSION) \".\" stringize(MPS_PATCH_VERSION)" ),
180
"python version" => Ccode(constcharstar,"
181
#ifdef WITH_PYTHON
0 commit comments