File: python_depends_nanobind.patch

package info (click to toggle)
scifem 0.14.0-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,396 kB
  • sloc: python: 4,208; cpp: 323; sh: 16; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: scifem/pyproject.toml
===================================================================
--- scifem.orig/pyproject.toml	2025-10-16 14:27:45.614600967 +0200
+++ scifem/pyproject.toml	2025-10-16 14:27:45.612360044 +0200
@@ -19,7 +19,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"