add py module

This commit is contained in:
2026-05-19 14:17:14 +02:00
parent 16334e4834
commit fc3ac96bf4
10 changed files with 114295 additions and 29 deletions
+11
View File
@@ -24,6 +24,8 @@
lib,
eigen,
gtest,
python313,
python313Packages,
withTests ? false,
}:
let
@@ -39,6 +41,8 @@
./include
./CMakeLists.txt
./tests
./src
./pysrc
];
};
@@ -48,6 +52,13 @@
cmake
ninja
eigen
(python313.withPackages (
ps: with ps; [
nanobind
matplotlib
numpy
]
))
];
};
in