mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 06:09:01 +01:00
upgpkg: 3.2.0-3: Don't seatch for unofficial coin-or cmake config
This commit is contained in:
parent
598cdc0ebe
commit
fef08bdaaa
1 changed files with 3 additions and 1 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
pkgbase=alice-vision
|
||||
pkgname=('alice-vision') # 'alice-vision-cuda'
|
||||
pkgver=3.2.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms"
|
||||
arch=('x86_64')
|
||||
url="https://alicevision.github.io/"
|
||||
|
|
@ -113,6 +113,8 @@ package_alice-vision() {
|
|||
|
||||
# Fix OpenImageIO linkage in client libraries
|
||||
sed -i 's/OpenImageIO::OpenImageIO/${OPENIMAGEIO_LIBRARIES}/g' "${pkgdir}"/usr/share/aliceVision/cmake/AliceVisionTargets.cmake
|
||||
# Don't search for unofficial coin-or cmake config
|
||||
sed -e '/CoinUtils/d' -e '/Clp/d' -e '/Osi/d' -i "$pkgdir"/usr/share/aliceVision/cmake/AliceVisionConfig.cmake
|
||||
|
||||
install -Dm755 COPYING.md "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING.md
|
||||
install -Dm755 LICENSE-MPL2.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-MPL2.md
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue