datatatatata
This commit is contained in:
parent
351e90b541
commit
096679b347
1458 changed files with 1038826 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue