summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-08-25 20:03:26 +0300
committerViktor Drobot2020-08-25 20:03:26 +0300
commit13422489ac6a975b6848bfe9400477e6a5a0f73c (patch)
treee31e8e442ca21dfb8e19bc15ebb81e6844c8a2c2
parent686b060913877f06f0909dcd9d52cd7ee6cb04c3 (diff)
downloadaur-13422489ac6a975b6848bfe9400477e6a5a0f73c.tar.gz
Fix PLUMED search
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4f838f4c011..19cee1d1f574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cp2k
pkgdesc = A quantum chemistry and solid state physics software package
pkgver = 7.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.cp2k.org
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index e5b7ad7ea386..fe00dd6f138a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cp2k
pkgver=7.1.0
_dbcsrver=2.0.1
-pkgrel=3
+pkgrel=4
# NVIDIA GPU Generation: Kepler, Pascal, or Volta;
# please specify one closest to yours or leave unchanged
# if CUDA isn't supposed to be used
@@ -47,7 +47,7 @@ prepare() {
export _arch="basic"
export _corenumber=$( grep -c ^processor /proc/cpuinfo )
export _elpaver=$( ls /usr/include | grep elpa | sed 's/elpa_openmp-//g' )
- export _plumed=$( find /usr/lib -maxdepth 1 -type d -name "plumed*" | awk -F'/' '{print $4}' )
+ export _plumed=$( find /usr/lib -maxdepth 1 -type d -name "plumed-mpi" | awk -F'/' '{print $4}' )
# Enable additional features
if [ $( echo -n $( which nvcc) | tail -c 4 ) == nvcc ]