Merge pull request #80977 from r-ryantm/auto-update/quantum-espresso

quantum-espresso: 6.4.1 -> 6.5
This commit is contained in:
markuskowa 2020-03-03 11:09:30 +01:00 committed by GitHub
commit 4822d61252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "6.4.1"; version = "6.5";
pname = "quantum-espresso"; pname = "quantum-espresso";
src = fetchurl { src = fetchurl {
url = "https://gitlab.com/QEF/q-e/-/archive/qe-${version}/q-e-qe-${version}.tar.gz"; url = "https://gitlab.com/QEF/q-e/-/archive/qe-${version}/q-e-qe-${version}.tar.gz";
sha256 = "027skhp2zzx0f4mh6azqjljdimchak5cdn13v4x7aj5q2zvfkmxh"; sha256 = "00nnsq1vq579xsmkvwrgs6bdqdcbdlsmcp4yfynnvs40ca52m2r5";
}; };
passthru = { passthru = {
@ -35,7 +35,7 @@ configureFlags = if (mpi != null) then [ "LD=${mpi}/bin/mpif90" ] else [ "LD=${g
nanoscale. It is based on density-functional theory, plane waves, and nanoscale. It is based on density-functional theory, plane waves, and
pseudopotentials. pseudopotentials.
''; '';
homepage = https://www.quantum-espresso.org/; homepage = "https://www.quantum-espresso.org/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.costrouc ]; maintainers = [ maintainers.costrouc ];