Skip to content

Commit

Permalink
scikit-learn support disabled by default for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Jan 5, 2019
1 parent ca0e27c commit 589c507
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ else()
option(TTK_ENABLE_ZFP "Enable ZFP support" ON)
endif()

# scikit-learn support is disabled by default for now under MacOs
if(APPLE)
option(TTK_ENABLE_SCIKIT_LEARN "Enable scikit-learn support" OFF)
endif()

if (NOT APPLE)
if (MSVC)
option(TTK_ENABLE_OPENMP "Enable OpenMP support" FALSE)
Expand Down

0 comments on commit 589c507

Please sign in to comment.