Ignore:
Timestamp:
Dec 4, 2006 12:20:25 AM (17 years ago)
Author:
dkearney
Message:

added libscew as a library needed to compile python's bindings to the c++ librappture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/setup.py.in

    r511 r548  
    77                   sources = [ 'Rappture/PyRpUnits.cc' ],
    88                   library_dirs = [ rp_install_dir+'/lib' ],
    9                    libraries = [ 'rappture' ] )
     9                   libraries = [ 'rappture', 'scew' ] )
    1010
    1111setup(  name='Rappture',
Note: See TracChangeset for help on using the changeset viewer.