Merge pull request #115045 from lionello/patch-4

quantum-espresso: enable on darwin
This commit is contained in:
Sandro
2021-03-04 13:07:05 +01:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ configureFlags = if useMpi then [ "LD=${mpi}/bin/mpif90" ] else [ "LD=${gfortran
'';
homepage = "https://www.quantum-espresso.org/";
license = licenses.gpl2;
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = [ maintainers.costrouc ];
};
}