summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2019-04-04 15:43:08 -0400
committerJia Li2019-04-04 15:43:08 -0400
commita1c2eeb82e5474df1f20451f09f008806d042ba8 (patch)
tree99872897d28c90c826d14444c6d118dc329c9222
parenta01cf76ea3c08bd0788c13f25d5fc476dd186cc9 (diff)
downloadaur-a1c2eeb82e5474df1f20451f09f008806d042ba8.tar.gz
Remove potential MPI dependency
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3b0b2f2b500..c78595292650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DTesting=OFF \
-DDocumentation=OFF \
+ -DENABLE_MPI=OFF \
..
make
}