GNU bug report logs -
#45554
[whishlist] Mathjax 3 / Google Closure Compiler
Previous Next
To reply to this bug, email your comments to 45554 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#45554
; Package
guix
.
(Wed, 30 Dec 2020 14:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 30 Dec 2020 14:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
We should attempt to package Mathjax 3. It is needed by a number of R
packages that cannot be upgraded due to the lack of MathjaxR, which
provides Mathjax 3 for R.
Mathjax is written in JavaScript. Parts of it are written in
Typescript. While I made some progress translating the Typescript parts
with esbuild, we still need to package
https://github.com/zorkow/speech-rule-engine/
which is used by the accessibility modules of Mathjax and cannot easily
be skipped.
SRE needs the Google Closure Compiler (written in Java, with latest
versions requiring Bazel) and depends on three more JavaScript
libraries:
https://github.com/zorkow/speech-rule-engine/blob/v3.1.1/package.json#L33
Of those I packaged Commander.js and xmldom-sre (not sure if they work,
because I’m ignorant of how node.js libraries are used);
wicked-good-xpath also requires the Google Closure Compiler.
So the next step appears to be to package an older pre-Bazel version of
Google Closure Compiler (and the associated Google Closure library), so
that we can build wicked-good-xpath and speech-rule-engine.
--
Ricardo
Information forwarded
to
bug-guix <at> gnu.org
:
bug#45554
; Package
guix
.
(Wed, 30 Dec 2020 16:10:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 45554 <at> debbugs.gnu.org (full text, mbox):
Ricardo Wurmus <rekado <at> elephly.net> writes:
> So the next step appears to be to package an older pre-Bazel version of
> Google Closure Compiler (and the associated Google Closure library), so
> that we can build wicked-good-xpath and speech-rule-engine.
v20200920 is the last version of the project that comes with a pom.xml
and presumably does not require Bazel:
https://github.com/google/closure-compiler/tree/v20200920
--
Ricardo
This bug report was last modified 3 years and 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.