Changeset 7388:f252b9131b77
- Timestamp:
- 11/20/07 08:35:47 (6 years ago)
- Branch:
- default
- Tags:
- 2.8.13.rc1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r7387 r7388 221 221 cremona_homspace = Extension('sage.libs.cremona.homspace', 222 222 sources = ["sage/libs/cremona/homspace.pyx"], 223 libraries = ['g0nntl', 'jcntl', 'gmpxx', 'ntl', 'gmp', 'm', 'stdc++', 'pari -gmp', 'curvesntl'],223 libraries = ['g0nntl', 'jcntl', 'gmpxx', 'ntl', 'gmp', 'm', 'stdc++', 'pari', 'curvesntl'], 224 224 language='c++', 225 225 define_macros = [("NTL_ALL",None)]
Note: See TracChangeset
for help on using the changeset viewer.
