Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Oct 6, 2024
1 parent c04f4e0 commit 469a5bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

set -e -E -u -o pipefail

brew install cmake gcc ninja
brew install cmake

git clone --recursive https://github.com/microsoft/LightGBM
cd LightGBM
export CXX=g++-14 CC=gcc-14 # replace "7" with version of gcc installed on your machine
cmake -B build -S . -G Ninja
cmake -B build -S . -DUSE_OPENMP=OFF
cmake --build build -j4

ls
Expand Down

0 comments on commit 469a5bd

Please sign in to comment.