Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.casme2
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.db.casme2
Merge requests
!7
Migrate to conda based CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Migrate to conda based CI
condapackage
into
master
Overview
0
Commits
2
Pipelines
2
Changes
4
Merged
Amir MOHAMMADI
requested to merge
condapackage
into
master
7 years ago
Overview
0
Commits
2
Pipelines
2
Changes
4
Expand
0
0
Merge request reports
Compare
master
version 1
60033c29
7 years ago
master (base)
and
latest version
latest version
6396c911
2 commits,
7 years ago
version 1
60033c29
1 commit,
7 years ago
4 files
+
150
−
210
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
conda/meta.yaml
0 → 100644
+
52
−
0
Options
{
%
set name = 'bob.db.casme2' %
}
{
%
set project_dir = environ.get('RECIPE_DIR') + '/..' %
}
package
:
name
:
{{
name
}}
version
:
{{
environ.get('BOB_PACKAGE_VERSION'
,
'
0.0.1'
)
}}
build
:
number
:
{{
environ.get('BOB_BUILD_NUMBER'
,
0)
}}
run_exports
:
-
{{
pin_subpackage(name)
}}
script
:
-
cd {{ project_dir }}
{
%
if environ.get('BUILD_EGG') %
}
-
python setup.py sdist --formats=zip
{
%
endif %
}
-
python setup.py install --single-version-externally-managed --record record.txt
-
bob_dbmanage.py {{ name.replace('bob.db.', '') }} download --missing
requirements
:
host
:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
six {{ six }}
-
bob.io.base
-
bob.db.base
run
:
-
python
-
setuptools
-
six
test
:
imports
:
-
{{
name
}}
commands
:
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
-
sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
-
conda inspect linkages -p $PREFIX {{ name }}
# [not win]
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
requires
:
-
bob-devel {{ bob_devel }}.*
-
nose
-
coverage
-
sphinx
-
sphinx_rtd_theme
about
:
home
:
https://www.idiap.ch/software/bob/
license
:
GNU General Public License v3 (GPLv3)
summary
:
CASME2 Database Access API for Bob
license_family
:
GPL
Loading