Commit b8117f6 1 parent 5b5fd0c commit b8117f6 Copy full SHA for b8117f6
File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 25
25
26
26
### Bug fixes
27
27
28
+ * Ensure cross-platform wheels continue to build with updates in git safety checks.
29
+ [ (#452 )] ( https://github.com/PennyLaneAI/pennylane-lightning/pull/452 )
30
+
28
31
* Ensure aligned allocator definition works with C++20 compilers.
29
32
[ (#438 )] ( https://github.com/PennyLaneAI/pennylane-lightning/pull/438 )
30
33
Original file line number Diff line number Diff line change 71
71
-v `pwd`:/io \
72
72
-v ${{ github.workspace }}/Kokkos_install/${{ matrix.exec_model }}:/install \
73
73
-i ${{ matrix.container_img }} \
74
- bash -c "cd /io && \
74
+ bash -c "git config --global --add safe.directory /io && \
75
+ cd /io && \
75
76
python3.8 -m pip install ninja && \
76
77
ln -s /opt/python/cp38-cp38/bin/ninja /usr/bin/ninja && \
77
78
cmake -BBuild . -DCMAKE_INSTALL_PREFIX=/install \
93
94
-v `pwd`:/io \
94
95
-v ${{ github.workspace }}/Kokkos_install/${{ matrix.exec_model }}:/install \
95
96
-i ${{ matrix.container_img }} \
96
- bash -c "cd /io && \
97
+ bash -c "git config --global --add safe.directory /io && \
98
+ cd /io && \
97
99
python3.8 -m pip install ninja && \
98
100
ln -s /opt/python/cp38-cp38/bin/ninja /usr/bin/ninja && \
99
101
cmake -BBuild . -DCMAKE_INSTALL_PREFIX=/install \
Original file line number Diff line number Diff line change 71
71
-v `pwd`:/io \
72
72
-v ${{ github.workspace }}/Kokkos_install/${{ matrix.exec_model }}:/install \
73
73
-i ${{ matrix.container_img }} \
74
- bash -c "cd /io && \
74
+ bash -c "git config --global --add safe.directory /io && \
75
+ cd /io && \
75
76
python3.8 -m pip install ninja && \
76
77
ln -s /opt/python/cp38-cp38/bin/ninja /usr/bin/ninja && \
77
78
cmake -BBuild . -DCMAKE_INSTALL_PREFIX=/install \
93
94
-v `pwd`:/io \
94
95
-v ${{ github.workspace }}/Kokkos_install/${{ matrix.exec_model }}:/install \
95
96
-i ${{ matrix.container_img }} \
96
- bash -c "cd /io && \
97
+ bash -c "git config --global --add safe.directory /io && \
98
+ cd /io && \
97
99
python3.8 -m pip install ninja && \
98
100
ln -s /opt/python/cp38-cp38/bin/ninja /usr/bin/ninja && \
99
101
cmake -BBuild . -DCMAKE_INSTALL_PREFIX=/install \
Original file line number Diff line number Diff line change 17
17
"""
18
18
19
19
20
- __version__ = "0.31.0-rc0 "
20
+ __version__ = "0.31.0-rc1 "
You can’t perform that action at this time.
0 commit comments