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
OpenDAS
dlib
Commits
ae62f87f
Commit
ae62f87f
authored
Jan 17, 2018
by
Davis King
Browse files
Fixed for python3
parent
a688b74b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
ae62f87f
...
...
@@ -155,7 +155,7 @@ class CMakeBuild(build_ext):
subprocess
.
check_call
(
cmake_build
,
cwd
=
build_folder
)
def
num_available_cpu_cores
(
ram_per_build_process_in_gb
):
if
os
.
environ
.
has_key
(
'TRAVIS'
)
and
os
.
environ
[
'TRAVIS'
]
==
'true'
:
if
'TRAVIS'
in
os
.
environ
and
os
.
environ
[
'TRAVIS'
]
==
'true'
:
# When building on travis-ci, just use 2 cores since travis-ci limits
# you to that regardless of what the hardware might suggest.
return
2
...
...
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