Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
e0cf736a
Commit
e0cf736a
authored
Jul 14, 2017
by
Guolin Ke
Browse files
fix bug for build_wheel
parent
f2566311
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
python-package/setup.py
python-package/setup.py
+4
-4
No files found.
python-package/setup.py
View file @
e0cf736a
...
...
@@ -58,10 +58,10 @@ def clear_path(path):
def
compile_cpp
(
use_mingw
=
False
,
use_gpu
=
False
):
if
os
.
path
.
exists
(
"build"
):
shutil
.
rmtree
(
"build"
)
os
.
makedirs
(
"build"
)
os
.
chdir
(
"build"
)
if
os
.
path
.
exists
(
"build
_cpp
"
):
shutil
.
rmtree
(
"build
_cpp
"
)
os
.
makedirs
(
"build
_cpp
"
)
os
.
chdir
(
"build
_cpp
"
)
cmake_cmd
=
"cmake "
build_cmd
=
"make _lightgbm"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment