Merge branch 'main' into ch-first.class.kernels #9213
Annotations
1 error
Build wheel
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"Building wheel for python${python_version}.\" && rm ~/.cache/pip -rf && cd cuda-quantum && python=python${python_version} && export CUDAQ_EXTERNAL_NVQIR_SIMS=$(bash scripts/find_wheel_assets.sh assets) && export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/assets\" && $python -m pip install --no-cache-dir auditwheel cuquantum-cu11==24.03.0.post1 cutensor-cu11==2.0.1 && cuquantum_location=`$python -m pip show cuquantum-cu11 | grep -e 'Location: .*$'` && export CUQUANTUM_INSTALL_PREFIX=\"${cuquantum_location#Location: }/cuquantum\" && cutensor_location=`$python -m pip show cutensor-cu11 | grep -e 'Location: .*$'` && export CUTENSOR_INSTALL_PREFIX=\"${cutensor_location#Location: }/cutensor\" && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so.1 $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so.2 $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so && ln -s $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so.2 $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so && SETUPTOOLS_SCM_PRETEND_VERSION=${CUDA_QUANTUM_VERSION:-0.0.0} CUDACXX=\"$CUDA_INSTALL_PREFIX/bin/nvcc\" CUDAHOSTCXX=$CXX $python -m build --wheel && LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/_skbuild/lib\" $python -m auditwheel -v repair dist/cuda_quantum-*linux_*.whl --exclude libcustatevec.so.1 --exclude libcutensornet.so.2 --exclude libcublas.so.11 --exclude libcublasLt.so.11 --exclude libcusolver.so.11 --exclude libcutensor.so.2 --exclude libnvToolsExt.so.1 --exclude libcudart.so.11.0 --exclude libnvidia-ml.so.1" did not complete successfully: exit code: 1
|
Loading