mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[pybind11] Update to v2.5.0 (#12394)
* [pybind11] Update to v2.5.0 * Address comments in PR
This commit is contained in:
parent
006a133d39
commit
8d50672e04
@ -1,5 +1,5 @@
|
|||||||
Source: pybind11
|
Source: pybind11
|
||||||
Version: 2.4.3
|
Version: 2.5.0
|
||||||
Homepage: https://github.com/pybind/pybind11
|
Homepage: https://github.com/pybind/pybind11
|
||||||
Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.
|
Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.
|
||||||
Build-Depends: python3 (windows)
|
Build-Depends: python3 (windows)
|
@ -1,17 +1,14 @@
|
|||||||
include(vcpkg_common_functions)
|
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO pybind/pybind11
|
REPO pybind/pybind11
|
||||||
REF 80d452484c5409444b0ec19383faa84bb7a4d351 # v2.4.3
|
REF 3b1dbebabc801c9cf6f0953a4c20b904d444f879 # v2.5.0
|
||||||
SHA512 987f8c075ff3e4f90ab27a6121f3767a82939e35cd2143649819c8d39b09d1c234d39fa204ed5f6bd1d9ec97c275f590df358769d7726a16ccb720a91c550883
|
SHA512 1a75d29447dbba96eebf8ecdebad1be0dd5327c32f5122b0ece9d9ec22eae4feacd0efb3a5070b3a135a892b1682c7215b0c529b179493694df932945a379f4c
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_find_acquire_program(PYTHON3)
|
vcpkg_find_acquire_program(PYTHON3)
|
||||||
|
|
||||||
get_filename_component(PYPATH ${PYTHON3} PATH)
|
get_filename_component(PYPATH ${PYTHON3} PATH)
|
||||||
set(ENV{PATH} "$ENV{PATH};${PYPATH}")
|
vcpkg_add_to_path("${PYPATH}")
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
@ -34,4 +31,4 @@ vcpkg_install_cmake()
|
|||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/)
|
||||||
|
|
||||||
# copy license
|
# copy license
|
||||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/pybind11/copyright)
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user