From 1e3aabbadc2205a61216bb1357827e4c1425eb70 Mon Sep 17 00:00:00 2001 From: jac-stripe <31863673+jac-stripe@users.noreply.github.com> Date: Fri, 1 Dec 2017 08:27:58 -0800 Subject: [PATCH] Include symlinks to make wheel build work (#2909) --- python-package/xgboost/dmlc-core | 1 + python-package/xgboost/include | 1 + python-package/xgboost/lib | 1 + python-package/xgboost/make | 1 + python-package/xgboost/rabit | 1 + python-package/xgboost/src | 1 + 6 files changed, 6 insertions(+) create mode 120000 python-package/xgboost/dmlc-core create mode 120000 python-package/xgboost/include create mode 120000 python-package/xgboost/lib create mode 120000 python-package/xgboost/make create mode 120000 python-package/xgboost/rabit create mode 120000 python-package/xgboost/src diff --git a/python-package/xgboost/dmlc-core b/python-package/xgboost/dmlc-core new file mode 120000 index 000000000..570e8ecf6 --- /dev/null +++ b/python-package/xgboost/dmlc-core @@ -0,0 +1 @@ +../../dmlc-core \ No newline at end of file diff --git a/python-package/xgboost/include b/python-package/xgboost/include new file mode 120000 index 000000000..fcffffbed --- /dev/null +++ b/python-package/xgboost/include @@ -0,0 +1 @@ +../../include \ No newline at end of file diff --git a/python-package/xgboost/lib b/python-package/xgboost/lib new file mode 120000 index 000000000..58677ddb4 --- /dev/null +++ b/python-package/xgboost/lib @@ -0,0 +1 @@ +../../lib \ No newline at end of file diff --git a/python-package/xgboost/make b/python-package/xgboost/make new file mode 120000 index 000000000..67d4229d2 --- /dev/null +++ b/python-package/xgboost/make @@ -0,0 +1 @@ +../../make \ No newline at end of file diff --git a/python-package/xgboost/rabit b/python-package/xgboost/rabit new file mode 120000 index 000000000..2dbb88037 --- /dev/null +++ b/python-package/xgboost/rabit @@ -0,0 +1 @@ +../../rabit \ No newline at end of file diff --git a/python-package/xgboost/src b/python-package/xgboost/src new file mode 120000 index 000000000..929cb3dc9 --- /dev/null +++ b/python-package/xgboost/src @@ -0,0 +1 @@ +../../src \ No newline at end of file