Add autotools in shell.nix

This commit is contained in:
Alejandro Gallo 2022-03-10 21:59:18 +01:00
parent cdb2843a34
commit dae88ba2bd

View File

@ -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)