qiskit: 0.5.4 -> 0.5.7
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "qiskit";
|
||||
version = "0.5.4";
|
||||
version = "0.5.7";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "a86014da4ea8fe057ad3b953b44e2342f2bae3e1f9ac0d5f5d51dd659c33accf";
|
||||
sha256 = "a5a2c6c074f8479dc83d1d599dfebf2363402a182835b8fa5742804055148b17";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake ]
|
||||
@@ -50,13 +50,9 @@ buildPythonPackage rec {
|
||||
# Pypi's tarball doesn't contain tests
|
||||
doCheck = false;
|
||||
|
||||
patches = [
|
||||
./setup.py.patch
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Quantum Software Development Kit for writing quantum computing experiments, programs, and applications";
|
||||
homepage = https://github.com/QISKit/qiskit-sdk-py;
|
||||
homepage = https://github.com/QISKit/qiskit-terra;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [
|
||||
pandaman
|
||||
|
||||
Reference in New Issue
Block a user