Skip to content
Snippets Groups Projects
Commit f8f0e308 authored by Manuel Günther's avatar Manuel Günther
Browse files

Removed bob.bio.gmm from list of dependencies

parent 76b6f099
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment