2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Adjust NumPy code to work with new directory / namespace structure.

This commit is contained in:
Stefan Seefeld
2016-10-07 20:15:54 -04:00
parent cbb3851488
commit 3ace4a0015
53 changed files with 1200 additions and 485 deletions

View File

@@ -42,3 +42,13 @@ env.BoostLibrary(
'import.cpp',
'exec.cpp',
'object/function_doc_signature.cpp'])
if env['NUMPY']:
env.BoostLibrary(
'numpy',
['numpy/dtype.cpp',
'numpy/matrix.cpp',
'numpy/ndarray.cpp',
'numpy/numpy.cpp',
'numpy/scalars.cpp',
'numpy/ufunc.cpp'])