summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2021-07-17 09:40:53 +0300
committerAnton Kudelin2021-07-17 09:40:53 +0300
commitec9592ccce5e73b2784fba02aff41d027010176e (patch)
treecd6ebb3925ab94c3a822fd0961437d0b153162d2
parente9a0d98fa7c04ee68d1881e1a1762677d851a2a8 (diff)
downloadaur-ec9592ccce5e73b2784fba02aff41d027010176e.tar.gz
improvements
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5160b5312d79..d0a1f57c3611 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jdftx
pkgdesc = Software for joint density functional theory
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = http://jdftx.org
arch = x86_64
license = GPL
@@ -17,4 +17,3 @@ pkgbase = jdftx
sha256sums = 5f65a09235927fe18b547734d3de5f623561ddef795321df088e224a737ea817
pkgname = jdftx
-
diff --git a/PKGBUILD b/PKGBUILD
index 24d26eaa7340..760938fbae90 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jdftx
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Software for joint density functional theory"
arch=('x86_64')
url="http://jdftx.org"
@@ -36,10 +36,13 @@ build() {
-DEnableScaLAPACK=ON \
-DEnableHDF5=ON \
-DEnableLibXC=ON \
+ -DEnableMKL=OFF \
+ -DForceFFTW=ON \
-DCompileNative=ON \
-DLinkTimeOptimization=ON \
-DEnableCUDA=$ACC \
-DEnableCuSolver=$ACC \
+ -DCudaAwareMPI=$ACC \
-DCUDA_NVCC_FLAGS="-O3 -ccbin /opt/cuda/bin"
make
}