Unverified Commit fe69fa9f authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[python-package] remove unnecessary Boost files from sdists (#5912)

parent 36fe73ae
......@@ -279,21 +279,10 @@ create_isolated_source_dir() {
# compute (Boost) #
###################
mkdir -p ./lightgbm-python/compile/external_libs/compute
cp \
external_libs/compute/CMakeLists.txt \
./lightgbm-python/compile/external_libs/compute/
cp \
-R \
external_libs/compute/cmake \
./lightgbm-python/compile/external_libs/compute/cmake/
cp \
-R \
external_libs/compute/include \
./lightgbm-python/compile/external_libs/compute/include/
cp \
-R \
external_libs/compute/meta \
./lightgbm-python/compile/external_libs/compute/meta/
}
create_isolated_source_dir
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment