openmolcas: move gfortran to nativeBuildInputs
This commit is contained in:
parent
30974110e3
commit
eecadd3f3b
1 changed files with 8 additions and 2 deletions
|
@ -27,9 +27,15 @@ in stdenv.mkDerivation {
|
||||||
./openblasPath.patch
|
./openblasPath.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ perl cmake texlive.combined.scheme-minimal makeWrapper ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [
|
perl
|
||||||
gfortran
|
gfortran
|
||||||
|
cmake
|
||||||
|
texlive.combined.scheme-minimal
|
||||||
|
makeWrapper
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
openblas
|
openblas
|
||||||
hdf5-cpp
|
hdf5-cpp
|
||||||
python
|
python
|
||||||
|
|
Loading…
Reference in a new issue