summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2018-10-02 13:43:40 -0400
committerJia Li2018-10-02 13:43:40 -0400
commitb19f0aa1a8ed2ca045eb93c806d8c110b0ca2ba1 (patch)
tree066d0cd5893232ad3bd19d10f547d1b3cbb1d85e
parent470a86b493e685a7a0e25974304dceb074d20e33 (diff)
downloadaur-alpscore-openmpi.tar.gz
Update to 2.2.0.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a68735f899cd..411d37718f22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alpscore-openmpi
pkgdesc = ALPS Core libraries for numerical simulations of condensed matter systems.
- pkgver = 2.1.1
+ pkgver = 2.2.0
pkgrel = 1
url = http://alpscore.org
arch = i686
@@ -9,14 +9,15 @@ pkgbase = alpscore-openmpi
depends = cmake
depends = boost
depends = hdf5
+ depends = eigen
depends = openmpi
- provides = alpscore=2.1.1
+ provides = alpscore=2.2.0
conflicts = alpscore-git
conflicts = alpscore
conflicts = alpscore-openmpi-git
conflicts = alps
- source = https://github.com/ALPSCore/ALPSCore/archive/v2.1.1.tar.gz
- md5sums = a2a8d8c4c31f0528fafe9d24426a1064
+ source = https://github.com/ALPSCore/ALPSCore/archive/v2.2.0.tar.gz
+ sha256sums = f7bc9c8f806fb0ad4d38cb6604a10d56ab159ca63aed6530c1f84ecaf40adc61
pkgname = alpscore-openmpi
diff --git a/PKGBUILD b/PKGBUILD
index de10e2761c27..29da14f2fb35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore-openmpi
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="ALPS Core libraries for numerical simulations of condensed matter systems."
arch=(i686 x86_64)
url="http://alpscore.org"
license=('GPL2')
-depends=('cmake' 'boost' 'hdf5' 'openmpi')
+depends=('cmake' 'boost' 'hdf5' 'eigen' 'openmpi')
provides=("alpscore=$pkgver")
conflicts=(alpscore-git alpscore alpscore-openmpi-git alps)
source=("https://github.com/ALPSCore/ALPSCore/archive/v$pkgver.tar.gz")
-md5sums=('a2a8d8c4c31f0528fafe9d24426a1064')
+sha256sums=('f7bc9c8f806fb0ad4d38cb6604a10d56ab159ca63aed6530c1f84ecaf40adc61')
build() {
cd "ALPSCore-$pkgver"