Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failure with pari master #27

Closed
videlec opened this issue Jul 31, 2017 · 1 comment
Closed

build failure with pari master #27

videlec opened this issue Jul 31, 2017 · 1 comment

Comments

@videlec
Copy link
Collaborator

videlec commented Jul 31, 2017

With PARI/GP at 0cf35279e the build fails with

Error compiling Cython file:
------------------------------------------------------------
...
            _d = gen_0
        else:
            d = objtogen(d)
            _d = (<Gen>d).g
        sig_on()
        cdef GEN _ret = alglathnf(_al, _m, _d)
                                ^
------------------------------------------------------------

cypari2/auto_gen.pxi:1556:33: Call with wrong number of arguments (expected 2, got 3)

Error compiling Cython file:
------------------------------------------------------------
...
            
            [6 18 2 3 9 1]
        '''
        cdef GEN _E = E.g
        sig_on()
        cdef GEN _ret = ellisomat(_E, p, fl)
                                ^
------------------------------------------------------------

cypari2/auto_gen.pxi:6214:33: Call with wrong number of arguments (expected 2, got 3)

Error compiling Cython file:
------------------------------------------------------------
...
        rho = objtogen(rho)
        cdef GEN _rho = (<Gen>rho).g
        if not precision:
            precision = default_bitprec()
        sig_on()
        cdef GEN _ret = lfunartin(_nf, _gal, _rho, n, precision)
                                ^
------------------------------------------------------------

cypari2/auto_gen.pxi:10735:33: Call with wrong number of arguments (expected 4, got 5)
@videlec
Copy link
Collaborator Author

videlec commented Jul 31, 2017

Would be fixed by #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants