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

Commit 7b1e27b

Browse files
author
Matthias Koeppe
committed
Merge distutils directives for Cython files using ntl
1 parent 6e30e3a commit 7b1e27b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+62
-124
lines changed

src/sage/algebras/quatalg/quaternion_algebra_cython.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# distutils: language = c++
2-
# distutils: libraries = gmp m ntl
2+
# distutils: libraries = gmp m NTL_LIBRARIES
33
# distutils: extra_compile_args = NTL_CFLAGS
44
# distutils: include_dirs = NTL_INCDIR
5-
# distutils: libraries = NTL_LIBRARIES
65
# distutils: library_dirs = NTL_LIBDIR
76
# distutils: extra_link_args = NTL_LIBEXTRA
87
"""

src/sage/algebras/quatalg/quaternion_algebra_element.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# distutils: language = c++
2-
# distutils: libraries = gmp m ntl
2+
# distutils: libraries = gmp m NTL_LIBRARIES
33
# distutils: extra_compile_args = NTL_CFLAGS
44
# distutils: include_dirs = NTL_INCDIR
5-
# distutils: libraries = NTL_LIBRARIES
65
# distutils: library_dirs = NTL_LIBDIR
76
# distutils: extra_link_args = NTL_LIBEXTRA
87
"""

src/sage/libs/eclib/__init__.pxd

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# distutils: language = c++
2-
# distutils: libraries = ec ntl pari gmp m
2+
# distutils: libraries = ec NTL_LIBRARIES pari gmp m
33
# distutils: extra_compile_args = NTL_CFLAGS
44
# distutils: include_dirs = NTL_INCDIR
5-
# distutils: libraries = NTL_LIBRARIES
65
# distutils: library_dirs = NTL_LIBDIR
76
# distutils: extra_link_args = NTL_LIBEXTRA
87

src/sage/libs/lcalc/lcalc_Lfunction.pyx

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# distutils: libraries = m ntl Lfunction
2-
# distutils: extra_compile_args = NTL_CFLAGS
1+
# distutils: libraries = m NTL_LIBRARIES Lfunction
2+
# distutils: extra_compile_args = NTL_CFLAGS -O3 -ffast-math
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
7-
# distutils: extra_compile_args = -O3 -ffast-math
86
# distutils: language = c++
97
r"""
108
Rubinstein's lcalc library

src/sage/libs/ntl/convert.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# distutils: depends = NTL/ZZ.h
2-
# distutils: libraries = ntl gmp
2+
# distutils: libraries = NTL_LIBRARIES gmp
33
# distutils: extra_compile_args = NTL_CFLAGS
44
# distutils: include_dirs = NTL_INCDIR
5-
# distutils: libraries = NTL_LIBRARIES
65
# distutils: library_dirs = NTL_LIBDIR
76
# distutils: extra_link_args = NTL_LIBEXTRA
87
# distutils: language = c++

src/sage/libs/ntl/ntl_GF2.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp
1+
# distutils: libraries = NTL_LIBRARIES gmp
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_GF2E.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_GF2EContext.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_GF2EX.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_GF2X.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_ZZ.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_ZZX.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_ZZ_p.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_ZZ_pContext.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_ZZ_pE.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_ZZ_pEContext.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_ZZ_pEX.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_ZZ_pX.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_lzz_p.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_lzz_pContext.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_lzz_pX.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_mat_GF2.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_mat_GF2E.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/libs/ntl/ntl_mat_ZZ.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/matrix/matrix_cyclo_dense.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# distutils: language = c++
2-
# distutils: libraries = ntl
2+
# distutils: libraries = NTL_LIBRARIES
33
# distutils: extra_compile_args = NTL_CFLAGS
44
# distutils: include_dirs = NTL_INCDIR
5-
# distutils: libraries = NTL_LIBRARIES
65
# distutils: library_dirs = NTL_LIBDIR
76
# distutils: extra_link_args = NTL_LIBEXTRA
87
"""

src/sage/matrix/matrix_integer_dense.pyx

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# -*- coding: utf-8 -*-
2-
# distutils: extra_compile_args = M4RI_CFLAGS
3-
# distutils: libraries = iml ntl gmp m CBLAS_LIBRARIES
4-
# distutils: extra_compile_args = NTL_CFLAGS
5-
# distutils: include_dirs = NTL_INCDIR
6-
# distutils: libraries = NTL_LIBRARIES
7-
# distutils: library_dirs = NTL_LIBDIR
2+
# distutils: extra_compile_args = NTL_CFLAGS M4RI_CFLAGS
3+
# distutils: libraries = iml NTL_LIBRARIES gmp m CBLAS_LIBRARIES
4+
# distutils: library_dirs = NTL_LIBDIR CBLAS_LIBDIR
85
# distutils: extra_link_args = NTL_LIBEXTRA
9-
# distutils: library_dirs = CBLAS_LIBDIR
10-
# distutils: include_dirs = M4RI_INCDIR CBLAS_INCDIR
6+
# distutils: include_dirs = NTL_INCDIR M4RI_INCDIR CBLAS_INCDIR
117
"""
128
Dense matrices over the integer ring
139

src/sage/matrix/matrix_rational_dense.pyx

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# distutils: extra_compile_args = -D_XPG6 M4RI_CFLAGS
2-
# distutils: libraries = iml ntl m CBLAS_LIBRARIES
3-
# distutils: extra_compile_args = NTL_CFLAGS
4-
# distutils: include_dirs = NTL_INCDIR
5-
# distutils: libraries = NTL_LIBRARIES
6-
# distutils: library_dirs = NTL_LIBDIR
1+
# distutils: extra_compile_args = -D_XPG6 NTL_CFLAGS M4RI_CFLAGS
72
# distutils: extra_link_args = NTL_LIBEXTRA
8-
# distutils: library_dirs = CBLAS_LIBDIR
9-
# distutils: include_dirs = M4RI_INCDIR CBLAS_INCDIR
3+
# distutils: libraries = iml NTL_LIBRARIES m CBLAS_LIBRARIES
4+
# distutils: library_dirs = NTL_LIBDIR CBLAS_LIBDIR
5+
# distutils: include_dirs = NTL_INCDIR M4RI_INCDIR CBLAS_INCDIR
106

117
"""
128
Dense matrices over the rational field

src/sage/rings/bernmm.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# distutils: sources = sage/rings/bernmm/bern_modp.cpp sage/rings/bernmm/bern_modp_util.cpp sage/rings/bernmm/bern_rat.cpp
2-
# distutils: libraries = ntl pthread gmp
2+
# distutils: libraries = NTL_LIBRARIES pthread gmp
33
# distutils: extra_compile_args = NTL_CFLAGS
44
# distutils: include_dirs = NTL_INCDIR
5-
# distutils: libraries = NTL_LIBRARIES
65
# distutils: library_dirs = NTL_LIBDIR
76
# distutils: extra_link_args = NTL_LIBEXTRA
87
# distutils: depends = sage/rings/bernmm/bern_modp.h sage/rings/bernmm/bern_modp_util.h sage/rings/bernmm/bern_rat.h

src/sage/rings/bernoulli_mod_p.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp
1+
# distutils: libraries = NTL_LIBRARIES gmp
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/finite_rings/element_ntl_gf2e.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl
1+
# distutils: libraries = NTL_LIBRARIES
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/finite_rings/hom_finite_field_givaro.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = givaro ntl gmp m
1+
# distutils: libraries = givaro NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/fraction_field_FpT.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = gmp ntl zn_poly
1+
# distutils: libraries = gmp NTL_LIBRARIES zn_poly
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/number_field/number_field_element.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl
1+
# distutils: libraries = NTL_LIBRARIES
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/number_field/number_field_element_quadratic.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl
1+
# distutils: libraries = NTL_LIBRARIES
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/padics/padic_ZZ_pX_CA_element.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/padics/padic_ZZ_pX_CR_element.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/padics/padic_ZZ_pX_FM_element.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/padics/padic_ZZ_pX_element.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/padics/padic_ext_element.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/padics/padic_printing.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = gmp ntl m
1+
# distutils: libraries = NTL_LIBRARIES ntl m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

src/sage/rings/padics/pow_computer.pyx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# distutils: libraries = ntl gmp m
1+
# distutils: libraries = NTL_LIBRARIES gmp m
22
# distutils: extra_compile_args = NTL_CFLAGS
33
# distutils: include_dirs = NTL_INCDIR
4-
# distutils: libraries = NTL_LIBRARIES
54
# distutils: library_dirs = NTL_LIBDIR
65
# distutils: extra_link_args = NTL_LIBEXTRA
76
# distutils: language = c++

0 commit comments

Comments
 (0)