Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.em
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.learn.em
Commits
26fbb5af
Commit
26fbb5af
authored
10 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
Added boost string and parallel compilation
parent
bf140b15
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildout.cfg
+27
-20
27 additions, 20 deletions
buildout.cfg
with
27 additions
and
20 deletions
buildout.cfg
+
27
−
20
View file @
26fbb5af
...
@@ -6,32 +6,39 @@
...
@@ -6,32 +6,39 @@
parts
=
scripts
parts
=
scripts
eggs
=
bob.learn.misc
eggs
=
bob.learn.misc
extensions
=
bob.buildout
extensions
=
bob.buildout
mr.developer
; mr.developer
auto-checkout
=
*
;auto-checkout = *
develop
=
src/bob.extension
develop
=
.
src/bob.blitz
src/bob.core
;src/bob.extension
src/bob.io.base
; src/bob.blitz
src/bob.sp
; src/bob.core
src/bob.math
; src/bob.io.base
src/bob.learn.activation
; src/bob.sp
src/bob.learn.linear
; src/bob.math
.
; src/bob.learn.activation
; src/bob.learn.linear
; .
; options for bob.buildout extension
; options for bob.buildout extension
debug
=
true
debug
=
true
verbose
=
true
verbose
=
true
newest
=
false
newest
=
false
prefer-final
=
false
[environ]
BOB_BUILD_PARALLEL
=
4
BOB_PREFIX_PATH
=
/remote/filer.gx/group.torch5spro/externals/py278/usr
[sources]
;
[sources]
bob.extension
=
git https://github.com/bioidiap/bob.extension
;
bob.extension = git https://github.com/bioidiap/bob.extension
bob.blitz
=
git https://github.com/bioidiap/bob.blitz
;
bob.blitz = git https://github.com/bioidiap/bob.blitz
bob.core
=
git https://github.com/bioidiap/bob.core
;
bob.core = git https://github.com/bioidiap/bob.core
bob.io.base
=
git https://github.com/bioidiap/bob.io.base
;
bob.io.base = git https://github.com/bioidiap/bob.io.base
bob.sp
=
git https://github.com/bioidiap/bob.sp
;
bob.sp = git https://github.com/bioidiap/bob.sp
bob.math
=
git https://github.com/bioidiap/bob.math
;
bob.math = git https://github.com/bioidiap/bob.math
bob.learn.activation
=
git https://github.com/bioidiap/bob.learn.activation
;
bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
bob.learn.linear
=
git https://github.com/bioidiap/bob.learn.linear
;
bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
[scripts]
[scripts]
recipe
=
bob.buildout:scripts
recipe
=
bob.buildout:scripts
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