Merge pull request #6611 from yopito/oce-0.18.1

oce: update to 0.18.1
This commit is contained in:
Enno Boland 2017-06-20 00:33:07 +02:00 committed by GitHub
commit d1d97c819c

View File

@ -1,7 +1,7 @@
# Template file for 'oce'
pkgname=oce
_majorver=0.18
version=${_majorver}
version=${_majorver}.1
revision=1
wrksrc="${pkgname}-OCE-${version}"
build_style=cmake
@ -13,17 +13,16 @@ maintainer="yopito <pierre.bourgin@free.fr>"
license="LGPL-2.1, OCCT"
homepage="https://github.com/tpaviot/oce"
distfiles="https://github.com/tpaviot/oce/archive/OCE-${version}.tar.gz"
checksum=226e45e77c16a4a6e127c71fefcd171410703960ae75c7ecc7eb68895446a993
checksum=1acf5da4bffa3592ca9f3535af9b927b79fcfeadcb81e9963e89aec192929a6c
case "${XBPS_TARGET_MACHINE}" in
arm*)
# error on linking with libTKMath.so or libTKMesh.so:
# 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*)
# Similar errors
broken=https://s3.amazonaws.com/archive.travis-ci.org/jobs/192456894/log.txt
broken="tbb required package is broken"
;;
esac