summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRuben Lukas Bekaert2023-12-19 15:00:57 +0100
committerRuben Lukas Bekaert2023-12-19 15:00:57 +0100
commit3f77c3678a7c2c52fd8278d2074b8545258b96a1 (patch)
tree063b61486f7ab6dfa3fda558d89b5401290dae88 /PKGBUILD
parentbdd3b9fa31dadc2107b570287fab11b164da82e3 (diff)
downloadaur-gplates.tar.gz
No standalone build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36efe44e4183..752bd00d9809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=(GPLv2)
arch=(any)
pkgver=2.4.0
-pkgrel=1
+pkgrel=2
# Some of these dependencies are not listed in the documentation, but are used anyways. These might be optional.
depends=(libgl glu glew python python-numpy boost qt5-base qt5-svg qt5-xmlpatterns gdal cgal proj qwt zlib graphviz gmp mpfr arrow)
@@ -32,9 +32,7 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}_${pkgver}_src"
- # Without -DGPLATES_INSTALL_STANDALONE=1, the architecture will be assumed to be i386
- # Let's hope they fix this for the next update
- cmake -DCMAKE_INSTALL_PREFIX="/usr/" -DCMAKE_BUILD_TYPE=Release -DGPLATES_INSTALL_STANDALONE=1 .
+ cmake -DCMAKE_INSTALL_PREFIX="/usr/" -DCMAKE_BUILD_TYPE=Release .
make
}