Skip to content

Commit 2d1f66f

Browse files
committed
Remove module as obsoleted by Boost.NumPy.
1 parent 69e38d2 commit 2d1f66f

File tree

7 files changed

+2
-632
lines changed

7 files changed

+2
-632
lines changed

build/Jamfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ rule lib_boost_python ( version )
5252
{
5353
lib $(lib_boost_python($(version)))
5454
: # sources
55-
numeric.cpp
5655
list.cpp
5756
long.cpp
5857
dict.cpp

include/boost/python.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
# include <boost/python/make_function.hpp>
4343
# include <boost/python/manage_new_object.hpp>
4444
# include <boost/python/module.hpp>
45-
# include <boost/python/numeric.hpp>
4645
# include <boost/python/object.hpp>
4746
# include <boost/python/object_protocol.hpp>
4847
# include <boost/python/object_protocol_core.hpp>

include/boost/python/numeric.hpp

Lines changed: 0 additions & 242 deletions
This file was deleted.

src/SConscript

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ env1.AppendUnique(CPPDEFINES = ['BOOST_PYTHON_SOURCE'])
1616

1717
env1.BoostLibrary(
1818
'python',
19-
['numeric.cpp',
20-
'list.cpp',
19+
['list.cpp',
2120
'long.cpp',
2221
'dict.cpp',
2322
'tuple.cpp',

0 commit comments

Comments
 (0)