mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 06:09:01 +01:00
Last commit forgot to update cmake include files and so broke downstream builds. This fixes that
This commit is contained in:
parent
7d188ea046
commit
b707cfca2a
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = alice-vision
|
||||
pkgdesc = Photogrammetric Computer Vision Framework which provides 3D Reconstruction and Camera Tracking algorithms
|
||||
pkgver = 3.3.0
|
||||
pkgrel = 7
|
||||
pkgrel = 8
|
||||
url = https://alicevision.org/
|
||||
arch = x86_64
|
||||
license = MPL-2.0
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname='alice-vision'
|
||||
pkgver=3.3.0
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
options=('!debug') # debug package is kinda big -- needs investigation!
|
||||
pkgdesc="Photogrammetric Computer Vision Framework which provides 3D Reconstruction and Camera Tracking algorithms"
|
||||
arch=('x86_64')
|
||||
|
|
@ -71,6 +71,7 @@ prepare() {
|
|||
sed '/Boost::system/d' -i src/software/convert/CMakeLists.txt
|
||||
sed '/Boost::system/d' -i src/aliceVision/system/CMakeLists.txt
|
||||
sed '/Boost::system/d' -i src/aliceVision/sensorDB/CMakeLists.txt
|
||||
sed 's|serialization system thread|serialization thread|g' -i src/CMakeLists.txt
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue