This is documentation for an old release of NumPy (version 1.5.). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.distutils.misc_util.Configuration.add_scons_installed_library

Configuration.add_scons_installed_library(name, install_dir)

Add a scons-built installable library to distutils.

Parameters :

name : str

The name of the library.

install_dir : str

Path to install the library, relative to the current sub-package.

This Page