Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
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
Model registry
Operate
Environments
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.devtools
Commits
4e06548b
Commit
4e06548b
authored
4 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
Explain boost pinnings more
parent
17448402
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!185
Add make to the list of dependencies
Pipeline
#45104
passed
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/templates.rst
+6
-3
6 additions, 3 deletions
doc/templates.rst
with
6 additions
and
3 deletions
doc/templates.rst
+
6
−
3
View file @
4e06548b
...
...
@@ -637,13 +637,17 @@ inside the ``requirements / run`` section of ``bob/bob.measure``:
run:
- setuptools
- {{ pin_compatible('matplotlib') }}
-
{{ pin_compatible('boost') }}
-
boost
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('docopt') }}
The ``pin_compatible`` jinja function is `explained in here
<https://conda.io/docs/user-guide/tasks/build-packages/define-metadata.html#pin-downstream>`_.
You need to use it on all packages (except python and setuptools) that do not have run_exports.
You need to use it on all packages (except python and setuptools) that do not
have run_exports. The ``boost`` package is special, you just list it and it's
pinned automatically using our conda build config file in
``bob/devtools/data/conda_build_config.yaml``. This is the only exception on our
side which was inherited from the defaults channel.
Here is a list of packages that we know that they have ``run_exports``:
...
...
@@ -665,7 +669,6 @@ Here is a list of packages that we know that they have ``run_exports``:
- jpeg
- kaldi
- libblitz
- libboost
- libffi
- libmatio
- libogg
...
...
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