Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.em
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Code
Merge requests
0
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.learn.em
Merge requests
!34
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
9
Pipelines
5
Changes
6
Merged
Amir MOHAMMADI
requested to merge
condapackage
into
master
6 years ago
Overview
0
Commits
9
Pipelines
5
Changes
6
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 3
5e9da2e3
6 years ago
version 2
6db6e30c
6 years ago
version 1
c7ec329d
6 years ago
master (base)
and
latest version
latest version
226742a1
9 commits,
6 years ago
version 3
5e9da2e3
6 commits,
6 years ago
version 2
6db6e30c
6 commits,
6 years ago
version 1
c7ec329d
5 commits,
6 years ago
6 files
+
164
−
245
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
conda/meta.yaml
0 → 100644
+
67
−
0
Options
{
%
set name = 'bob.learn.em' %
}
{
%
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
:
build
:
-
{{
compiler('c')
}}
-
{{
compiler('cxx')
}}
-
pkg-config {{ pkg_config }}
-
cmake {{ cmake }}
host
:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
bob.extension
-
bob.blitz
-
bob.core >2.0.5
-
bob.io.base
-
bob.sp
-
bob.math
-
bob.learn.activation
-
bob.learn.linear
-
libblitz {{ libblitz }}
-
boost {{ boost }}
-
numpy {{ numpy }}
run
:
-
python
-
setuptools
-
boost
-
{{
pin_compatible('numpy')
}}
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
-
matplotlib
-
bob.db.iris
about
:
home
:
https://www.idiap.ch/software/bob/
license
:
BSD 3-Clause
summary
:
Bindings for emelaneous machines and trainers of Bob
license_family
:
BSD
Loading