summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora.kudelin2020-10-20 19:13:59 +0300
committera.kudelin2020-10-20 19:13:59 +0300
commite195ff87c8acc4141f5b6fb0695501b4f61b5323 (patch)
treef73c17ae08e1a6bd90bbd9e5e4d3209caa19f7cd
parentce9ba57bf07692cf95933615ed1eb74d20498dd8 (diff)
downloadaur-e195ff87c8acc4141f5b6fb0695501b4f61b5323.tar.gz
Updated to 7.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b102334a65e4..3d056bb72c02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwchem
pkgdesc = Ab initio computational chemistry software package
- pkgver = 7.0.0
- pkgrel = 3
+ pkgver = 7.0.2
+ pkgrel = 1
url = https://nwchemgit.github.io
install = nwchem.install
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = nwchem
depends = python
depends = scalapack
depends = libxcrypt
- source = nwchem-7.0.0.tar.gz::https://github.com/nwchemgit/nwchem/archive/v7.0.0-release.tar.gz
+ source = nwchem-7.0.2.tar.gz::https://github.com/nwchemgit/nwchem/archive/v7.0.2-release.tar.gz
source = config.sh
source = nwchemrc
- sha256sums = dc03194513a6d2deecde6e80135b68419dca35483c9ecb45e35c5a028e27b15f
+ sha256sums = d63cf8c6e9df591ae8b542175999c16219757cc75fb6a528c06e7590a7f63271
sha256sums = 2e67032fd6175df26b9cfe543cea96befe90f6315846b6e92e231fdaf461f667
sha256sums = d63fdfc44a8f44419748e029d031c91716635ac4f062cd835014cde04677b90f
diff --git a/PKGBUILD b/PKGBUILD
index 7039893efd18..b3a4c7e58b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Anton Kudelin <kudelin at protonmail dot com>
+# Maintainer: Anton Kudelin <kudelin at protonmail dot com>
# Contributor: Scott Tincman <sctincman at gmail dot com>
pkgname=nwchem
-pkgver=7.0.0
-pkgrel=3
+pkgver=7.0.2
+pkgrel=1
pkgdesc="Ab initio computational chemistry software package"
arch=('x86_64')
url="https://nwchemgit.github.io"
@@ -14,7 +14,7 @@ install=nwchem.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwchemgit/nwchem/archive/v$pkgver-release.tar.gz"
"config.sh"
"nwchemrc")
-sha256sums=('dc03194513a6d2deecde6e80135b68419dca35483c9ecb45e35c5a028e27b15f'
+sha256sums=('d63cf8c6e9df591ae8b542175999c16219757cc75fb6a528c06e7590a7f63271'
'2e67032fd6175df26b9cfe543cea96befe90f6315846b6e92e231fdaf461f667'
'd63fdfc44a8f44419748e029d031c91716635ac4f062cd835014cde04677b90f')
@@ -43,8 +43,7 @@ build() {
check() {
cd "$srcdir/$pkgname-$pkgver-release/QA"
- _corenumber=$( grep -c ^processor /proc/cpuinfo )
- bash doqmtests.mpi 4 fast
+ bash doafewqmtests.mpi 4
}
package() {