summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJia Li2016-07-13 16:34:08 -0400
committerJia Li2016-07-13 16:34:08 -0400
commit3e3e42da97a20dd3830d1ed10d31e6a707707a5d (patch)
tree18ecb4b78d303b5a6d15c3887961742e4a6d676e /PKGBUILD
parent862d124e618c85ccaae2de4d90eb2a77cdb20e63 (diff)
downloadaur-3e3e42da97a20dd3830d1ed10d31e6a707707a5d.tar.gz
Set to Release build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3b31b95a00f..a6f21b80cc13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore-git
-pkgver=0.5.4.r11.gf1ade94
+pkgver=0.5.4.r44.g6f37262
pkgrel=1
pkgdesc="ALPS Core libraries for numerical simulations of condensed matter systems."
arch=(i686 x86_64)
@@ -23,7 +23,7 @@ build() {
cd "$pkgname"
mkdir -p build
cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DDocumentation=OFF ..
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DDocumentation=OFF ..
make
}