summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Neuhaus2020-11-02 15:11:09 +0100
committerFrank Neuhaus2020-11-02 15:11:09 +0100
commita02abb1dbbab95b18e1260506e3796be9fc0b8eb (patch)
tree8410c73b9ebf73f93c1d016b666d7b4a8a9aede7
parent816785d5bb20b6c7aeb41ae2aa2b892f8fcb1cc9 (diff)
downloadaur-a02abb1dbbab95b18e1260506e3796be9fc0b8eb.tar.gz
Disable benchmarks ad it can cause compilation to fail when the Google benchmark library is installed. Pkgrel is kept constant to avoid a rebuild for people not affected by the issue.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ee0f2aa7218..6e7d60c34d03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,8 @@ _cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
'-D EIGENSPARSE=ON'
'-D BUILD_SHARED_LIBS=ON'
'-D BUILD_TESTING=OFF'
- '-D BUILD_EXAMPLES=OFF')
+ '-D BUILD_EXAMPLES=OFF'
+ '-D BUILD_BENCHMARKS=OFF')
build() {
cd $srcdir/$pkgname-$pkgver