FIX: add py-mpi4py + py-projectq dependency

This commit is contained in:
Germann Elsa Sylvia
2022-10-03 10:09:59 +02:00
parent 1edc86fcf8
commit 160080095b

View File

@ -31,13 +31,15 @@ class PyHiqsimulator(PythonPackage):
homepage = "https://hiqsimulator.readthedocs.io/en/latest/index.html"
url = "https://github.com/Huawei-HiQ/HiQsimulator/archive/refs/heads/develop.zip"
git = "https://github.com/Huawei-HiQ/HiQsimulator/archive/refs/heads/develop.zip"
maintainers = ["germanne"]
version('develop', git='https://github.com/Huawei-HiQ/HiQsimulator.git', submodules=True)
version('develop', submodules=True)
depends_on('py-setuptools@44.1.0', type='build')
depends_on('py-mpi4py', type=("run", "link"))
depends_on('py-projectq@develop', type=("run", "link"))
depends_on("cmake", type="build")
depends_on("openmpi", type=("run", "link"))