Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
86a2812b
Commit
86a2812b
authored
Dec 14, 2015
by
Konstantinos Chatzilygeroudis
Browse files
Minor fix in libcmaes.py
parent
17085c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
waf_tools/libcmaes.py
View file @
86a2812b
...
...
@@ -16,9 +16,9 @@ def options(opt):
@
conf
def
check_libcmaes
(
conf
):
if
conf
.
options
.
nlopt
:
includes_check
=
[
conf
.
options
.
nlopt
+
'/include'
]
libs_check
=
[
conf
.
options
.
nlopt
+
'/lib'
]
if
conf
.
options
.
libcmaes
:
includes_check
=
[
conf
.
options
.
libcmaes
+
'/include'
]
libs_check
=
[
conf
.
options
.
libcmaes
+
'/lib'
]
else
:
includes_check
=
[
'/usr/local/include'
,
'/usr/include'
]
libs_check
=
[
'/usr/local/lib'
,
'/usr/lib'
]
...
...
Write
Preview
Supports
Markdown
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