Skip to content

Commit

Permalink
Fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 8, 2024
1 parent d1eb4c9 commit d279fe3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ports/py-meson/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ vcpkg_from_github(
HEAD_REF main
)

#vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}" OPTIONS -x)

set(VCPKG_BUILD_TYPE release)

vcpkg_configure_meson(SOURCE_PATH "${SOURCE_PATH}")
Expand All @@ -25,4 +23,4 @@ vcpkg_python_test_import(MODULE "mesonpy")

configure_file("${CMAKE_CURRENT_LIST_DIR}/vcpkg-port-config.cmake" "${CURRENT_PACKAGES_DIR}/share/${PORT}/vcpkg-port-config.cmake" @ONLY)
file(COPY "${CMAKE_CURRENT_LIST_DIR}/vcpkg_mesonpy_prepare_build_options.cmake"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
2 changes: 1 addition & 1 deletion ports/py-pyyaml/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vcpkg_from_pythonhosted(
cy-me-a-river.patch
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}" OPTIONS -x)
vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

Expand Down
2 changes: 1 addition & 1 deletion versions/p-/py-meson.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "037e6e158549e2b6eb20bf2d74553bb922fcb0c7",
"git-tree": "492c2cf2e21e3339e428c8ac609d556f87847d27",
"version": "0.15.0",
"port-version": 0
}
Expand Down
2 changes: 1 addition & 1 deletion versions/p-/py-pyyaml.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "d856508907cfd33d3b996a98ade19c45d45ecb80",
"git-tree": "3ffce016706b9faa8fca31f5015ec69bcef52953",
"version": "6.0.1",
"port-version": 2
},
Expand Down

0 comments on commit d279fe3

Please sign in to comment.