Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.base
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
Package registry
Model registry
Operate
Environments
Terraform modules
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.io.base
Commits
c5cca254
Commit
c5cca254
authored
11 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Add new xbob.blitz module
parent
8068677c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+3
-3
3 additions, 3 deletions
.gitmodules
buildout.cfg
+6
-6
6 additions, 6 deletions
buildout.cfg
setup.py
+4
-0
4 additions, 0 deletions
setup.py
src/xbob.blitz
+1
-0
1 addition, 0 deletions
src/xbob.blitz
with
14 additions
and
9 deletions
.gitmodules
+
3
−
3
View file @
c5cca254
[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
This diff is collapsed.
Click to expand it.
buildout.cfg
+
6
−
6
View file @
c5cca254
...
@@ -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
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
0
View file @
c5cca254
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
xbob.blitz
@
6162b262
Subproject commit 6162b2623dcee7b7570cd0462ed5baec20320162
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