datatatatata

This commit is contained in:
CDaut 2024-08-15 23:11:26 +02:00
parent 351e90b541
commit 096679b347
Signed by: clara
GPG key ID: 223391B52FAD4463
1458 changed files with 1038826 additions and 77 deletions

View file

@ -59,7 +59,7 @@
# general deps
imgui
# calculating fast fourier transforms
fftw
#fftw
# psa deps
cgal
boost
@ -67,7 +67,10 @@
# ffmpeg for plot animation
ffmpeg
#omp
llvmPackages.openmp
llvmPackages_13.openmp
mpi
# whatever spdlog is
spdlog
] ++ [
## Phython stuff for plotting
(python3.withPackages (ps: with ps; with python3Packages; [
@ -76,6 +79,7 @@
matplotlib
numpy
ipympl
scipy
]))
];
# TODO: include deps depending on XDG_SESSION_TYPE here (wayland vs X11)s