Skip to content

Commit

Permalink
try CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paul0403 committed Jan 29, 2025
1 parent 27e739c commit fe58ca7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-linux-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
-DPython_EXECUTABLE=$(which python${{ matrix.python_version }}) \
-DENABLE_OPENQASM=ON
cmake --build $GITHUB_WORKSPACE/runtime-build --target rt_capi rtd_openqasm rtd_null_qubit rt_OQD_capi
cmake --build $GITHUB_WORKSPACE/runtime-build --target rt_capi rtd_openqasm rtd_null_qubit
# Build OQC-Runtime
- name: Build OQC-Runtime
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-macos-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
-DPython_EXECUTABLE=$(which python${{ matrix.python_version }}) \
-DENABLE_OPENQASM=ON
cmake --build $GITHUB_WORKSPACE/runtime-build --target rt_capi rtd_openqasm rtd_null_qubit rt_OQD_capi
cmake --build $GITHUB_WORKSPACE/runtime-build --target rt_capi rtd_openqasm rtd_null_qubit
- name: Test Catalyst-Runtime
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-macos-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
-DPython_EXECUTABLE=$(which python${{ matrix.python_version }}) \
-DENABLE_OPENQASM=ON
cmake --build $GITHUB_WORKSPACE/runtime-build --target rt_capi rtd_openqasm rtd_null_qubit rt_OQD_capi
cmake --build $GITHUB_WORKSPACE/runtime-build --target rt_capi rtd_openqasm rtd_null_qubit
# Build OQC-Runtime
- name: Build OQC-Runtime
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-pl-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
ENZYME_BUILD_DIR="$(pwd)/enzyme-build" \
DIALECTS_BUILD_DIR="$(pwd)/quantum-build" \
ENABLE_OPENQASM=ON \
ENABLE_OQD=ON \
make catalyst
- name: Install PennyLane-Lightning (stable)
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/scripts/linux_arm64/rh8/build_catalyst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ cmake -S runtime -B runtime-build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=runtime-build/lib \
-DPython_EXECUTABLE=${PYTHON} \
-DENABLE_OPENQASM=ON \
-DENABLE_OQD=ON
cmake --build runtime-build --target rt_capi rtd_openqasm rtd_null_qubit rt_OQD_capi
-DENABLE_OPENQASM=ON
cmake --build runtime-build --target rt_capi rtd_openqasm rtd_null_qubit

# Build OQC
export OQC_BUILD_DIR="/catalyst/oqc-build"
Expand Down

0 comments on commit fe58ca7

Please sign in to comment.