summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-11-10 17:36:52 -0500
committerChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-11-10 17:36:52 -0500
commit23f3d8e92b9e4b53ea884bb33440885b61d15e02 (patch)
tree350933876f29abc89d7b2bf1b8043ee2cf6a8fb0
parent306b1cf23c73218093350b74e8dc9594b2286546 (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.in2
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)
]