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
bob
bob.bio.face
Commits
f8f0e308
Commit
f8f0e308
authored
Jun 29, 2015
by
Manuel Günther
Browse files
Removed bob.bio.gmm from list of dependencies
parent
76b6f099
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
f8f0e308
...
...
@@ -16,7 +16,7 @@ before_install:
-
sudo apt-get install -qq --force-yes libjpeg8-dev libnetpbm10-dev libpng12-dev libtiff4-dev libgif-dev libboost-all-dev libblitz1-dev libhdf5-serial-dev libvl-dev dvipng texlive-latex-base texlive-latex-extra texlive-math-extra texlive-latex-recommended texlive-fonts-recommended libatlas-dev libatlas-base-dev liblapack-dev
-
sudo apt-get install -qq --force-yes python-opencv libcv-dev libcvaux-dev libopencv-dev
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel sphinx nose numpy scipy matplotlib coverage
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r requirements.txt coveralls
bob.bio.gmm
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r requirements.txt coveralls
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r databases.txt
install
:
-
python bootstrap-buildout.py
...
...
buildout.cfg
View file @
f8f0e308
...
...
@@ -5,7 +5,6 @@
[buildout]
parts = scripts
eggs = bob.bio.face
bob.bio.gmm
bob.db.arface
bob.db.banca
bob.db.caspeal
...
...
@@ -22,7 +21,6 @@ extensions = bob.buildout
mr.developer
auto-checkout = *
develop = src/bob.bio.base
src/bob.bio.gmm
src/bob.db.frgc
.
...
...
@@ -34,10 +32,8 @@ newest = false
[sources]
bob.bio.base = git https://github.com/bioidiap/bob.bio.base
bob.bio.gmm = git https://github.com/bioidiap/bob.bio.gmm
bob.db.frgc = git https://github.com/bioidiap/bob.db.frgc
[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true
develop.cfg
View file @
f8f0e308
...
...
@@ -5,7 +5,6 @@
[buildout]
parts = scripts
eggs = bob.bio.face
bob.bio.gmm
bob.db.arface
bob.db.banca
bob.db.caspeal
...
...
@@ -41,7 +40,6 @@ develop = src/bob.extension
src/bob.db.verification.filelist
src/bob.db.atnt
src/bob.bio.base
src/bob.bio.gmm
src/bob.learn.boosting
src/bob.ip.facedetect
src/bob.ip.flandmark
...
...
@@ -83,7 +81,6 @@ bob.db.verification.utils = git https://github.com/bioidiap/bob.db.verification.
bob.db.verification.filelist = git https://github.com/bioidiap/bob.db.verification.filelist
bob.db.atnt = git https://github.com/bioidiap/bob.db.atnt
bob.bio.base = git https://github.com/bioidiap/bob.bio.base
bob.bio.gmm = git https://github.com/bioidiap/bob.bio.gmm
bob.learn.boosting = git https://github.com/bioidiap/bob.learn.boosting
bob.ip.facedetect = git https://github.com/bioidiap/bob.ip.facedetect
bob.ip.flandmark = git https://github.com/bioidiap/bob.ip.flandmark
...
...
@@ -99,7 +96,6 @@ bob.db.multipie = git https://github.com/bioidiap/bob.db.multipie
bob.db.scface = git https://github.com/bioidiap/bob.db.scface
bob.db.xm2vts = git https://github.com/bioidiap/bob.db.xm2vts
[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true
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