зеркало из https://github.com/microsoft/vcpkg.git
[blitz] remove python2 dep (#37723)
This commit is contained in:
Родитель
0b1d7c19e1
Коммит
e7707ee23a
|
@ -6,9 +6,9 @@ vcpkg_from_github(
|
|||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_find_acquire_program(PYTHON2)
|
||||
get_filename_component(PYTHON2_DIR "${PYTHON2}" DIRECTORY)
|
||||
vcpkg_add_to_path("${PYTHON2_DIR}")
|
||||
vcpkg_find_acquire_program(PYTHON3)
|
||||
get_filename_component(PYTHON3_DIR "${PYTHON3}" DIRECTORY)
|
||||
vcpkg_add_to_path("${PYTHON3_DIR}")
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "blitz",
|
||||
"version-date": "2020-03-25",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "Blitz++ is a C++ template class library that provides high-performance multidimensional array containers for scientific computing.",
|
||||
"homepage": "https://github.com/blitzpp/blitz",
|
||||
"supports": "!(arm | arm64 | uwp)",
|
||||
|
@ -13,10 +13,6 @@
|
|||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-tool-python2",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "40ce06a82bd0a6249e00b4e7dc3f74f2b03d5391",
|
||||
"version-date": "2020-03-25",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "58bca2588e7ff4935893cfebdf1d9665f95f846e",
|
||||
"version-date": "2020-03-25",
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
},
|
||||
"blitz": {
|
||||
"baseline": "2020-03-25",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"bloomberg-quantum": {
|
||||
"baseline": "2023-02-03",
|
||||
|
|
Загрузка…
Ссылка в новой задаче