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

python3Packages.qiskit: 0.25.0 -> 0.26.2 #121606

Merged
merged 8 commits into from
Jun 3, 2021

Commits on Jun 1, 2021

  1. python3Packages.retworkx: 0.8.0 -> 0.9.0

    Also fixes retworkx Darwin build.
    
    Fixes linker error for retworkx that required libiconv.
    Error log:
    error: linking with `/nix/store/47vpv5i10dwfg1cf5wca1k40f982g5fm-clang-wrapper-7.1.0/bin/cc` failed: exit code: 1
        ...
        ld: library not found for -liconv
        clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
    
    Also fix tests running on build, that didn't get converted when switched
    to the new way of running Cargo builds for python packages.
    drewrisinger committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    35b9c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc9d055 View commit details
    Browse the repository at this point in the history
  3. python3Packages.qiskit-terra: 0.17.0 -> 0.17.4

    Also unbreak build on master by disabling tests that compare visual
    matplotlib images.
    
    Also remove force deletes from postCheck.
    drewrisinger committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d173e91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf1bad9 View commit details
    Browse the repository at this point in the history
  5. python3Packages.qiskit-aer: 0.8.0 -> 0.8.2

    Use a patch submitted via PR instead of custom substitute.
    
    Remove pybind11 install requirement, as requested by @dotlambda
    drewrisinger committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    2d90781 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. python3Packages.qiskit-ignis: fix aarch64 build

    Also remove unused patch & unneeded docs delete (they're not in $out).
    drewrisinger committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7af8900 View commit details
    Browse the repository at this point in the history
  2. python3Packages.qiskit-aqua: 0.9.0 -> 0.9.1

    Remove unneeded docs delete, they're no longer in $out.
    drewrisinger committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    6171c77 View commit details
    Browse the repository at this point in the history
  3. python3Packages.qiskit: 0.25.0 -> 0.26.2

    Add optional subpackages as arguments. Most of these are not in nixpkgs,
    but can be found in https://github.com/drewrisinger/nur-packages/.
    drewrisinger committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    bb6aec6 View commit details
    Browse the repository at this point in the history