diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-11-10 17:36:52 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-11-10 17:36:52 -0500 |
commit | adbe2a9683b9012e280318f5569a072ce45eba25 (patch) | |
tree | 15617a63c4bd35ad6420fd2233fab9fee9e0838f | |
parent | bb00ca99c527239ca163b209a599873fc9013072 (diff) |
hack to fix compilation problems on mav
-rw-r--r-- | python/cdec/sa/_sa.cpp (renamed from python/cdec/sa/_sa.c) | 0 | ||||
-rw-r--r-- | python/setup.py.in | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/python/cdec/sa/_sa.c b/python/cdec/sa/_sa.cpp index a9f7855e..a9f7855e 100644 --- a/python/cdec/sa/_sa.c +++ b/python/cdec/sa/_sa.cpp diff --git a/python/setup.py.in b/python/setup.py.in index cdde696e..a2aa28f6 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -21,7 +21,7 @@ ext_modules = [ extra_compile_args=CPPFLAGS, extra_link_args=LDFLAGS), Extension(name='cdec.sa._sa', - sources=['cdec/sa/_sa.c', 'cdec/sa/strmap.cc'], + sources=['cdec/sa/_sa.cpp', 'cdec/sa/strmap.cc'], extra_compile_args=CPPFLAGS) ] |