Skip to content
Snippets Groups Projects
Commit c5cca254 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add new xbob.blitz module

parent 8068677c
No related branches found
No related tags found
No related merge requests found
[submodule "src/blitz.array"] [submodule "src/xbob.blitz"]
path = src/blitz.array path = src/xbob.blitz
url = git@github.com:anjos/blitz.array url = git@github.com:anjos/xbob.blitz
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
; Mon 16 Apr 08:29:18 2012 CEST ; Mon 16 Apr 08:29:18 2012 CEST
[buildout] [buildout]
parts = blitz.array xbob.io scripts parts = xbob.blitz xbob.io scripts
eggs = xbob.io eggs = xbob.io
ipdb ipdb
extensions = mr.developer extensions = mr.developer
...@@ -14,16 +14,16 @@ verbose = true ...@@ -14,16 +14,16 @@ verbose = true
[sources] [sources]
xbob.buildout = git git@github.com:bioidiap/xbob.buildout xbob.buildout = git git@github.com:bioidiap/xbob.buildout
pypkg = git git@github.com:anjos/pypkg xbob.extension = git git@github.com:bioidiap/xbob.extension branch=xbob
[blitz.array] [xbob.blitz]
recipe = xbob.buildout:develop recipe = xbob.buildout:develop
setup = src/blitz.array setup = src/xbob.blitz
eggs = pypkg eggs = xbob.buildout xbob.extension
[xbob.io] [xbob.io]
recipe = xbob.buildout:develop recipe = xbob.buildout:develop
eggs = blitz.array pypkg eggs = xbob.blitz
[scripts] [scripts]
recipe = xbob.buildout:scripts recipe = xbob.buildout:scripts
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
# Andre Anjos <andre.anjos@idiap.ch> # Andre Anjos <andre.anjos@idiap.ch>
# Mon 16 Apr 08:18:08 2012 CEST # Mon 16 Apr 08:18:08 2012 CEST
from setuptools import setup, find_packages, dist
dist.Distribution(dict(setup_requires=['numpy', 'xbob.extension']))
import numpy
from xbob.extension import Extension
from setuptools import setup, find_packages, dist from setuptools import setup, find_packages, dist
from distutils.extension import Extension from distutils.extension import Extension
from distutils.version import LooseVersion from distutils.version import LooseVersion
......
Subproject commit 6162b2623dcee7b7570cd0462ed5baec20320162
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