Skip to content

Commit bd6d202

Browse files
committed
fix(mps-parser): explictly request non-free-threaded build
1 parent 30ca0d1 commit bd6d202

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

conda/recipes/mps-parser/recipe.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION.
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION.
22
# SPDX-License-Identifier: Apache-2.0
33
schema_version: 1
44

@@ -41,7 +41,10 @@ requirements:
4141
- cython >=3.0.0
4242
- libmps-parser =${{ version }}
4343
- pip
44-
- python =${{ py_version }}
44+
# Request Python with a buildstring where the end of the string exactly
45+
# matches `py_buildstring`, e.g. `314`
46+
# to exclude free-threaded builds
47+
- python =${{ py_version }}=*${{ py_buildstring }}
4548
- rapids-build-backend >=0.4.0,<0.5.0
4649
- scikit-build-core >=0.11.0
4750
run:

0 commit comments

Comments
 (0)