extra/opencascade to 7.7.2-3

This commit is contained in:
Kevin Mihelich 2023-11-18 14:22:41 +00:00
parent 118019fe6d
commit 4f4dbc1fd4
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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" \