Skip to content

Commit

Permalink
[blitz] remove python2 dep (microsoft#37723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A authored Mar 26, 2024
1 parent 0b1d7c1 commit e7707ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ports/blitz/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
6 changes: 1 addition & 5 deletions ports/blitz/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand All @@ -13,10 +13,6 @@
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-tool-python2",
"host": true
}
]
}
5 changes: 5 additions & 0 deletions versions/b-/blitz.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "40ce06a82bd0a6249e00b4e7dc3f74f2b03d5391",
"version-date": "2020-03-25",
"port-version": 6
},
{
"git-tree": "58bca2588e7ff4935893cfebdf1d9665f95f846e",
"version-date": "2020-03-25",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@
},
"blitz": {
"baseline": "2020-03-25",
"port-version": 5
"port-version": 6
},
"bloomberg-quantum": {
"baseline": "2023-02-03",
Expand Down

0 comments on commit e7707ee

Please sign in to comment.