ó
Ë½÷Xc           @` sw   d  d l  m Z m Z m Z d  d l m Z d d d „ Z e d k rs d  d l	 m
 Z
 e
 e d d ƒ j ƒ    n  d S(	   i    (   t   divisiont   print_functiont   absolute_import(   t   joint    c         C` sB  d d  l  } d d l m } d d l m } m } | d |  | ƒ } d d d g } | d ƒ } | ru | j d	 ƒ n | j | j ƒ | j d
 ƒ g  | D] }	 t	 d |	 ƒ ^ q™ }
 | j
 d d |
 ƒd g } d g | j d g  ƒ } d g | j d g  ƒ } | j d d | d | d | d d g |
 | | j d ƒ | S(   Ni    (   t   Configuration(   t   get_infot   BlasNotFoundErrort   odrs   d_odr.fs	   d_mprec.fs   dlunoc.ft   blas_opts   d_lpk.fs
   d_lpkbls.ft   odrpackt   sourcess   __odrpack.ct	   librariest   .t   include_dirst	   __odrpackt   dependss	   odrpack.ht   tests(   t   warningst   numpy.distutils.misc_utilR   t   numpy.distutils.system_infoR   R   t   appendt   warnt   __doc__R   t   add_libraryt   popt   add_extensiont   add_data_dir(   t   parent_packaget   top_pathR   R   R   R   t   configt   libodr_filest	   blas_infot   xt   odrpack_srcR   R   R   (    (    s.   /tmp/pip-build-7oUkmx/scipy/scipy/odr/setup.pyt   configuration   s2    	"	
t   __main__(   t   setupR   N(   t
   __future__R    R   R   t   os.pathR   t   NoneR#   t   __name__t   numpy.distutils.coreR%   t   todict(    (    (    s.   /tmp/pip-build-7oUkmx/scipy/scipy/odr/setup.pyt   <module>   s
   "