Skip to content

Commit

Permalink
Prelim test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav4595 committed Mar 14, 2015
1 parent f704e3a commit 60ade40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions tardis/montecarlo/wrappers/setup_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
def get_extensions():
sources = ['tardis/montecarlo/wrappers/get_test_wrapper.pyx']
sources += [os.path.relpath(fname) for fname in glob(
os.path.join(os.path.dirname(__file__), 'src', '*.c'))]
os.path.join(os.path.dirname(__file__), '..', 'src', '*.c'))]
sources += [os.path.relpath(fname) for fname in glob(
os.path.join(os.path.dirname(__file__), 'src/randomkit', '*.c'))]
os.path.join(os.path.dirname(__file__), '..', 'src', 'randomkit', '*.c'))]

return [Extension('tardis.montecarlo.wrappers.get_test_wrapper', sources,
include_dirs=['tardis/montecarlo/src',
Expand Down

0 comments on commit 60ade40

Please sign in to comment.