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