summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 535dbeceebf8..cd53b41f5ca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Dewar <a.dewar@sussex.ac.uk>
pkgname=brahms-git
pkgver=0.7.3+git32ca5f7
-pkgrel=1
+pkgrel=2
pkgdesc="The BRAHMS simulation execution engine"
arch=(i686 x86_64)
url="https://github.com/BRAHMS-SystemML/brahms"
@@ -23,7 +23,7 @@ prepare() {
rm -rf build
mkdir build
cd build
- cmake -DSTANDALONE_INSTALL=OFF -DCOMPILE_WITH_X11=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
+ cmake -DSTANDALONE_INSTALL=ON -DCOMPILE_WITH_X11=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
}
build() {