Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
9b94df1a
Commit
9b94df1a
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
Explain the database conda recipe difference
parent
a82b0510
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/README.md
+15
-0
15 additions, 0 deletions
templates/README.md
with
15 additions
and
0 deletions
templates/README.md
+
15
−
0
View file @
9b94df1a
...
@@ -261,6 +261,21 @@ them. The test-time dependencies are listed in `test-requirements.txt`. If this
...
@@ -261,6 +261,21 @@ them. The test-time dependencies are listed in `test-requirements.txt`. If this
file does not exist, just remove the line that says
`<TEST_DEPS>`
.
file does not exist, just remove the line that says
`<TEST_DEPS>`
.
### Database packages and packages with extra data
Sometimes databases or other packages require an extra download command after
installation. If this extra data is downloaded from Idiap severs, you can
include this data in the conda package itself to avoid downloading it two
times. If the data is supposed to be downloaded from somewhere other than Idiap
servers, do not include it in its conda package. For example, the database
packages typically require this download command to be added in the
`build:script`
section:
```
yaml
-
python setup.py install --single-version-externally-managed --record record.txt
# this line is already in the recipe. Do not add.
-
bob_dbmanage.py {{ name.replace('bob.db.', '') }} download --missing
```
## 2. Licensing
## 2. Licensing
Verify if the license of your package satisfies what is written on our
Verify if the license of your package satisfies what is written on our
...
...
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