Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/ci-test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"py-scifem": {
"versions": [
"main",
"0.21.0",
"0.20.0"
],
"specs": [
Expand All @@ -67,6 +68,7 @@
"py-fenicsx-beat": {
"versions": [
"main",
"0.4.0",
"0.3.0"
],
"specs": [
Expand All @@ -77,6 +79,7 @@
"py-gotranx": {
"versions": [
"main",
"1.8.0",
"1.6.1"
],
"specs": [
Expand All @@ -96,6 +99,7 @@
"py-cardiac-geometriesx": {
"versions": [
"main",
"0.15.0",
"0.14.0"
],
"specs": [
Expand Down Expand Up @@ -133,4 +137,4 @@
],
"import_name": "ldrb"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class DolfinxMpc(CMakePackage):
version("0.9.3", sha256="efa312cc498e428aab44acccc9bb0c74c200eda005742de7778c8e68fa84e8df")
version("0.8.1", sha256="e0254b4a1c9c1456583c1415821946b11b0b2e48dbfee6558da2bbedfe78b461")
version("0.10.5", sha256="7896d11a6b8bd2a16de59f0ef2b5466d5361e1b2733403faaabc1d8c176fd50a")
version("0.11.0", sha256="a9283dc0bfcfe6567258ef9f6c7ed7f403f3ec99a916152e6467cd1fb6998693")

# HDF5 dependency requires C in CMake
depends_on("c", type="build")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class PyAdios4dolfinx(PythonPackage):
version(
"0.10.0.post0", sha256="6a937ea4c622c63a00a0c6993fc89c93b13f25a5a2c0492776fec47ce3cee9d2"
)
version("0.11.0", sha256="9f00020ecebf0b24a60007319303e5cc4c204fd075c165862a715c31317ce9b2")

depends_on("py-packaging", type="run")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class PyAnnotatedDoc(PythonPackage):
license("MIT", checked_by="finsberg")

version("0.0.4", sha256="fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4")
version("0.0.5", sha256="c7e58ce09192557605d8bbd92836d7e1d520ac9580096042c0bfd197efacf1bb")

depends_on("python@3.8:", type=("build", "run"))
depends_on("py-pdm-backend", type="build")
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class PyCardiacGeometriesCore(PythonPackage):
version("main", branch="main")
version("1.2.2", sha256="bb7a003474d2f2013dcb2190ca1d30527f1e7aee3626114083f0656dc3830b9d")
version("1.4.0", sha256="69b49e27c91e87e3c2b548a6a7a395cce7fe6091e7baec57f97a73f93cdc1178")
version("1.5.0", sha256="330b26a6285b8e00739dcf52d9fac57480a8dbd3d120018c3f8f59666bb5de0d")

# Python version and Build backend
depends_on("python@3.8:", type=("build", "run"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class PyCardiacGeometriesx(PythonPackage):
version("main", branch="main")
version("0.12.0", sha256="93698a5d0d8ac7751c458dde963116a9c050c6d534b45cd034aa13dd668cc904")
version("0.14.0", sha256="894dbfd847a6f528fbf967c085720a930c5f7b879adf84339f96c7880632e88b")
version("0.15.0", sha256="ee80d6708329ff76a3f4fa422e3a6ecc4c1c6c81920b20a9fdf154c0ca87d7dd")

# Python version and Build backend
depends_on("python@3.10:", type=("build", "run"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class PyDolfinxMpc(PythonPackage):
version("0.9.3", sha256="efa312cc498e428aab44acccc9bb0c74c200eda005742de7778c8e68fa84e8df")
version("0.8.1", sha256="e0254b4a1c9c1456583c1415821946b11b0b2e48dbfee6558da2bbedfe78b461")
version("0.10.5", sha256="7896d11a6b8bd2a16de59f0ef2b5466d5361e1b2733403faaabc1d8c176fd50a")
version("0.11.0", sha256="a9283dc0bfcfe6567258ef9f6c7ed7f403f3ec99a916152e6467cd1fb6998693")

variant("numba", default=False, description="numba support")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class PyFenicsxBeat(PythonPackage):
version("main", branch="main")
version("0.2.4", sha256="ddba1ee2a4ded52a846b1ee11b1bd6e7d97522608dd6206436ae0fd58b12b17b")
version("0.3.0", sha256="4dd8fefa122f86705945a6e2e5969dbf2a0fe987072b2a27f1298547717222a6")
version("0.4.0", sha256="08948d7f536717e613e1add52387ff96deeb5fbb946e80683fa248db6a054d93")

variant(
"cardiac-geometries", default=True, description="Add cardiac geometries as a dependency"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class PyFestim(PythonPackage):
version(
"2.0-alpha.8", sha256="b12144204e6d1d887a9c0cfadafbfaa87aa6b16fc09f0884df72fe6d0d56dc38"
)
version("2.2-rc.1", sha256="daa4210b47502a9f5bcc53c9a470c91d8d44e47ac67fe43da8e6b11ae23f3336")

depends_on("python@3.10:", type=("build", "run"))
depends_on("py-setuptools@42:", type="build")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class PyGotranx(PythonPackage):
version("main", branch="main")
version("1.5.1", sha256="5386876d6cd6f4465a8288a27a7fd44a98116e5b7887173578873371a6a4d3a6")
version("1.6.1", sha256="43602fb6782b33774a119d35545a99ad27cf9a76fbe919844a1f42b5e20cc1e8")
version("1.8.0", sha256="05c4f724a12119cda89eb69d82ebb8f3ed3935e9e1bdc2bf408a75adfda11b1d")

# Python version and Build backend
depends_on("python@3.9:", type=("build", "run"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class PyScifem(PythonPackage):
version("0.5.0", sha256="1e5978ab97889c2d6bad80e375c9db1b050bfb68c197eada17928e6908f15372")
version("0.4.0", sha256="c4494008c974c3303de7d28d40e038478c4fc1c7c24b7117305bd552a2a1c5a4")
version("0.20.0", sha256="6667062145621523c2d5f0e95c50b8e4f7f3cb8d13a21a288405507211283f5d")
version("0.21.0", sha256="a9761f09dc1565a49f7fdebad0a2e85b4b7ceaf08fe05f59e00c530245f0748b")

variant("adios2", default=False, description="ADIOS2 support")
variant("petsc", default=False, description="PETSc support")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class PyTyper(PythonPackage):

version("0.24.1", sha256="e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45")
version("0.26.7", sha256="e314a34c617e419c091b2830dda3ea1f257134ff593061a8f5b9717ab8dddb3a")
version("0.27.0", sha256="629bd12ea5d13a17148125d9a264f949eb171fb3f120f9b04d85873cab054fa5")

depends_on("python@3.10:", type=("build", "run"))
depends_on("py-pdm-backend", type="build")
Expand Down
Loading