File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ LLVM_DIR=/llvm
2727SOURCE_DIR=/src
2828WHEEL_DIR=$SOURCE_DIR /wheelhouse
2929
30+ # Show Python versions.
31+ ls -al /opt/_internal/
32+
3033# Set environment variables for building Triton.
3134echo " [+] Setup environment variables"
3235export Z3_INCLUDE_DIRS=$DEPENDENCIES_DIR /z3-4.12.2-x64-glibc-2.31/include
@@ -88,7 +91,7 @@ echo "[+] Build Triton wheel package for Python 3.13"
8891cd $SOURCE_DIR
8992rm -rf $SOURCE_DIR /build
9093rm -rf $SOURCE_DIR /triton_library.egg-info
91- export PYTHON_BINARY=/opt/_internal/cpython-3.13.1 /bin/python
94+ export PYTHON_BINARY=/opt/_internal/cpython-3.13.2 /bin/python
9295export PYTHON_INCLUDE_DIRS=$( $PYTHON_BINARY -c " from sysconfig import get_paths; print(get_paths()['include'])" )
9396export PYTHON_LIBRARY=$( $PYTHON_BINARY -c " from sysconfig import get_paths; print(get_paths()['include'])" )
9497
You can’t perform that action at this time.
0 commit comments