mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
alembic: update to 1.8.4.
This commit is contained in:
parent
1909c486a4
commit
0e3053ea23
1 changed files with 3 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue