Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wheels tag according to PEP600 #34

Merged
merged 2 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "2025.0.0" %}
{% set intel_build_number = "242" %} # [linux]
{% set intel_build_number = "212" %} # [win]
{% set intel_build_number = "501" %} # [linux]
{% set intel_build_number = "348" %} # [win]
{% set target_platform = "linux-64" %} # [linux64]
{% set target_platform = "win-64" %} # [win64]

Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/repack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export DPCPP_LLVM_SPIRV_VERSION="${PKG_VERSION}"
echo -e "Inferred DPCPP_LLVM_SPIRV_VERSION=${DPCPP_LLVM_SPIRV_VERSION}"

BUILD_ARGS="--single-version-externally-managed --record=llvm_spirv_record.txt"
WHEELS_BUILD_ARGS="-p manylinux2014_x86_64 --python-tag py${PY_VER//./}"
WHEELS_BUILD_ARGS="-p manylinux_2_28_x86_64 --python-tag py${PY_VER//./}"

pushd $src/package
echo -e "Start vendoring of llvm-spirv executable \n"
Expand Down
Loading