Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put scons data into its own class. | David Cournapeau | 2009-10-01 | 1 | -15/+0 |
| | |||||
* | Add add_installed_pkg_config function, for automatic pkg-config-like ↵ | David Cournapeau | 2009-07-26 | 1 | -0/+2 |
| | | | | generation/handling. | ||||
* | Installing a clib now works. | David Cournapeau | 2009-07-26 | 1 | -0/+2 |
| | | | | | | | | Installable libraries are built exactly like conventional clib (they are added to the NumpyDistribution instance libraries member, and build_clib is not aware of the libraries/installable libraries distinction). Everything is done in the install_clib. The library cannot be used yet by external code, though. | ||||
* | Use a custom NumpyDistribution instead of distutils Distribution, to handle | David Cournapeau | 2008-01-06 | 1 | -0/+28 |
scons scripts. |