Skip to content

Commit

Permalink
PythonPackages package: new binaries for Python 3.7.4 (#1255).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 18, 2019
1 parent 98cb111 commit 94569ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/plugins/thirdParty/PythonPackages/CMakeLists.txt
Expand Up @@ -94,26 +94,26 @@ if(USE_PREBUILT_PYTHON_PACKAGES_PACKAGE)
if(WIN32)
if(RELEASE_MODE)
retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} dbb160a97ca7900ec1e0b37f60f1db47b8dcaacf
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 7746e65ec43095e318ca1cd1986e27d9b7b287c9
PACKAGE_REPOSITORY ${PACKAGE_REPOSITORY}
SHA1_FILES ${SHA1_FILES}
SHA1_VALUES 360dfb74ccaca4d0152f5184c9adfeb4a65fd5d3)
else()
retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 932be97b10b2c24b3fa5e25014a54c4c5061a791
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} ca1128db87ab8946e4711ff8147039ad53e1014a
PACKAGE_REPOSITORY ${PACKAGE_REPOSITORY}
SHA1_FILES ${SHA1_FILES}
SHA1_VALUES cf9b5ece9556f91577396cc959ed9a2feecb4bed)
SHA1_VALUES 0f126901655e27d96319d8cf92139634c4eff00d)
endif()
elseif(APPLE)
retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 2dd18b923489fe3aef2a216234247403b72429b5
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 07d798b39bbdbf5555f454088fcbf8c4e70178b3
PACKAGE_REPOSITORY ${PACKAGE_REPOSITORY}
SHA1_FILES ${SHA1_FILES}
SHA1_VALUES 4443d8cb01dcc0edc148f9d095201b13fd09f923)
else()
retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} cdb41b65012c628f1cd4381b8d79d1332a074604
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} aac8fe3c05234034a22d0fa8bedeeb007bb43af1
PACKAGE_REPOSITORY ${PACKAGE_REPOSITORY}
SHA1_FILES ${SHA1_FILES}
SHA1_VALUES 80632ca1842b5a8668616766ef3bb2d01ed84e63)
Expand Down

0 comments on commit 94569ad

Please sign in to comment.