Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 14:00:10 -0700
From:      Yuri <yuri@rawbw.com>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r553237 - in head: devel/py-cysignals lang/clisp math/eclib math/giacxcas math/gp2c math/lcalc math/pari math/pari_elldata math/pari_galdata math/pari_galpol math/pari_nftables math/par...
Message-ID:  <d520dbbf-4c23-6355-82d0-b455661b0311@rawbw.com>
In-Reply-To: <20201027192918.GA3923@graf.pompo.net>
References:  <202010250539.09P5dn6i088950@repo.freebsd.org> <20201027192918.GA3923@graf.pompo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Thierry,

On 10/27/20 12:29 PM, Thierry Thomas wrote:
> ImportError: /usr/local/lib/python3.7/site-packages/cypari2/gen.so: Undefined symbol "isirreducible"


The function isirreducible has been deprecated in pari in favor of 
polisirreducible, see https://github.com/sagemath/cypari2/issues/98

In order to solve the problem this function needs to be renamed in 
cypari2/gen.pyx and cypari2/paridecl.pxd


Please let me know if you would like me to add the patch renaming this 
function,


Yuri





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d520dbbf-4c23-6355-82d0-b455661b0311>