Skip to content

Commit

Permalink
Merge branch 'experimental/python' into new-remote-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khalatepradnya authored Feb 13, 2024
2 parents ade6db6 + 497afc6 commit 3db62ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ jobs:
needs: metadata
strategy:
matrix:
## [SKIP_TEST] : Temporarily skipping stage to build Python wheel on arm64/aarch64
platform: [amd64]
platform: [amd64, arm64]
fail-fast: false
uses: ./.github/workflows/dev_environment.yml
secrets:
Expand Down Expand Up @@ -206,8 +205,7 @@ jobs:
needs: config
strategy:
matrix:
## [SKIP_TEST] : Temporarily skipping stage to build Python wheel on arm64/aarch64
platform: [amd64]
platform: [amd64, arm64]
python_version: ['3.9', '3.11']
fail-fast: false
uses: ./.github/workflows/python_wheels.yml
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/create_cache_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ jobs:
needs: [pr_info, metadata]
strategy:
matrix:
## [SKIP_TEST] : Temporarily skipping stage to build Python wheel on arm64/aarch64
platform: [amd64]
platform: [amd64, arm64]
fail-fast: false
uses: ./.github/workflows/dev_environment.yml
secrets:
Expand Down
1 change: 0 additions & 1 deletion docker/release/cudaq.wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN echo "Building wheel for python${python_version}." \
&& ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so.2 $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so \
&& ln -s $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so.1 $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so \
&& SETUPTOOLS_SCM_PRETEND_VERSION=${CUDA_QUANTUM_VERSION:-0.0.0} \
CUDAQ_ENABLE_STATIC_LINKING=ON \
CUDACXX="$CUDA_INSTALL_PREFIX/bin/nvcc" CUDAHOSTCXX=$CXX \
$python -m build --wheel \
&& LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(pwd)/_skbuild/lib" \
Expand Down

0 comments on commit 3db62ae

Please sign in to comment.