summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2023-04-06 14:05:03 +0300
committerAnton Kudelin2023-04-06 14:05:03 +0300
commit01a59fa589e9ed4c0b361c035f32914efe3fe5f2 (patch)
treec21684f482d38eb6ccb0be1494c5917981bc90cd
parent165e9137ad20daed1579d7ce135c59d4555eb9a8 (diff)
downloadaur-01a59fa589e9ed4c0b361c035f32914efe3fe5f2.tar.gz
added aarch64
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71225a8eef3c..5c5e6813a19f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = libvdwxc
pkgdesc = A library for vdW-DF exchange-correlation functionals
pkgver = 0.4.0
- pkgrel = 2
- url = https://libvdwxc.org/
+ pkgrel = 3
+ url = https://libvdwxc.org
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = gcc-fortran
depends = fftw
@@ -11,4 +12,3 @@ pkgbase = libvdwxc
sha256sums = 5fcd37253489931b94ce865bb4e6942250665e269057a50bd532c8697ac19dc7
pkgname = libvdwxc
-
diff --git a/PKGBUILD b/PKGBUILD
index 0496e0001d02..6bfd44b6a9f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Anton Kudelin <kudelin at protonmail dot com>
+# Maintainer: Anton Kudelin <kudelin at proton dot me>
pkgname=libvdwxc
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="A library for vdW-DF exchange-correlation functionals"
-arch=("x86_64")
-url="https://libvdwxc.org/"
+arch=("x86_64" "aarch64")
+url="https://libvdwxc.org"
license=('GPL')
depends=('fftw')
makedepends=('gcc-fortran')
@@ -20,9 +20,9 @@ prepare() {
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure \
- --prefix=/usr \
- --with-fftw3 \
- --with-mpi
+ --prefix=/usr \
+ --with-fftw3 \
+ --with-mpi
make
}