nsf-ri-ubicv / sthor

STHOR (S{ekyfsr,imple,patio} Temporal Hierarchical Object Representation"
Other
3 stars 1 forks source link

crash in resample_cython_demo #14

Closed matthias-k closed 9 years ago

matthias-k commented 9 years ago

Hi,

I tried to compile sthor by running the makefile in sthor/operation. However, when make runs python resample_cython_demo.py, it crashes:

python resample_cython_demo.py
(256, 256, 96)
make: *** [resample] Illegal instruction (core dumped)

I use ubuntu 14.04 LTS with python 2.7.

npinto commented 9 years ago

Could you please try to remove some of the following flags: https://github.com/nsf-ri-ubicv/sthor/blob/master/sthor/operation/setup.py#L30

matthias-k commented 9 years ago

Thank you a lot! removing -msse4 made the demo run. I still have some problems with the top level setup.py but I hope I can figure them out myself.

Best, Matthias