mò
|Dc           @   s¸   d  Z  d k Z d k l Z d k l Z l Z l Z e i i	 Z	 d k
 Z
 d d d „ Z e d j oN d k l Z e d d	 d
 d d d d d d d d d e d d ƒ i ƒ   n d S(   sŽ  Note: to be able to import this package after installation you need to
add a symbolic link manually in the site-packages/scipy/sandbox/pysparse/
directory from pysparse.so to spmatrix.so.  Then you can import using:

    from scipy.sandbox import spmatrix

(The reason for this is to keep the patch set from PySparse minimal while
working around PySparse's weird inconsistency in its module name.)
N(   s	   Extension(   s   get_paths   Configurations   dot_joint    c         C   sŠ   d k  l } t d |  | ƒ } | i d ƒ | i d ƒ | i d ƒ t i t i	 i
 d d d ƒ ƒ } | i d d d	 g d
 d g ƒ| S(   N(   s   get_infot   pysparset   docst   examplest   testst   includes   *.ht   sourcess   src/spmatrixmodule.ct   include_dirss   include/(   t   numpy.distutils.system_infot   get_infot   Configurationt   parent_packaget   parent_patht   configt   add_data_dirt   globt   ost   patht   joint   headerst   add_extension(   R   R   R   R	   R   (    (    t   Lib/sandbox/pysparse/setup.pyt   configuration   s    !		t   __main__(   s   setupt   descriptions3   pysparse - A port of Roman Geus's PySparse to numpyt   authors   Ed Schofield, Robert Cimrmant   author_emails*   edschofield@scipy.org, cimrman3@ntc.zcu.czt   maintainer_emails   scipy-dev@scipy.orgt   urls   http://www.scipy.orgt   licenses   SciPy License (BSD Style)R   (   t   __doc__R   t   numpy.distutils.coret	   Extensiont   numpy.distutils.misc_utilt   get_pathR
   t   dot_joinR   R   R   t   NoneR   t   __name__t   setupt   todict(	   R#   R   R   R    R   R"   R
   R   R&   (    (    R   t   ?   s   			