Packaging: polished

This commit is contained in:
Philippe Tillet
2015-04-30 00:46:42 -04:00
parent 5ef01f041a
commit 006d0f13de
4061 changed files with 20266 additions and 559 deletions

View File

@@ -0,0 +1,9 @@
The cmake files, FindNumPy.cmake and FindPythonLibsNew.cmake, in this
folder came from the numexpr project at
http://code.google.com/p/numexpr.
The numexpr project was also a valuable resource in making many of the
cmake constructs used in the cmake lists files written for
Boost.NumPy. The boost-python-examples project at
https://github.com/TNG/boost-python-examples was another helpful
resource for understanding how to use cmake with boost.python.