-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[aravis] new port #8595
Conversation
…o dev/cenit/aravis
/azp run |
/azp run |
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() |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Pinging @cenit for response. Is work still being done for this PR? |
Closing this PR since it seems that no progress is being made. Please reopen if work is still being done. |
Depends on: #13100