sahandha / eif

Extended Isolation Forest for Anomaly Detection
Other
445 stars 117 forks source link

Fix compilation by using documented language keyword #37

Open NAThompson opened 11 months ago

NAThompson commented 11 months ago

The distutils API reference shows that the language should be specified as c++, not C++. Because of this seemingly trivial difference, builds failed with:

Error in compiling Cython file:
...
_eif.pyx:51:8: Operation only allowed in c++

Change the language to c++ which makes this failure go away.

varunvallabhan52 commented 3 months ago

@sahandha @mgckind Could you merge this PR to fix the build/install issues.