mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
Merge pull request #7795 from yopito/oce.crossbuild
oce: unbreak crossbuild
This commit is contained in:
commit
2b9df68367
1 changed files with 1 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=oce
|
pkgname=oce
|
||||||
_majorver=0.18
|
_majorver=0.18
|
||||||
version=${_majorver}.2
|
version=${_majorver}.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-OCE-${version}"
|
wrksrc="${pkgname}-OCE-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DOCE_INSTALL_PREFIX=/usr -DOCE_WITH_FREEIMAGE=ON
|
configure_args="-DOCE_INSTALL_PREFIX=/usr -DOCE_WITH_FREEIMAGE=ON
|
||||||
|
@ -15,17 +15,6 @@ homepage="https://github.com/tpaviot/oce"
|
||||||
distfiles="https://github.com/tpaviot/oce/archive/OCE-${version}.tar.gz"
|
distfiles="https://github.com/tpaviot/oce/archive/OCE-${version}.tar.gz"
|
||||||
checksum=dc21ddea678a500ad87c773e9a502ed7a71768cf83d9af0bd4c43294186a7fef
|
checksum=dc21ddea678a500ad87c773e9a502ed7a71768cf83d9af0bd4c43294186a7fef
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
|
||||||
arm*)
|
|
||||||
# error on linking with libTKMath.so or libTKMesh.so and tbb:
|
|
||||||
# undefined reference to tbb::internal::allocate_root_proxy::allocate(unsigned int)
|
|
||||||
broken=https://travis-ci.org/voidlinux/void-packages/jobs/136426588
|
|
||||||
;;
|
|
||||||
aarch*)
|
|
||||||
broken="tbb required package is broken"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense OCCT_LGPL_EXCEPTION.txt
|
vlicense OCCT_LGPL_EXCEPTION.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue