[arch-commits] Commit in sagemath/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Nov 23 23:34:30 UTC 2015
Date: Tuesday, November 24, 2015 @ 00:34:30
Author: arojas
Revision: 147497
upgpkg: sagemath 6.9-4
Modified:
sagemath/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-23 23:32:59 UTC (rev 147496)
+++ PKGBUILD 2015-11-23 23:34:30 UTC (rev 147497)
@@ -83,7 +83,7 @@
# Upstream patches
# fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209
-# patch -p0 -i "$srcdir"/fes02.patch
+# patch -p0 -i ../fes02.patch
# disable fes module, fails to compile
patch -p0 -i ../disable-fes.patch
# port to pari-sage 2.8.1813
@@ -140,6 +140,7 @@
export SAGE_ROOT="/usr"
export SAGE_LOCAL="$SAGE_ROOT"
export SAGE_SRC="$PWD"
+ export CC=gcc
export JUPYTER_PATH="$pkgdir"/usr/share/jupyter
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
More information about the arch-commits
mailing list