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
c5156fe0
Unverified
Commit
c5156fe0
authored
Aug 26, 2018
by
Nikita Titov
Committed by
GitHub
Aug 26, 2018
Browse files
[python] fixed MPI version installation (#1616)
parent
fc7c75fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/setup.py
python-package/setup.py
+1
-1
No files found.
python-package/setup.py
View file @
c5156fe0
...
...
@@ -126,7 +126,7 @@ def compile_cpp(use_mingw=False, use_gpu=False, use_mpi=False, use_hdfs=False,
else
:
status
=
1
lib_path
=
os
.
path
.
join
(
CURRENT_DIR
,
"compile"
,
"windows"
,
"x64"
,
"DLL"
,
"lib_lightgbm.dll"
)
if
not
use_gpu
and
not
use_hdfs
:
if
not
any
((
use_gpu
,
use_mpi
,
use_hdfs
))
:
logger
.
info
(
"Starting to compile with MSBuild from existing solution file."
)
platform_toolsets
=
(
"v141"
,
"v140"
)
for
pt
in
platform_toolsets
:
...
...
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