Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.devtools bob.devtools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.devtoolsbob.devtools
  • Merge requests
  • !11

Independent builds and python support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged André Anjos requested to merge support-base-py37 into master Feb 12, 2019
  • Overview 0
  • Commits 8
  • Pipelines 3
  • Changes 10

This MR introduces various features:

  1. This package is now built completely independently of the bob software stack (and bob.conda). It ships its own version of dependencies and can provide better support for python versions that are not necessarily supported (yet) by Bob or BEAT
  2. As a bonus, you can now install this package alongside your conda base environment
  3. An optimisation during the bootstrap process is now possible since we don't need to install a new environment for bdt using python-3.6, it can just install in the base environment itself.
  4. This MR also makes git-clean a bit less verbose, on request form @amohammadi
  5. Finally, it fixes #13 (closed), as reported by @heusch
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: support-base-py37