Add autotools in shell.nix
This commit is contained in:
parent
cdb2843a34
commit
dae88ba2bd
@ -27,9 +27,14 @@ pkgs.mkShell {
|
|||||||
|
|
||||||
openmpi
|
openmpi
|
||||||
|
|
||||||
gnumake
|
|
||||||
binutils
|
binutils
|
||||||
emacs
|
emacs
|
||||||
|
|
||||||
|
gnumake
|
||||||
|
libtool
|
||||||
|
autoconf
|
||||||
|
automake
|
||||||
|
pkg-config
|
||||||
]
|
]
|
||||||
++ compiler-configuration
|
++ compiler-configuration
|
||||||
++ (if with-mkl then mkl.buildInputs else openblas.buildInputs)
|
++ (if with-mkl then mkl.buildInputs else openblas.buildInputs)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user