Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aravis] new port #8595

Closed
wants to merge 37 commits into from
Closed

[aravis] new port #8595

wants to merge 37 commits into from

Conversation

cenit
Copy link
Contributor

@cenit cenit commented Oct 14, 2019

Depends on: #13100

@vicroms vicroms self-assigned this Oct 25, 2019
@JackBoosY
Copy link
Contributor

/azp run

@LilyWangL
Copy link
Contributor

/azp run

Comment on lines +28 to +43
if(CMAKE_HOST_WIN32)
if(NOT EXISTS ${PYTHON3_DIR}/easy_install${EXECUTABLE_SUFFIX})
if(NOT EXISTS ${PYTHON3_DIR}/Scripts/pip${EXECUTABLE_SUFFIX})
get_filename_component(PYTHON3_DIR_NAME "${PYTHON3_DIR}" NAME)
vcpkg_download_distfile(GET_PIP
URLS "https://bootstrap.pypa.io/3.3/get-pip.py"
FILENAME "tools/python/${PYTHON3_DIR_NAME}/get-pip.py"
SHA512 92e68525830bb23955a31cb19ebc3021ef16b6337eab83d5db2961b791283d2867207545faf83635f6027f2f7b7f8fee2c85f2cfd8e8267df25406474571c741
)
execute_process(COMMAND ${PYTHON3_DIR}/python${EXECUTABLE_SUFFIX} ${GET_PIP})
endif()
execute_process(COMMAND ${PYTHON3_DIR}/Scripts/pip${EXECUTABLE_SUFFIX} install python-gettext --user)
else()
execute_process(COMMAND ${PYTHON3_DIR}/easy_install${EXECUTABLE_SUFFIX} python-gettext)
endif()
endif()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It almost feels like this should be made into a vcpkg helper function.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Also, this PR was opened too soon. Maybe it’s better if I just close it. I don’t have much time to work on it now, and the required work is a lot before being ready.

@LilyWangL
Copy link
Contributor

Pinging @cenit for response. Is work still being done for this PR?

@cenit cenit closed this Mar 27, 2020
@cenit cenit reopened this Jul 31, 2020
@cenit cenit marked this pull request as draft July 31, 2020 08:28
@LilyWangL LilyWangL added the category:new-port The issue is requesting a new library to be added; consider making a PR! label Aug 4, 2020
@LilyWangL
Copy link
Contributor

Closing this PR since it seems that no progress is being made. Please reopen if work is still being done.

@LilyWangL LilyWangL closed this Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants