Skip to content

Commit

Permalink
remove 'pari' from cython.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Mar 21, 2024
1 parent 9b4a1e9 commit bef06fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/misc/cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ def _standard_libs_libdirs_incdirs_aliases():
sage: from sage.misc.cython import _standard_libs_libdirs_incdirs_aliases
sage: _standard_libs_libdirs_incdirs_aliases()
(['mpfr', 'gmp', 'gmpxx', 'pari', ...],
(['mpfr', 'gmp', 'gmpxx', ...],
[...],
[...],
{...})
"""
aliases = cython_aliases()
standard_libs = [
'mpfr', 'gmp', 'gmpxx', 'pari', 'm',
'mpfr', 'gmp', 'gmpxx', 'm',
'ec', 'gsl',
] + aliases["CBLAS_LIBRARIES"] + [
'ntl']
Expand Down

0 comments on commit bef06fd

Please sign in to comment.