Package Details: ore_algebra 0.5-1

Git Clone URL: https://aur.archlinux.org/ore_algebra.git (read-only, click to copy)
Package Base: ore_algebra
Description: An implementation of Ore algebras for Sage
Upstream URL: http://www.risc.jku.at/research/combinat/software/ore_algebra/
Licenses: GPL
Submitter: arojas
Maintainer: arojas
Last Packager: arojas
Votes: 0
Popularity: 0.000000
First Submitted: 2015-04-03 22:08 (UTC)
Last Updated: 2024-10-18 07:01 (UTC)

Latest Comments

aeonblue commented on 2024-10-18 10:03 (UTC)

Yep the git version works.

arojas commented on 2024-10-18 06:53 (UTC)

The current release is very old and is not compatible with latest sagemath. Try building the git version (remove '#tag=$pkgver' from the source)

aeonblue commented on 2024-10-18 06:08 (UTC)

This is failing to install with a lot of Error compiling Cython file errors. They are all here

https://pastebin.com/WFh4bACB

A sample includes

Error compiling Cython file:
------------------------------------------------------------
...
    int _acb_vec_get_unique_fmpz_vec(fmpz * res,  acb_srcptr vec, slong len) noexcept
    void _acb_vec_sort_pretty(acb_ptr vec, slong len) noexcept
    void _acb_vec_printd(acb_srcptr vec, slong len, slong digits) noexcept
    void _acb_vec_printn(acb_srcptr vec, slong len, slong digits, ulong flags) noexcept

from .acb_macros cimport *
^
------------------------------------------------------------

/usr/lib/python3.12/site-packages/sage/libs/flint/acb.pxd:269:0: 'sage/libs/flint/acb_macros.pxd' not found

Error compiling Cython file:
------------------------------------------------------------
...
# Deprecated header file; use sage/libs/flint/acb.pxd instead
# See https://github.com/sagemath/sage/pull/36449

from sage.libs.flint.types cimport acb_struct, acb_t, acb_ptr, acb_srcptr

from sage.libs.flint.acb cimport (
^
------------------------------------------------------------

/usr/lib/python3.12/site-packages/sage/libs/arb/acb.pxd:6:0: 'sage/libs/flint/acb/acb_realref.pxd' not found

SageMath is version 10.4, cython is 3.0.11.