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
1e00e506
Commit
1e00e506
authored
12 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Package all build instructions into buildout.cfg
parent
761b67bd
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
README.rst
+4
-9
4 additions, 9 deletions
README.rst
buildout.cfg
+7
-4
7 additions, 4 deletions
buildout.cfg
with
11 additions
and
13 deletions
README.rst
+
4
−
9
View file @
1e00e506
...
@@ -45,15 +45,10 @@ Just type::
...
@@ -45,15 +45,10 @@ Just type::
$ python bootstrap.py
$ python bootstrap.py
$ ./bin/buildout
$ ./bin/buildout
If Bob is installed in a non-standard location, remember to use the **same
If Bob is installed in a non-standard location, edit the file ``buildout.cfg``
python interpreter** that was used to compile Bob (replace ``<bob-root>`` with
to set the root to Bob's local installation path. Remember to use the **same
the root of your local installation of Bob)::
python interpreter** that was used to compile Bob, then execute the same steps
as above.
$ <bob-root>/bin/python bootstrap.py
$ PKG_CONFIG_PATH=<bob-root>/lib/pkgconfig ./bin/buildout
The `PKG_CONFIG_PATH` variable will help ``buildout`` find the correct include
and link paths to your non-stock Bob installation.
Usage
Usage
-----
-----
...
...
This diff is collapsed.
Click to expand it.
buildout.cfg
+
7
−
4
View file @
1e00e506
...
@@ -3,19 +3,22 @@
...
@@ -3,19 +3,22 @@
; Mon 16 Apr 08:29:18 2012 CEST
; Mon 16 Apr 08:29:18 2012 CEST
[buildout]
[buildout]
parts
=
environment external tests python
parts
=
env flandmark external tests python
develop
=
.
eggs
=
bob
eggs
=
bob
flandmark
flandmark
newest
=
false
newest
=
false
; Path to Bob's root - No need setting this if Bob is installed centrally
; Path to Bob's root - No need setting this if Bob is installed centrally
bob
=
/idiap/group/torch5spro/nightlies/last/install/
install/
linux-x86_64-release
bob
=
/idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release
[env
ironment
]
[env]
recipe
=
collective.recipe.environment
recipe
=
collective.recipe.environment
PKG_CONFIG_PATH
=
${buildout:bob}/lib/pkgconfig
PKG_CONFIG_PATH
=
${buildout:bob}/lib/pkgconfig
[flandmark]
recipe
=
zc.recipe.egg:develop
setup
=
.
[external]
[external]
recipe
=
xbob.buildout:external
recipe
=
xbob.buildout:external
egg-directories
=
${buildout:bob}/lib
egg-directories
=
${buildout:bob}/lib
...
...
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