alembic: update to 1.8.4.

This commit is contained in:
André Cerqueira 2023-01-15 15:43:52 +00:00 committed by classabbyamp
parent 1909c486a4
commit 0e3053ea23

View file

@ -1,6 +1,6 @@
# Template file for 'alembic'
pkgname=alembic
version=1.8.3
version=1.8.4
revision=1
build_style=cmake
hostmakedepends="pkg-config"
@ -9,18 +9,15 @@ short_desc="Open framework for storing and sharing scene data"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="BSD-3-Clause, MIT"
homepage="https://www.alembic.io"
changelog="https://raw.githubusercontent.com/alembic/alembic/master/NEWS.txt"
distfiles="https://github.com/alembic/alembic/archive/${version}.tar.gz"
checksum=b0bc74833bff118a869e81e6acb810a58797e77ef63143954b2f8e817c7f65cb
checksum=e0fe1e16e6ec9a699b5f016f9e0ed31a384a008cfd9184f31253e2e096b1afda
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="undefined reference to '__sync_bool_compare_and_swap_8'";;
esac
if [ -z "$CROSS_BUILD" ]; then
makedepends+=" hdf5-devel"
fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"