Changeset 7388:f252b9131b77


Ignore:
Timestamp:
11/20/07 08:35:47 (6 years ago)
Author:
mabshoff@…
Branch:
default
Tags:
2.8.13.rc1
Message:

link against libpari.so instead of libpari-gmp.so for cremona/homespace.py - this should work on all supported platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r7387 r7388  
    221221cremona_homspace = Extension('sage.libs.cremona.homspace', 
    222222                       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'], 
    224224                       language='c++', 
    225225                       define_macros = [("NTL_ALL",None)] 
Note: See TracChangeset for help on using the changeset viewer.