Add .default.nix and .envrc
This commit is contained in:
19
.default.nix
Normal file
19
.default.nix
Normal file
@ -0,0 +1,19 @@
|
||||
with import <nixpkgs> {}; {
|
||||
autocmakeEnv = stdenv.mkDerivation {
|
||||
name = "Autocmake";
|
||||
buildInputs = [
|
||||
atlas
|
||||
ccache
|
||||
clang
|
||||
cmake
|
||||
doxygen
|
||||
gfortran
|
||||
liblapack
|
||||
openmpi
|
||||
python35Packages.pep8
|
||||
python35Packages.pytest
|
||||
python35Packages.pyyaml
|
||||
zlib
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user