Skip to content

Commit ccd8070

Browse files
committed
Building with nix
1 parent 16f8a24 commit ccd8070

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shell.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ with (import <nixpkgs> {});
22
mkShell {
33
buildInputs = [
44
# Base
5+
curl
6+
wget
57
git
68
openssh
79
cmake
@@ -14,8 +16,10 @@ mkShell {
1416
openblas
1517
suitesparse
1618
hdf5
19+
hdf5-fortran
1720
netcdf
1821
netcdffortran
22+
fftw
1923

2024
# Interactive
2125
coreutils

0 commit comments

Comments
 (0)