FIX: add py-mpi4py + py-projectq dependency
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user