py-fenics-dolfinx: update for v0.7.2 (#41394)
* Update for v0.7.2 * Dependency fix * Dep type fix
This commit is contained in:
parent
b158a15754
commit
12db37906b
@ -16,6 +16,7 @@ class PyFenicsDolfinx(PythonPackage):
|
||||
maintainers("chrisrichardson", "garth-wells", "nate-sime", "jhale")
|
||||
|
||||
version("main", branch="main")
|
||||
version("0.7.2", sha256="7d9ce1338ce66580593b376327f23ac464a4ce89ef63c105efc1a38e5eae5c0b")
|
||||
version("0.6.0", sha256="eb8ac2bb2f032b0d393977993e1ab6b4101a84d54023a67206e3eac1a8d79b80")
|
||||
version("0.5.1", sha256="a570e3f6ed8e7c570e7e61d0e6fd44fa9dad2c5f8f1f48a6dc9ad22bacfbc973")
|
||||
version("0.5.0", sha256="503c70c01a44d1ffe48e052ca987693a49f8d201877652cabbe2a44eb3b7c040")
|
||||
@ -30,22 +31,27 @@ class PyFenicsDolfinx(PythonPackage):
|
||||
depends_on("python@3.7:3.10", when="@0.4", type=("build", "run"))
|
||||
|
||||
depends_on("fenics-dolfinx@main", when="@main")
|
||||
depends_on("fenics-dolfinx@0.7.2", when="@0.7.2")
|
||||
depends_on("fenics-dolfinx@0.6.0", when="@0.6.0")
|
||||
depends_on("fenics-dolfinx@0.5.1", when="@0.5.1")
|
||||
depends_on("fenics-dolfinx@0.5.0", when="@0.5.0")
|
||||
depends_on("fenics-dolfinx@0.4.1", when="@0.4.1")
|
||||
|
||||
depends_on("py-fenics-basix@main", type=("build", "run"), when="@main")
|
||||
depends_on("fenics-basix@main", type=("build", "link"), when="@main")
|
||||
depends_on("fenics-basix@0.7", type=("build", "link"), when="@0.7")
|
||||
depends_on("fenics-basix@0.6.0:0.6", type=("build", "link"), when="@0.6.0:0.6")
|
||||
depends_on("fenics-basix@0.5.1:0.5", type=("build", "link"), when="@0.5.0:0.5")
|
||||
depends_on("fenics-basix@0.4.2", type=("build", "link"), when="@0.4.1")
|
||||
|
||||
depends_on("py-fenics-ffcx@main", type=("build", "run"), when="@main")
|
||||
depends_on("py-fenics-ffcx@0.7", type=("build", "run"), when="@0.7")
|
||||
depends_on("py-fenics-ffcx@0.6", type=("build", "run"), when="@0.6")
|
||||
depends_on("py-fenics-ffcx@0.5.0.post0", type=("build", "run"), when="@0.5.0:0.5")
|
||||
depends_on("py-fenics-ffcx@0.4.2", type=("build", "run"), when="@0.4.1")
|
||||
|
||||
depends_on("py-fenics-ufl@main", type=("build", "run"), when="@main")
|
||||
depends_on("py-fenics-ufl@2023.2", type=("build", "run"), when="@0.7")
|
||||
depends_on("py-fenics-ufl@2023.1", type=("build", "run"), when="@0.6")
|
||||
depends_on("py-fenics-ufl@2022.2.0", type=("build", "run"), when="@0.5.0:0.5")
|
||||
depends_on("py-fenics-ufl@2022.1.0", type=("build", "run"), when="@0.4.1")
|
||||
@ -53,11 +59,13 @@ class PyFenicsDolfinx(PythonPackage):
|
||||
depends_on("py-numpy@1.21:", type=("build", "run"))
|
||||
depends_on("py-mpi4py", type=("build", "run"))
|
||||
depends_on("py-petsc4py", type=("build", "run"))
|
||||
depends_on("py-pybind11@2.7.0:", type=("build", "run"))
|
||||
depends_on("xtensor@0.23.10:", type="build", when="@:0.5")
|
||||
|
||||
depends_on("py-setuptools@42:", type="build")
|
||||
|
||||
depends_on("py-cffi", type=("build", "run"))
|
||||
|
||||
depends_on("py-nanobind@1.8:", when="@0.8:", type="build")
|
||||
depends_on("py-scikit-build-core+pyproject@0.5:", when="@0.8:", type="build")
|
||||
|
||||
depends_on("py-pybind11@2.7.0:", when="@:0.7", type=("build", "run"))
|
||||
depends_on("py-setuptools@42:", when="@:0.7", type="build")
|
||||
depends_on("xtensor@0.23.10:", type="build", when="@:0.5")
|
||||
|
||||
build_directory = "python"
|
||||
|
Loading…
Reference in New Issue
Block a user