Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.devtools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.devtools
Commits
b184bbcf
Commit
b184bbcf
authored
May 26, 2020
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[conda] Allow for successive python builds
parent
0aaf5ff2
Pipeline
#40146
failed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
conda/meta.yaml
conda/meta.yaml
+4
-2
No files found.
conda/meta.yaml
View file @
b184bbcf
...
...
@@ -12,10 +12,10 @@ build:
-
{{
pin_subpackage(name)
}}
script
:
-
cd {{ environ.get('RECIPE_DIR') + '/..' }}
{
%
if environ.get('BUILD_EGG') %
}
{
%
if environ.get('BUILD_EGG')
and not path.exists('dist')
%
}
-
python setup.py sdist --formats=zip
{
%
endif %
}
-
python setup.py install --single-version-externally-managed --record record.txt
-
{{
PYTHON
}}
-m pip install --no-deps --ignore-installed .
# installs the documentation source, readme to share/doc so it is available
# during test time
-
install -d "${PREFIX}/share/doc/{{ name }}"
...
...
@@ -108,7 +108,9 @@ test:
-
bdt gitlab graph --help
-
bdt gitlab badges --help
-
sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
{
%
if not path.exists('sphinx') %
}
-
if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi
{
%
endif %
}
about
:
home
:
https://www.idiap.ch/software/bob/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment