compiling error 'error: ‘NPY_FLOAT16’ was not declared in this scope'
Closed this issue · 3 comments
assassin5615 commented
the error is caused by BUILTIN_FLOAT_DTYPE(16) at dtype.cpp:60. had to comment out this line to compile. anything I missed here?
Thanks
TallJimbo commented
Could you tell me your what OS, architecture, and NumPy version are? I'm guessing this is just an environment that I didn't anticipate that I'll need to add some preprocessor checks for, but it's possible NumPy has been changing things and I haven't kept up.
assassin5615 commented
I was compiling with python 2.6.6. numpy 1.4.1 on 64bit linux (SL 6.0).