Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PowerPC wheels for LQ #902

Merged
merged 4 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

### Breaking changes

* Remove PowerPC wheel build recipe for Lightning-Qubit.
[#902](https://github.com/PennyLaneAI/pennylane-lightning/pull/902)

* Remove support for Python 3.9.
[#891](https://github.com/PennyLaneAI/pennylane-lightning/pull/891)

Expand All @@ -30,7 +33,7 @@
* Smarter defaults for the `split_obs` argument in the serializer. The serializer splits linear combinations into chunks instead of all their terms.
[(#873)](https://github.com/PennyLaneAI/pennylane-lightning/pull/873/)

* Unify Lightning Kokkos device and Lightning Qubit device under a Lightning Base device
* Unify Lightning-Kokkos device and Lightning-Qubit device under a Lightning Base device.
[(#876)](https://github.com/PennyLaneAI/pennylane-lightning/pull/876)

### Documentation
Expand Down
202 changes: 0 additions & 202 deletions .github/workflows/wheel_linux_ppc64le.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following table summarizes the supported platforms and the primary installat
+-----------+---------+--------+-------------+----------------+-----------------+----------------+----------------+
| Linux ARM | pip | pip | | pip | source | source | |
+-----------+---------+--------+-------------+----------------+-----------------+----------------+----------------+
| Linux PPC | pip | source | | pip | source | source | |
| Linux PPC | pip | source | | source | source | source | |
+-----------+---------+--------+-------------+----------------+-----------------+----------------+----------------+
| MacOS x86 | pip | | | pip | | | |
+-----------+---------+--------+-------------+----------------+-----------------+----------------+----------------+
Expand Down
Loading