Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.ip.flandmark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.ip.flandmark
Commits
5a1fe74d
Commit
5a1fe74d
authored
12 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Fixes to compile on systems with Bob installed by adminstrator, centrally
parent
ba45bb6b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildout.cfg
+1
-1
1 addition, 1 deletion
buildout.cfg
setup.py
+5
-5
5 additions, 5 deletions
setup.py
with
6 additions
and
6 deletions
buildout.cfg
+
1
−
1
View file @
5a1fe74d
...
...
@@ -5,7 +5,7 @@
[buildout]
parts
=
env flandmark external tests python
eggs
=
bob
flandmark
xbob.
flandmark
newest
=
false
; Path to Bob's root - No need setting this if Bob is installed centrally
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
5
−
5
View file @
5a1fe74d
...
...
@@ -85,16 +85,16 @@ def setup_bob_extension(ext_name, sources):
ext_name
,
sources
=
sources
,
language
=
"
c++
"
,
include_dirs
=
bob
[
'
include_dirs
'
]
+
ocv
[
'
include_dirs
'
]
,
library_dirs
=
bob
[
'
library_dirs
'
]
+
ocv
.
get
(
'
library_dirs
'
,
[]),
runtime_library_dirs
=
bob
[
'
library_dirs
'
]
+
ocv
.
get
(
'
library_dirs
'
,
[]),
libraries
=
bob
[
'
libraries
'
]
+
ocv
[
'
libraries
'
]
,
include_dirs
=
bob
.
get
(
'
include_dirs
'
,[])
+
ocv
.
get
(
'
include_dirs
'
,[])
,
library_dirs
=
bob
.
get
(
'
library_dirs
'
,[])
+
ocv
.
get
(
'
library_dirs
'
,
[]),
runtime_library_dirs
=
bob
.
get
(
'
library_dirs
'
,[])
+
ocv
.
get
(
'
library_dirs
'
,
[]),
libraries
=
bob
.
get
(
'
libraries
'
,[])
+
ocv
.
get
(
'
libraries
'
,[])
,
)
setup
(
name
=
"
xbob.flandmark
"
,
version
=
"
1.0.
0
"
,
version
=
"
1.0.
1
"
,
description
=
"
Python bindings to the flandmark keypoint localization library
"
,
license
=
"
GPLv3
"
,
author
=
'
Andre Anjos
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment