oce: update to 0.18.1

This commit is contained in:
yopito 2017-06-04 16:58:56 +02:00
parent 11c389a61e
commit bcaf35d5bc

View file

@ -1,7 +1,7 @@
# Template file for 'oce' # Template file for 'oce'
pkgname=oce pkgname=oce
_majorver=0.18 _majorver=0.18
version=${_majorver} version=${_majorver}.1
revision=1 revision=1
wrksrc="${pkgname}-OCE-${version}" wrksrc="${pkgname}-OCE-${version}"
build_style=cmake build_style=cmake
@ -13,17 +13,16 @@ maintainer="yopito <pierre.bourgin@free.fr>"
license="LGPL-2.1, OCCT" license="LGPL-2.1, OCCT"
homepage="https://github.com/tpaviot/oce" 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=226e45e77c16a4a6e127c71fefcd171410703960ae75c7ecc7eb68895446a993 checksum=1acf5da4bffa3592ca9f3535af9b927b79fcfeadcb81e9963e89aec192929a6c
case "${XBPS_TARGET_MACHINE}" in case "${XBPS_TARGET_MACHINE}" in
arm*) 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) # undefined reference to tbb::internal::allocate_root_proxy::allocate(unsigned int)
broken=https://travis-ci.org/voidlinux/void-packages/jobs/136426588 broken=https://travis-ci.org/voidlinux/void-packages/jobs/136426588
;; ;;
aarch*) aarch*)
# Similar errors broken="tbb required package is broken"
broken=https://s3.amazonaws.com/archive.travis-ci.org/jobs/192456894/log.txt
;; ;;
esac esac