ndarray/Boost.NumPy

compiling error 'error: ‘NPY_FLOAT16’ was not declared in this scope'

Closed this issue · 3 comments

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

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.

I was compiling with python 2.6.6. numpy 1.4.1 on 64bit linux (SL 6.0).

Fix merged to master at 191c9dd.