summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2021-07-06 05:14:48 +0200
committerXyne2021-07-06 05:14:48 +0200
commit0831fbf91bf5b31e854e0e218f4cc92ad22509d8 (patch)
tree9d947f37ca5d0a5e812096a059791b5c3b775237
parent60d4fb6723835fcc4e053836a8833378450321d7 (diff)
downloadaur-0831fbf91bf5b31e854e0e218f4cc92ad22509d8.tar.gz
Updated to 9.4.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94ebd6b84ddc..6ca0f529b46f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = abinit
pkgdesc = Full-featured atomic-scale first-principles simulation software.
- pkgver = 9.2.1
+ pkgver = 9.4.2
pkgrel = 1
url = https://www.abinit.org/
arch = i686
@@ -15,8 +15,7 @@ pkgbase = abinit
depends = netcdf-fortran
depends = hdf5
depends = libxc
- source = https://www.abinit.org/sites/default/files/packages/abinit-9.2.1.tar.gz
- sha512sums = 31405d3c29526ef4022b5299b94eb729ef0996717e391c865ec1e53dd9c45c688c4c70fbbdbb72c036665cbd153eff141b2eeb5b5bc455e0a24fac350e7cca5d
+ source = https://www.abinit.org/sites/default/files/packages/abinit-9.4.2.tar.gz
+ sha512sums = 35417e8bff9b0ff06471b994625e43b8d6e35bb32771a38b60c0f4f07946853e9e6a1189b36b548011a93d54008a4ebbdcabf318a654e46ee6e6e2664be7f4cb
pkgname = abinit
-
diff --git a/PKGBUILD b/PKGBUILD
index 00d02e2d76ac..b64d26765ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Xyne
pkgname=abinit
-pkgver=9.2.1
+pkgver=9.4.2
pkgrel=1
pkgdesc="Full-featured atomic-scale first-principles simulation software."
arch=('i686' 'x86_64')
@@ -20,13 +20,15 @@ build() {
../configure \
FC=gfortran-8 \
CC=cc-8 \
- --with-libxc='yes' \
- --with-hdf5='yes' \
- --with-netcdf='yes' \
- --with-netcdf-fortran='yes' \
+ --with-libxc \
+ --with-hdf5 \
+ --with-netcdf \
+ --with-netcdf-fortran \
+ --enable-openmp \
+ --without-mpi \
--prefix=/usr \
#--disable-all-plugins
- make -j $(($(nproc) + 1))
+ make
}
package() {
@@ -34,4 +36,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums=('31405d3c29526ef4022b5299b94eb729ef0996717e391c865ec1e53dd9c45c688c4c70fbbdbb72c036665cbd153eff141b2eeb5b5bc455e0a24fac350e7cca5d')
+sha512sums=('35417e8bff9b0ff06471b994625e43b8d6e35bb32771a38b60c0f4f07946853e9e6a1189b36b548011a93d54008a4ebbdcabf318a654e46ee6e6e2664be7f4cb')