Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
cf8b3028
Commit
cf8b3028
authored
Mar 10, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #136 from SylvainCorlay/improve-recipe
Improve conda recipe
parents
4a48afb3
13ad78bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
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