Skip to content

Commit

Permalink
added sparse extension to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed May 17, 2011
1 parent eef3388 commit 4fbb548
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pandas/lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ def configuration(parent_package='', top_path=None):
sources=['src/tseries.c'],
include_dirs=[numpy.get_include()])


config.add_extension('sparse',
sources=['src/sparse.c'],
include_dirs=[numpy.get_include()])

return config

0 comments on commit 4fbb548

Please sign in to comment.