Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.fusion.base
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
Package registry
Model registry
Operate
Environments
Terraform modules
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.fusion.base
Commits
89725e81
Commit
89725e81
authored
2 years ago
by
André MAYORAZ
Browse files
Options
Downloads
Patches
Plain Diff
[conda] Updated meta.yaml to new process
parent
fbadec84
No related branches found
No related tags found
1 merge request
!17
Resolve "Switch to new CI/CD configuration"
Pipeline
#69793
failed
2 years ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/meta.yaml
+15
-24
15 additions, 24 deletions
conda/meta.yaml
with
15 additions
and
24 deletions
conda/meta.yaml
+
15
−
24
View file @
89725e81
{
%
set
name = 'bob.fusion.base'
%
}
{
%
set
data = load_file_data(RECIPE_DIR + '/../pyproject.toml')
%
}
{
%
set
project_dir = environ.get('RECIPE_DIR') + '/..'
%
}
{
%
set
name = data
[
'
project'
][
'
name'
]
%
}
package
:
package
:
name
:
{{
name
}}
name
:
{{
name
}}
version
:
{{
environ.get('BOB_PACKAGE_VERSION'
,
'
0.0.1'
)
}}
version
:
{{
data
[
'
project'
][
'
version'
]
}}
source
:
path
:
..
build
:
build
:
noarch
:
python
number
:
{{
environ.get('BOB_BUILD_NUMBER'
,
0)
}}
number
:
{{
environ.get('BOB_BUILD_NUMBER'
,
0)
}}
run_exports
:
run_exports
:
-
{{
pin_subpackage(name)
}}
-
{{
pin_subpackage(name)
}}
script
:
script
:
-
cd {{ project_dir }}
-
"
{{
PYTHON
}}
-m
pip
install
{{
SRC_DIR
}}
-vv"
{
%
if environ.get('BUILD_EGG') %
}
-
"
{{
PYTHON
}}
setup.py
sdist
--formats=zip"
{
%
endif %
}
-
"
{{
PYTHON
}}
-m
pip
install
.
-vv"
requirements
:
requirements
:
host
:
host
:
...
@@ -31,6 +31,10 @@ requirements:
...
@@ -31,6 +31,10 @@ requirements:
run
:
run
:
-
python
-
python
-
setuptools
-
setuptools
-
bob.extension
-
bob.measure
-
bob.learn.em
-
bob.bio.base
-
{{
pin_compatible('matplotlib')
}}
-
{{
pin_compatible('matplotlib')
}}
-
{{
pin_compatible('numpy')
}}
-
{{
pin_compatible('numpy')
}}
-
{{
pin_compatible('scikit-learn')
}}
-
{{
pin_compatible('scikit-learn')
}}
...
@@ -39,24 +43,11 @@ test:
...
@@ -39,24 +43,11 @@ test:
imports
:
imports
:
-
{{
name
}}
-
{{
name
}}
commands
:
commands
:
-
bob fusion fuse --help
-
bob fusion resource --help
-
bob fusion resource
-
bob fusion boundary --help
-
pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ 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 linkages -p $PREFIX {{ name }}
# [not win]
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
requires
:
-
pytest {{ pytest }}
-
pytest-cov {{ pytest_cov }}
-
coverage {{ coverage }}
-
sphinx {{ sphinx }}
-
sphinx_rtd_theme {{ sphinx_rtd_theme }}
about
:
about
:
home
:
https://www.idiap.ch/software/bob/
home
:
{{
data
[
'
project'
][
'
urls'
][
'
homepage'
]
}}
license
:
GPL-3.0
summary
:
{{
data
[
'
project'
][
'
description'
]
}}
summary
:
Score fusion in biometric and pad experiments
license
:
{{
data
[
'
project'
][
'
license'
][
'
text'
]
}}
license_family
:
GPL
license_family
:
GPL
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