Search Criteria
Package Details: sagemath-jupyter-git 9.0.beta8.r0.gcf9673bc59-1
Git Clone URL: | https://aur.archlinux.org/sagemath-git.git (read-only, click to copy) |
---|---|
Package Base: | sagemath-git |
Description: | Jupyter kernel for SageMath |
Upstream URL: | http://www.sagemath.org |
Licenses: | |
Submitter: | arojas |
Maintainer: | arojas |
Last Packager: | arojas |
Votes: | 5 |
Popularity: | 1.40 |
First Submitted: | 2015-04-16 17:55 |
Last Updated: | 2019-12-05 20:47 |
Dependencies (19)
- python-ipywidgets
- python-jupyter_client
- sagemath (sagemath-git)
- bliss (make)
- boost (make)
- coin-or-cbc (make)
- coxeter (make)
- cython (cython-kivy, cython-git) (make)
- git (git-git) (make)
- libfes (make)
- mcqd (make)
- primecount (make)
- python-jinja (make)
- python-pkgconfig (python-pkgconfig-1.1.0) (make)
- ratpoints (make)
- shared_meataxe (make)
- sirocco (make)
- tdlib (make)
- jsmol (optional) – alternative 3D plot engine
Required by (1)
- sagemath-git (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
mrpg commented on 2018-01-21 19:53
This package should respect the settings in /etc/makepkg.conf, especially those regarding make's -j flag.
arojas commented on 2017-08-20 15:41
@Wulfsta should be ok now
Wulfsta commented on 2017-08-17 02:33
I'm having an issue compiling due to a
Reversed (or previously applied) patch detected! Assume -R? [n]
error.
Wulfsta commented on 2017-06-20 21:02
Should sagemath-jupyter-git provide sagemath-jupyter? In the PKGBUILD it currently does not.
ingleandrobarros commented on 2017-02-13 02:15
Bro, Sagemath-git don't compile. Check that:
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c: In function ‘__pyx_pf_4sage_6graphs_9planarity_is_planar’:
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c:2656:52: error: ‘vertexRec {aka struct <anonymous>}’ has no member named ‘link’
__pyx_v_j = ((__pyx_v_theGraph->V[__pyx_v_i]).link[1]);
^
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c:2676:59: error: ‘baseGraphStructure {aka struct <anonymous>}’ has no member named ‘E’
__pyx_t_3 = __Pyx_PyInt_From_int((__pyx_v_theGraph->E[__pyx_v_j]).neighbor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 148, __pyx_L1_error)
^~
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c:2691:39: error: ‘baseGraphStructure {aka struct <anonymous>}’ has no member named ‘E’
__pyx_v_j = ((__pyx_v_theGraph->E[__pyx_v_j]).link[1]);
^~
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c:2918:56: error: ‘vertexRec {aka struct <anonymous>}’ has no member named ‘link’
__pyx_v_j = ((__pyx_v_theGraph->V[__pyx_v_i]).link[1]);
^
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c:2938:63: error: ‘baseGraphStructure {aka struct <anonymous>}’ has no member named ‘E’
__pyx_t_3 = __Pyx_PyInt_From_int((__pyx_v_theGraph->E[__pyx_v_j]).neighbor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 167, __pyx_L1_error)
^~
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c:2953:43: error: ‘baseGraphStructure {aka struct <anonymous>}’ has no member named ‘E’
__pyx_v_j = ((__pyx_v_theGraph->E[__pyx_v_j]).link[1]);
^~
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c:3100:56: error: ‘vertexRec {aka struct <anonymous>}’ has no member named ‘link’
__pyx_v_j = ((__pyx_v_theGraph->V[__pyx_v_i]).link[0]);
^
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c:3120:63: error: ‘baseGraphStructure {aka struct <anonymous>}’ has no member named ‘E’
__pyx_t_3 = __Pyx_PyInt_From_int((__pyx_v_theGraph->E[__pyx_v_j]).neighbor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 188, __pyx_L1_error)
^~
/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/planarity.c:3135:43: error: ‘baseGraphStructure {aka struct <anonymous>}’ has no member named ‘E’
__pyx_v_j = ((__pyx_v_theGraph->E[__pyx_v_j]).link[0]);
^~
error: command 'gcc' failed with exit status 1
[ 98/464] gcc -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include -I/usr/include/python2.7 -I/usr/lib/python2.7/site-packages/numpy/core/include -I/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src -I/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/sage/ext -I/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized -I/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/strongly_regular_db.c -o build/temp.linux-x86_64-2.7/tmp/yaourt-tmp-leand/aur-sagemath-git/src/sage/src/src/build/cythonized/sage/graphs/strongly_regular_db.o -fno-strict-aliasing
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build sagemath-git.
tsallinia86 commented on 2016-11-20 16:37
Works perfectly on my lenovo g50 laptop.
Daedalus24 commented on 2016-03-24 19:10
Current status:
==> Starting prepare()...
patching file src/sage/misc/package.py
Hunk #1 succeeded at 222 (offset 18 lines).
patching file src/bin/sage-env
Hunk #2 FAILED at 211.
Hunk #3 succeeded at 284 (offset 9 lines).
Hunk #4 FAILED at 326.
Hunk #5 succeeded at 407 with fuzz 1 (offset 17 lines).
Hunk #6 succeeded at 572 (offset 13 lines).
2 out of 6 hunks FAILED -- saving rejects to file src/bin/sage-env.rej
arojas commented on 2016-02-21 23:13
my bad, fixed for real now
Daedalus24 commented on 2016-02-21 18:41
Extracting pynac-0.6.1.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
/home/.../abs/community/pynac/PKGBUILD: line 20: ./configure: No such file or directory
Daedalus24 commented on 2016-02-20 11:48
Thank you @arojas, much obliged. I'll wait for abs to update, it's not done yet