I wonder why the missing of "mathml" remained undetected since 2007. I found this out, because I was generating abbrev.list in another way and detected the missing mathml.
Waldek, can you explain why we need abbrev.list or why SPAD_SRCS are so important that it doesn't matter if mathml is missing? Ralf PS: Patch attached. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/67198167-30d5-1346-341d-f55834d307a9%40hemmecke.org.
From 5d018b44fee0e229acc4085e679fa6f69bbd9a9a Mon Sep 17 00:00:00 2001 From: Ralf Hemmecke <[email protected]> Date: Tue, 18 Aug 2020 23:56:24 +0200 Subject: add mathml to SPAD_SRCS --- src/algebra/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index 50bb3cab..661c27c4 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -56,7 +56,7 @@ SPAD_SRCS= \ irsn ituple jet kl kovacic laplace laurent \ leadcdet lie limitps lindep lingrob linpen liouv \ listgcd list lll lmdict lodof lodof2 lodo logic \ - mama manip mantepse mappkg matcat matfuns matrix \ + mama manip mantepse mathml mappkg matcat matfuns matrix \ matstor mesh mfinfact mkfunc mkrecord \ mlift moddfact modgcd modhpsol modmonom modmon modring \ moebius mring mrv_limit mset mts muldep multfact multpoly \ -- 2.17.1
