Skip to content

Commit

Permalink
Update build-python.sh
Browse files Browse the repository at this point in the history
Co-authored-by: James Lamb <[email protected]>
  • Loading branch information
vnherdeiro and jameslamb authored Sep 7, 2024
1 parent 23ad962 commit 884e79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ create_isolated_source_dir() {
modules="Cholesky Core Dense Eigenvalues Geometry Householder Jacobi LU QR SVD"
for eigen_module in ${modules}; do
cp \
external_libs/eigen/Eigen/"${eigen_module}" \
./lightgbm-python/external_libs/eigen/Eigen/"${eigen_module}"
"external_libs/eigen/Eigen/${eigen_module}" \
"./lightgbm-python/external_libs/eigen/Eigen/${eigen_module}"
if [ "${eigen_module}" != "Dense" ]; then
mkdir -p "./lightgbm-python/external_libs/eigen/Eigen/src/${eigen_module}/"
cp \
Expand Down

0 comments on commit 884e79e

Please sign in to comment.