[blitz] remove python2 dep (#37723)

This commit is contained in:
Alexander Neumann 2024-03-26 19:51:33 +01:00 committed by GitHub
parent 0b1d7c19e1
commit e7707ee23a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 9 deletions

View File

@ -6,9 +6,9 @@ vcpkg_from_github(
HEAD_REF master HEAD_REF master
) )
vcpkg_find_acquire_program(PYTHON2) vcpkg_find_acquire_program(PYTHON3)
get_filename_component(PYTHON2_DIR "${PYTHON2}" DIRECTORY) get_filename_component(PYTHON3_DIR "${PYTHON3}" DIRECTORY)
vcpkg_add_to_path("${PYTHON2_DIR}") vcpkg_add_to_path("${PYTHON3_DIR}")
vcpkg_cmake_configure( vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"

View File

@ -1,7 +1,7 @@
{ {
"name": "blitz", "name": "blitz",
"version-date": "2020-03-25", "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.", "description": "Blitz++ is a C++ template class library that provides high-performance multidimensional array containers for scientific computing.",
"homepage": "https://github.com/blitzpp/blitz", "homepage": "https://github.com/blitzpp/blitz",
"supports": "!(arm | arm64 | uwp)", "supports": "!(arm | arm64 | uwp)",
@ -13,10 +13,6 @@
{ {
"name": "vcpkg-cmake-config", "name": "vcpkg-cmake-config",
"host": true "host": true
},
{
"name": "vcpkg-tool-python2",
"host": true
} }
] ]
} }

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "40ce06a82bd0a6249e00b4e7dc3f74f2b03d5391",
"version-date": "2020-03-25",
"port-version": 6
},
{ {
"git-tree": "58bca2588e7ff4935893cfebdf1d9665f95f846e", "git-tree": "58bca2588e7ff4935893cfebdf1d9665f95f846e",
"version-date": "2020-03-25", "version-date": "2020-03-25",

View File

@ -674,7 +674,7 @@
}, },
"blitz": { "blitz": {
"baseline": "2020-03-25", "baseline": "2020-03-25",
"port-version": 5 "port-version": 6
}, },
"bloomberg-quantum": { "bloomberg-quantum": {
"baseline": "2023-02-03", "baseline": "2023-02-03",