3
���h � @ sx d Z ddlmZ ddlmZ ddlT y&ddlmZ ddlmZ ee�Z [W n e
k
r^ Y nX d
d d
�Zddd�ZdS )a;
An enhanced distutils, providing support for Fortran compilers, for BLAS,
LAPACK and other common libraries for numerical computing, and more.
Public submodules are::
misc_util
system_info
cpu_info
log
exec_command
For details, please see the *Packaging* and *NumPy Distutils User Guide*
sections of the NumPy Reference Guide.
For configuring the preference for and location of libraries like BLAS and
LAPACK, and for setting include paths and similar build options, please see
``site.cfg.example`` in the root of the NumPy repository or sdist.
� )� ccompiler)�
unixccompiler)�*)�
__config__� )�PytestTesterNc C s$ ddl m} || |d�}|j� |S )Nr )�
new_fcompiler)�plat�compiler)Znumpy.distutils.fcompilerr � customize)r r
r �c� r
�9/tmp/pip-build-5_djhm0z/numpy/numpy/distutils/__init__.py�customized_fcompiler* s r c C s t j| ||d�}|jd� |S )N)r r
�verbose� )r Znew_compilerr )r r
r r r
r
r �customized_ccompiler0 s
r )NN)NNr )
�__doc__r r r Znpy_pkg_configr Znumpy._pytesttesterr �__name__�test�ImportErrorr r r
r
r
r �<module> s
|