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:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user