summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhirui Dai2024-03-31 03:27:14 -0700
committerZhirui Dai2024-03-31 03:27:14 -0700
commit0245162eba0608a797d9af93bbdac4c0203b7166 (patch)
tree8a57d32a9b7628287fc042cb04fcd999f0db1bff /PKGBUILD
parent1522f4db1de697d704acf0b8f27a19b953e35da6 (diff)
downloadaur-open3d.tar.gz
rebuild with default abi setting
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 663af9acf041..49294e4446cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=open3d
pkgname=( {,python-}open3d python-py3d )
pkgver=0.18.0
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="A Modern Library for 3D Data Processing"
arch=('x86_64')
@@ -58,8 +58,7 @@ function build() {
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER=/usr/bin/gcc-12 \
- -DCMAKE_CXX_COMPILER=/usr/bin/g++-12 \
- -DGLIBCXX_USE_CXX11_ABI=OFF
+ -DCMAKE_CXX_COMPILER=/usr/bin/g++-12
make -j$(nproc)
}