Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.verafinger
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.db.verafinger
Merge requests
!6
Couldn't fetch the linked file.
Migrate to conda based CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Migrate to conda based CI
condapackage
into
master
Overview
0
Commits
0
Pipelines
6
Changes
4
Closed
Amir MOHAMMADI
requested to merge
condapackage
into
master
7 years ago
Overview
0
Commits
0
Pipelines
6
Changes
4
Expand
0
0
Merge request reports
Viewing commit
bfc8f878
Show latest version
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)
bfc8f878
Migrate to conda based CI
· bfc8f878
Amir MOHAMMADI
authored
7 years ago
conda/meta.yaml
0 → 100644
+
52
−
0
Options
{
%
set name = 'bob.db.verafinger' %
}
{
%
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
requirements
:
host
:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
six {{ six }}
-
bob.io.base
-
bob.io.image
-
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
:
BSD License
summary
:
VERA Fingervein Database Access API for Bob
license_family
:
BSD
Loading