summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwoho2019-07-26 14:58:35 +0200
committerwoho2019-07-26 14:58:35 +0200
commitd6363558c13076d5042f32aa9c2d4e6ce6abc0b2 (patch)
tree410f33d21e81d3584c9c30d6aee7cb96d6663dee
parent9aa7cd45f1b87a21b710c20bb16f7e39f4402d03 (diff)
downloadaur-d6363558c13076d5042f32aa9c2d4e6ce6abc0b2.tar.gz
Update to 6.4.1 and add some dependencies
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 13 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fbd31a916ff..613472a4da46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,21 @@
pkgbase = quantum-espresso
pkgdesc = Computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.
- pkgver = 6.4
+ pkgver = 6.4.1
pkgrel = 1
url = http://www.quantum-espresso.org
arch = x86_64
license = GPL
- makedepends = gcc-fortran
+ depends = gcc-fortran
+ depends = zlib
+ depends = openmpi
+ depends = lapack
+ depends = numactl
+ depends = blas
+ depends = fftw
noextract = fox.tgz
- source = https://gitlab.com/QEF/q-e/-/archive/qe-6.4/q-e-qe-6.4.tar.gz
+ source = https://gitlab.com/QEF/q-e/-/archive/qe-6.4.1/q-e-qe-6.4.1.tar.gz
source = https://gitlab.com/QEF/q-e/uploads/edd91febdd3916ce1d527ea00f0a05f0/fox.tgz
- md5sums = 033fd5276607e15491ebdaab65581e87
+ md5sums = bb6a1936e05d3afeea8ce494c797a229
md5sums = 3e4765d44ad77f65ed70c9c2992c0b84
pkgname = quantum-espresso
diff --git a/PKGBUILD b/PKGBUILD
index f901785dd3eb..33c9cef50e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,30 +1,17 @@
pkgname=quantum-espresso
-pkgver=6.4
+pkgver=6.4.1
pkgrel=1
-epoch=
pkgdesc="Computer codes for electronic-structure calculations and materials modeling
at the nanoscale. It is based on density-functional theory, plane waves, and
pseudopotentials."
arch=("x86_64")
url="http://www.quantum-espresso.org"
license=('GPL')
-groups=()
-depends=()
-makedepends=('gcc-fortran')
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
+depends=(gcc-fortran zlib openmpi lapack numactl blas fftw)
source=("https://gitlab.com/QEF/q-e/-/archive/qe-$pkgver/q-e-qe-$pkgver.tar.gz"
"https://gitlab.com/QEF/q-e/uploads/edd91febdd3916ce1d527ea00f0a05f0/fox.tgz")
noextract=("fox.tgz")
-md5sums=('033fd5276607e15491ebdaab65581e87' '3e4765d44ad77f65ed70c9c2992c0b84')
-validpgpkeys=()
+md5sums=('bb6a1936e05d3afeea8ce494c797a229' '3e4765d44ad77f65ed70c9c2992c0b84')
build() {
cd "$srcdir/q-e-qe-$pkgver"