From dae88ba2bd59cfdd30844330c6038299175c235e Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Thu, 10 Mar 2022 21:59:18 +0100 Subject: [PATCH] Add autotools in shell.nix --- shell.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)