diff --git a/shell.nix b/shell.nix index 3b4e070..3f5c456 100644 --- a/shell.nix +++ b/shell.nix @@ -27,9 +27,14 @@ pkgs.mkShell { openmpi - gnumake binutils emacs + + gnumake + libtool + autoconf + automake + pkg-config ] ++ compiler-configuration ++ (if with-mkl then mkl.buildInputs else openblas.buildInputs)