libxgboost4j is now part of the CMake build (#2373)
* [jvm-packages] Added libxgboost4j to CMake build * [jvm-packages] Wired CMake build into create_jni.sh * User newer CMake version on Travis * Lowered CMake version constraints * Fixed various quirks in the new CMake build
This commit is contained in:
committed by
Tianqi Chen
parent
ed6384ecbf
commit
2d9052bc7d
@@ -31,7 +31,7 @@ class NativeLibLoader {
|
||||
private static final Log logger = LogFactory.getLog(NativeLibLoader.class);
|
||||
|
||||
private static boolean initialized = false;
|
||||
private static final String nativePath = "../lib/";
|
||||
private static final String nativePath = "../../lib/";
|
||||
private static final String nativeResourcePath = "/lib/";
|
||||
private static final String[] libNames = new String[]{"xgboost4j"};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user