Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
cf8b3028
Commit
cf8b3028
authored
Mar 10, 2016
by
Wenzel Jakob
Browse files
Merge pull request #136 from SylvainCorlay/improve-recipe
Improve conda recipe
parents
4a48afb3
13ad78bc
Changes
1
Show 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 @
cf8b3028
package
:
package
:
name
:
pybind11
name
:
pybind11
version
:
{{
environ.get('GIT_DESCRIBE_TAG'
,
'
'
)
}}
version
:
{{
environ.get('GIT_DESCRIBE_TAG'
,
'
'
).replace('v'
,
'
'
)
}}
build
:
build
:
number
:
{{
environ.get('GIT_DESCRIBE_NUMBER'
,
0)
}}
number
:
{{
environ.get('GIT_DESCRIBE_NUMBER'
,
0)
}}
...
@@ -22,5 +22,5 @@ test:
...
@@ -22,5 +22,5 @@ test:
-
pybind11
-
pybind11
about
:
about
:
home
:
https://github.com/
wjakob
/pybind11/
home
:
https://github.com/
pybind
/pybind11/
summary
:
Seamless operability between C++11 and Python
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