Skip to content

Commit

Permalink
[python-package] remove unnecessary Boost files from sdists (#5912)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jun 8, 2023
1 parent 36fe73a commit fe69fa9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe69fa9

Please sign in to comment.