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
gaoqiong
pybind11
Commits
13ad78bc
Commit
13ad78bc
authored
Mar 09, 2016
by
Sylvain Corlay
Browse files
Improve conda recipe
parent
4a48afb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
conda.recipe/meta.yaml
conda.recipe/meta.yaml
+2
-2
No files found.
conda.recipe/meta.yaml
View file @
13ad78bc
package
:
name
:
pybind11
version
:
{{
environ.get('GIT_DESCRIBE_TAG'
,
'
'
)
}}
version
:
{{
environ.get('GIT_DESCRIBE_TAG'
,
'
'
).replace('v'
,
'
'
)
}}
build
:
number
:
{{
environ.get('GIT_DESCRIBE_NUMBER'
,
0)
}}
...
...
@@ -22,5 +22,5 @@ test:
-
pybind11
about
:
home
:
https://github.com/
wjakob
/pybind11/
home
:
https://github.com/
pybind
/pybind11/
summary
:
Seamless operability between C++11 and Python
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