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
56d62ee1
Commit
56d62ee1
authored
10 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bootstrap.py
parent
a91b13c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+2
-3
2 additions, 3 deletions
.travis.yml
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
bob/ip/flandmark/__init__.py
+3
-0
3 additions, 0 deletions
bob/ip/flandmark/__init__.py
bootstrap-buildout.py
+0
-0
0 additions, 0 deletions
bootstrap-buildout.py
with
6 additions
and
4 deletions
.travis.yml
+
2
−
3
View file @
56d62ee1
...
@@ -20,11 +20,10 @@ before_install:
...
@@ -20,11 +20,10 @@ before_install:
-
sudo apt-get install -qq --force-yes libjpeg8-dev libnetpbm10-dev libpng12-dev libtiff4-dev libgif-dev
-
sudo apt-get install -qq --force-yes libjpeg8-dev libnetpbm10-dev libpng12-dev libtiff4-dev libgif-dev
-
sudo apt-get install -qq --force-yes python-opencv libcv-dev libcvaux-dev libopencv-dev
-
sudo apt-get install -qq --force-yes python-opencv libcv-dev libcvaux-dev libopencv-dev
-
if [ -n "${NUMPYSPEC}" ]; then sudo apt-get install -qq --force-yes libatlas-dev libatlas-base-dev liblapack-dev gfortran; fi
-
if [ -n "${NUMPYSPEC}" ]; then sudo apt-get install -qq --force-yes libatlas-dev libatlas-base-dev liblapack-dev gfortran; fi
-
if [ -n "${NUMPYSPEC}" ]; then pip install --upgrade pip setuptools; fi
-
if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi
-
if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi
-
pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel matplotlib==1.3.0 sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls pygments==1.6
setuptools==8.0
-
pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel matplotlib==1.3.0 sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls pygments==1.6
install
:
install
:
-
python bootstrap.py
-
python bootstrap
-buildout
.py
-
CFLAGS=-coverage ./bin/buildout
-
CFLAGS=-coverage ./bin/buildout
script
:
script
:
-
./bin/python -c 'from bob.ip.flandmark import get_config; print(get_config())'
-
./bin/python -c 'from bob.ip.flandmark import get_config; print(get_config())'
...
...
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
1
−
1
View file @
56d62ee1
include LICENSE README.rst bootstrap.py buildout.cfg requirements.txt version.txt
include LICENSE README.rst bootstrap
-buildout
.py buildout.cfg requirements.txt version.txt
recursive-include doc *.rst *.py
recursive-include doc *.rst *.py
recursive-include bob *.cpp *.h *.dat *.xml *.jpg
recursive-include bob *.cpp *.h *.dat *.xml *.jpg
This diff is collapsed.
Click to expand it.
bob/ip/flandmark/__init__.py
+
3
−
0
View file @
56d62ee1
# import Libraries of other lib packages
import
bob.io.base
from
._library
import
*
from
._library
import
*
from
.
import
version
from
.
import
version
from
.version
import
module
as
__version__
from
.version
import
module
as
__version__
...
...
This diff is collapsed.
Click to expand it.
bootstrap.py
→
bootstrap
-buildout
.py
+
0
−
0
View file @
56d62ee1
File moved
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