Adjust build scripts, add license notice, move result processing to B… #9760
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\" && export CUQUANTUM_INSTALL_PREFIX=/usr/local/cuquantum && export CUTENSOR_INSTALL_PREFIX=/usr/local/cutensor && bash scripts/configure_build.sh install-cuquantum && bash scripts/configure_build.sh install-cutensor && SETUPTOOLS_SCM_PRETEND_VERSION=${CUDA_QUANTUM_VERSION:-0.0.0} CUDACXX=\"$CUDA_INSTALL_PREFIX/bin/nvcc\" CUDAHOSTCXX=$CXX $python -m build --wheel && cudaq_major=$(echo ${CUDA_VERSION} | cut -d . -f1) && $python -m pip install --no-cache-dir auditwheel && 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.$cudaq_major --exclude libcublasLt.so.$cudaq_major --exclude libcusolver.so.$cudaq_major --exclude libcutensor.so.2 --exclude libnvToolsExt.so.1 --exclude libcudart.so.$cudaq_major.0" did not complete successfully: exit code: 1
|
Loading