File: python_depends_nanobind.patch

package info (click to toggle)
scifem 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,336 kB
  • sloc: python: 3,442; cpp: 314; sh: 16; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: scifem/pyproject.toml
===================================================================
--- scifem.orig/pyproject.toml	2025-09-12 03:25:40.324353328 +0200
+++ scifem/pyproject.toml	2025-09-12 03:27:37.251742383 +0200
@@ -13,7 +13,7 @@
     { email = "dokken@simula.no", name = "Jørgen S. Dokken" },
     { email = "henriknf@simula.no", name = "Henrik N.T. Finsberg" },
 ]
-dependencies = ["fenics-dolfinx", "numpy", "packaging"]
+dependencies = ["fenics-dolfinx", "nanobind", "numpy", "packaging"]
 
 [project.urls]
 repository = "https://github.com/scientificcomputing/scifem.git"