From dd91e4d642f13b1d449a9d5705dd91f67e1bd6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sun, 15 Jan 2023 15:43:52 +0000 Subject: [PATCH] alembic: update to 1.8.4. --- srcpkgs/alembic/template | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/srcpkgs/alembic/template b/srcpkgs/alembic/template index b03dd81bdbbd..cfdfc052dafd 100644 --- a/srcpkgs/alembic/template +++ b/srcpkgs/alembic/template @@ -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,25 +9,26 @@ short_desc="Open framework for storing and sharing scene data" maintainer="André Cerqueira " 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 [ -z "$CROSS_BUILD" ]; then +# makedepends+=" hdf5-devel" +# fi -if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then - makedepends+=" libatomic-devel" +# if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then +# makedepends+=" libatomic-devel" - post_patch() { - printf '\ntarget_link_libraries(Alembic PRIVATE atomic)\n' >> lib/Alembic/CMakeLists.txt - } -fi +# post_patch() { +# printf '\ntarget_link_libraries(Alembic PRIVATE atomic)\n' >> lib/Alembic/CMakeLists.txt +# } +# fi post_install() { vlicense LICENSE.txt