Skip to content
Snippets Groups Projects
Commit e5a5fc85 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

COMP: update Shark version in Superbuild for new RF implementation

parent 75674d5b
No related branches found
No related tags found
2 merge requests!31WIP: Update shark rf,!26Update Shark Random Forest implementation
......@@ -30,8 +30,8 @@ ADD_SUPERBUILD_CMAKE_VAR(SHARK BOOST_LIBRARYDIR)
ExternalProject_Add(SHARK
PREFIX SHARK
URL "https://github.com/Shark-ML/Shark/archive/349f29bd71c370e0f88f7fc9aa66fa5c4768fcb0.zip"
URL_MD5 d6e4310f943e8dda4a0151612b5c62ce
URL "https://github.com/Shark-ML/Shark/archive/a0d1f816f474b968adbf7592bff199a96a87efc1.zip"
URL_MD5 ed0e8eb73743b39a93775599761a9273
SOURCE_DIR ${SHARK_SB_SRC}
BINARY_DIR ${SHARK_SB_BUILD_DIR}
INSTALL_DIR ${SB_INSTALL_PREFIX}
......
diff -burN Shark-349f29bd71c370e0f88f7fc9aa66fa5c4768fcb0.orig/CMakeLists.txt Shark-349f29bd71c370e0f88f7fc9aa66fa5c4768fcb0/CMakeLists.txt
--- Shark-349f29bd71c370e0f88f7fc9aa66fa5c4768fcb0.orig/CMakeLists.txt 2017-08-22 11:31:50.472052695 +0200
+++ Shark-349f29bd71c370e0f88f7fc9aa66fa5c4768fcb0/CMakeLists.txt 2017-08-22 11:32:36.448358789 +0200
@@ -141,10 +141,8 @@
find_package(
Boost 1.48.0 REQUIRED COMPONENTS
- system date_time filesystem
- program_options serialization thread
- unit_test_framework
-)
+ serialization
+ )
if(NOT Boost_FOUND)
message(FATAL_ERROR "Please make sure Boost 1.48.0 is installed on your system")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment