mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[tensorflow] fix build (#43432)
This commit is contained in:
@@ -67,7 +67,7 @@ else()
|
||||
set(ENV{BLAS} "None")
|
||||
set(ENV{LAPACK} "None")
|
||||
set(ENV{ATLAS} "None")
|
||||
vcpkg_execute_required_process(COMMAND ${PYTHON3} -m pip install -U --force-reinstall numpy WORKING_DIRECTORY ${CURRENT_BUILDTREES_DIR} LOGNAME prerequistes-pip-${TARGET_TRIPLET})
|
||||
vcpkg_execute_required_process(COMMAND ${PYTHON3} -m pip install -U --force-reinstall numpy setuptools WORKING_DIRECTORY ${CURRENT_BUILDTREES_DIR} LOGNAME prerequistes-pip-${TARGET_TRIPLET})
|
||||
else()
|
||||
vcpkg_execute_required_process(COMMAND ${PYTHON3} -m pip install -U pip numpy WORKING_DIRECTORY ${CURRENT_BUILDTREES_DIR} LOGNAME prerequisites-pip-${TARGET_TRIPLET})
|
||||
endif()
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tensorflow-common",
|
||||
"version-semver": "2.10.0",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "This meta package holds common files for the C [tensorflow] and the C++ [tensorflow-cc] API version of TensorFlow but is not installable on its own.",
|
||||
"homepage": "https://github.com/tensorflow/tensorflow",
|
||||
"license": "Apache-2.0"
|
||||
|
||||
@@ -8902,7 +8902,7 @@
|
||||
},
|
||||
"tensorflow-common": {
|
||||
"baseline": "2.10.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"tensorpipe": {
|
||||
"baseline": "2022-03-16",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d8e0a8e91eb5cd35b772e838f0423537a31a4b63",
|
||||
"version-semver": "2.10.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "27a6a0026a080b8f5ec19b0092d4f4e20dfa13ed",
|
||||
"version-semver": "2.10.0",
|
||||
|
||||
Reference in New Issue
Block a user