ó
ØÆ÷Xc           @` s´   d  d l  m Z m Z m Z d  d l m Z d g Z d e f d „  ƒ  YZ e d k r° d  d l	 m
 Z
 e
 j d ƒ d  d l m Z e d	 d
 ƒ Z e j ƒ  e e j ƒ  ƒ n  d S(   i    (   t   divisiont   absolute_importt   print_function(   t	   FCompilert   PathScaleFCompilerc           B` sœ   e  Z d  Z d Z d Z i d  d g d 6d  d g d 6d  d g d 6d  g d 6d  d	 g d
 6d d g d 6d g d 6Z d g Z d Z d Z d „  Z	 d „  Z
 RS(   t   pathf95s   PathScale Fortran Compilers;   PathScale\(TM\) Compiler Suite: Version (?P<version>[\d.]+)s   -versiont   version_cmds
   -fixedformt   compiler_f77t   compiler_fixt   compiler_f90s   -sharedt	   linker_sot   ars   -crt   archivert   ranlibs   -fPICs   -module s   -Ic         C` s   d g S(   Ns   -O3(    (   t   self(    (    s@   /tmp/pip-build-X4mzal/numpy/numpy/distutils/fcompiler/pathf95.pyt   get_flags_opt   s    c         C` s   d g S(   Ns   -g(    (   R   (    (    s@   /tmp/pip-build-X4mzal/numpy/numpy/distutils/fcompiler/pathf95.pyt   get_flags_debug   s    (   t   __name__t
   __module__t   compiler_typet   descriptiont   version_patternt   executablest	   pic_flagst   module_dir_switcht   module_include_switchR   R   (    (    (    s@   /tmp/pip-build-X4mzal/numpy/numpy/distutils/fcompiler/pathf95.pyR      s    
		t   __main__(   t   logi   (   t   new_fcompilert   compilerR   N(   t
   __future__R    R   R   t   numpy.distutils.fcompilerR   t	   compilersR   R   t	   distutilsR   t   set_verbosityR   R   t	   customizet   printt   get_version(    (    (    s@   /tmp/pip-build-X4mzal/numpy/numpy/distutils/fcompiler/pathf95.pyt   <module>   s   	
