mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/opencascade to 7.7.2-3
This commit is contained in:
parent
118019fe6d
commit
4f4dbc1fd4
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = opencascade
|
||||
pkgdesc = SDK intended for development of applications dealing with 3D CAD data
|
||||
pkgver = 7.7.2
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
epoch = 1
|
||||
url = https://www.opencascade.org
|
||||
arch = x86_64
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
pkgname=opencascade
|
||||
pkgver=7.7.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=1
|
||||
pkgdesc='SDK intended for development of applications dealing with 3D CAD data'
|
||||
arch=('x86_64')
|
||||
|
@ -72,6 +72,8 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
# TODO: Maybe remove VTK support as VTK now also depends on opencascade which
|
||||
# gives us a circular dependency.
|
||||
cmake \
|
||||
-B build \
|
||||
-S "$pkgname" \
|
||||
|
|
Loading…
Reference in a new issue