Skip to content

Commit

Permalink
FIX #3566: redefine isfinite alias in sklearn
Browse files Browse the repository at this point in the history
npy_isfinite from npy_math.h depends on the compiler used to build
numpy. If we build scikit-learn with a different compiler (e.g. MSVC
vs MinGW) this can cause link errors.

Therefore we redefine the isfinite macro in a scikit-learn specific header
file.
  • Loading branch information
ogrisel committed Sep 2, 2014
1 parent 02c71ef commit 9f94035
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 246 deletions.

0 comments on commit 9f94035

Please sign in to comment.