[arch-commits] Commit in sagemath/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Sep 12 14:00:24 UTC 2019


    Date: Thursday, September 12, 2019 @ 14:00:24
  Author: arojas
Revision: 509564

Adapt to new mathjax path

Modified:
  sagemath/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 13:41:31 UTC (rev 509563)
+++ PKGBUILD	2019-09-12 14:00:24 UTC (rev 509564)
@@ -8,7 +8,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=8.8
-pkgrel=8
+pkgrel=9
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
 arch=(x86_64)
 url="http://www.sagemath.org"
@@ -157,7 +157,8 @@
   cd sage-$pkgver/src
 
   export SAGE_ROOT="$PWD" \
-         SAGE_LOCAL="/usr"
+         SAGE_LOCAL="/usr" \
+         MATHJAX_DIR="/usr/share/mathjax2"
   python2 -c "from sage.repl.ipython_kernel.install import SageKernelSpec; SageKernelSpec.update(prefix='$pkgdir/usr')"
 # fix symlinks to assets
   for _i in $(ls ext/notebook-ipython); do



More information about the arch-commits mailing list