summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ]