Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/env.py (cython_aliases): Update doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 18, 2020
1 parent 346bd88 commit 70901ea
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions src/sage/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,31 +383,9 @@ def cython_aliases():
{...}
sage: sorted(cython_aliases().keys())
['ARB_LIBRARY',
'FFLASFFPACK_CFLAGS',
'FFLASFFPACK_INCDIR',
'FFLASFFPACK_LIBDIR',
'FFLASFFPACK_LIBEXTRA',
'FFLASFFPACK_LIBRARIES',
'GIVARO_CFLAGS',
'GIVARO_INCDIR',
'GIVARO_LIBDIR',
'GIVARO_LIBEXTRA',
'GIVARO_LIBRARIES',
'GSL_CFLAGS',
'GSL_INCDIR',
'GSL_LIBDIR',
'GSL_LIBEXTRA',
'GSL_LIBRARIES',
'LINBOX_CFLAGS',
'LINBOX_INCDIR',
'LINBOX_LIBDIR',
'LINBOX_LIBEXTRA',
'LINBOX_LIBRARIES',
'SINGULAR_CFLAGS',
'SINGULAR_INCDIR',
'SINGULAR_LIBDIR',
'SINGULAR_LIBEXTRA',
'SINGULAR_LIBRARIES']
'CBLAS_CFLAGS',
...,
'ZLIB_LIBRARIES']
"""
import pkgconfig

Expand Down

0 comments on commit 70901ea

Please sign in to comment.