Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.ip.stereo
Commits
98822ab4
Commit
98822ab4
authored
Oct 05, 2021
by
Amir MOHAMMADI
Browse files
[conda] use pip to install the package [skip ci]
parent
b01b73c1
Pipeline
#54882
failed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
98822ab4
...
...
@@ -12,9 +12,9 @@ build:
script
:
-
cd {{ project_dir }}
{
%
if environ.get('BUILD_EGG') %
}
-
python
setup.py sdist --formats=zip
-
"
{{
PYTHON
}}
setup.py
sdist
--formats=zip
"
{
%
endif %
}
-
python setup.py install --single-version-externally-managed --record record.txt
-
"
{{
PYTHON
}}
-m
pip
install
.
-vv"
# installs the documentation source, readme to share/doc so it is available
# during test time
-
install -d "${PREFIX}/share/doc/{{ name }}"
...
...
@@ -27,6 +27,7 @@ requirements:
host
:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
pip {{ pip }}
-
bob.extension
-
numpy {{ numpy }}
-
pybind11 {{ pybind11 }}
...
...
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