2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Rename (and move) boost.python.numpy to boost.numpy.

This commit is contained in:
Stefan Seefeld
2011-07-03 16:40:30 +00:00
parent 2979e4b062
commit b2519a25a9
51 changed files with 1706 additions and 1641 deletions

View File

@@ -0,0 +1,4 @@
Import("boost_numpy_env")
lib = boost_numpy_env.SharedLibrary("boost_numpy", Glob("*.cpp"))
Return("lib")