Skip to content

Commit

Permalink
[coreml-tools] More candidates for site-packages folder (#128)
Browse files Browse the repository at this point in the history
* [coreml-tools] fix site-packages search

* [coreml-tools] update baseline
  • Loading branch information
luncliff authored Nov 15, 2023
1 parent 0e7e294 commit beb7de9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ports/coreml-tools/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ find_path(SITE_PACKAGES_DIR
PATHS "${PYTHON_ROOT}/lib/python3.9/site-packages"
"${PYTHON_ROOT}/lib/python3.10/site-packages"
"${PYTHON_ROOT}/lib/python3.11/site-packages"
"${PYTHON_ROOT}/lib/python3.12/site-packages"
"${PYTHON_ROOT}/Lib/site-packages"
REQUIRED
)
message(STATUS " site-packages: ${SITE_PACKAGES_DIR}")
Expand Down
2 changes: 1 addition & 1 deletion ports/coreml-tools/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coreml-tools",
"version": "6.1",
"port-version": 2,
"port-version": 3,
"description": "CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)",
"homepage": "https://github.com/apple/coremltools",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"coreml-tools": {
"baseline": "6.1",
"port-version": 2
"port-version": 3
},
"cpuinfo": {
"baseline": "2023-09-12",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/coreml-tools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fd52e153ea8b3fc2691fd49a8ab0315f2e5b89d2",
"version": "6.1",
"port-version": 3
},
{
"git-tree": "d29002eb2841d87dbd8fcdc5dca8e5472cf94b5e",
"version": "6.1",
Expand Down

0 comments on commit beb7de9

Please sign in to comment.