Commit graph

7 commits

Author SHA1 Message Date
Drew Risinger 35b9c063c2 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.
2021-06-01 18:27:55 -04:00
Drew Risinger 12672f90c5 python3Packages.retworkx: 0.6.0 -> 0.8.0 2021-03-05 15:28:31 -05:00
Daniël de Kok a24453fe94 python3Packages.retworkx: switch to buildPythonPackage + cargo hooks 2021-02-12 08:40:46 +01:00
Drew Risinger 074d7a923a python3Packages.retworkx: 0.4.0 -> 0.6.0 2020-11-30 22:55:25 -08:00
Drew Risinger 5c60872dfb python3Packages.retworkx: 0.3.4 -> 0.4.0
Also compile from source using Rust. Now possible b/c pyo3/maturin
work on Rust stable.
2020-08-25 16:13:41 -07:00
Drew Risinger 9962a039b3 python3Packages.retworkx: 0.3.3 -> 0.3.4
Fix issue with hash lookup that failed on python3.8.
2020-07-01 10:37:29 -07:00
Drew Risinger e218af21ab python3Packages.retworkx: init at 0.3.3
Replacement for networkx in qiskit-terra.
2020-04-23 18:02:18 -04:00