mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Improve conda recipe
This commit is contained in:
parent
4a48afb356
commit
13ad78bc52
@ -1,6 +1,6 @@
|
|||||||
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:
|
|||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user