Commit 5e17724 1 parent d82338d commit 5e17724 Copy full SHA for 5e17724
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259
259
-DPYTHON_EXECUTABLE=$(which python${{ matrix.python_version }}) \
260
260
-Dpybind11_DIR=$(python${{ matrix.python_version }} -c "import pybind11; print(pybind11.get_cmake_dir())") \
261
261
-DENABLE_LIGHTNING_KOKKOS=ON \
262
- -DLIGHTNING_GIT_TAG="8101e42 " \
262
+ -DLIGHTNING_GIT_TAG="23ee599 " \
263
263
-DKokkos_ENABLE_SERIAL=ON \
264
264
-DKokkos_ENABLE_OPENMP=ON \
265
265
-DENABLE_WARNINGS=OFF \
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ jobs:
243
243
-DPYTHON_EXECUTABLE=$(which python${{ matrix.python_version }}) \
244
244
-Dpybind11_DIR=$(python${{ matrix.python_version }} -c "import pybind11; print(pybind11.get_cmake_dir())") \
245
245
-DENABLE_LIGHTNING_KOKKOS=ON \
246
- -DLIGHTNING_GIT_TAG="8101e42 " \
246
+ -DLIGHTNING_GIT_TAG="23ee599 " \
247
247
-DKokkos_ENABLE_SERIAL=ON \
248
248
-DKokkos_ENABLE_OPENMP=OFF \
249
249
-DKokkos_ENABLE_COMPLEX_ALIGN=OFF \
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244
244
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=$GITHUB_WORKSPACE/runtime-build/lib \
245
245
-DPYTHON_EXECUTABLE=$(which python${{ matrix.python_version }}) \
246
246
-Dpybind11_DIR=$(python${{ matrix.python_version }} -c "import pybind11; print(pybind11.get_cmake_dir())") \
247
- -DLIGHTNING_GIT_TAG="8101e42 " \
247
+ -DLIGHTNING_GIT_TAG="23ee599 " \
248
248
-DENABLE_LIGHTNING_KOKKOS=ON \
249
249
-DKokkos_ENABLE_SERIAL=ON \
250
250
-DKokkos_ENABLE_OPENMP=OFF \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENABLE_LIGHTNING?=ON
14
14
ENABLE_LIGHTNING_KOKKOS? =OFF
15
15
ENABLE_OPENQASM? =OFF
16
16
ENABLE_ASAN? =OFF
17
- LIGHTNING_GIT_TAG_VALUE? ="8101e42 " # TODO: Update to v0.34.0
17
+ LIGHTNING_GIT_TAG_VALUE? ="23ee599 " # TODO: Update to v0.34.0
18
18
NPROC?=$(shell python3 -c "import os; print(os.cpu_count() )")
19
19
20
20
ifeq ($(shell uname) , Darwin)
You can’t perform that action at this time.
0 commit comments