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

Commit

Permalink
Switch Cython files that use NTL to language = c++
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 11, 2021
1 parent 7b1e27b commit 4d2828d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_rational_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# distutils: libraries = iml NTL_LIBRARIES m CBLAS_LIBRARIES
# distutils: library_dirs = NTL_LIBDIR CBLAS_LIBDIR
# distutils: include_dirs = NTL_INCDIR M4RI_INCDIR CBLAS_INCDIR

# distutils: language = c++
"""
Dense matrices over the rational field
Expand Down
1 change: 1 addition & 0 deletions src/sage/rings/rational.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# distutils: include_dirs = NTL_INCDIR
# distutils: library_dirs = NTL_LIBDIR
# distutils: extra_link_args = NTL_LIBEXTRA
# distutils: language = c++
r"""
Rational Numbers
Expand Down

0 comments on commit 4d2828d

Please sign in to comment.