mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
openexr: revbump for imath-3.1.7.
This commit is contained in:
parent
8f710e217f
commit
62d74fd7f5
1 changed files with 11 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openexr'
|
# Template file for 'openexr'
|
||||||
pkgname=openexr
|
pkgname=openexr
|
||||||
version=3.1.5
|
version=3.1.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,14 +11,19 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.openexr.com/"
|
homepage="https://www.openexr.com/"
|
||||||
changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr/main/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr/main/CHANGES.md"
|
||||||
distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz>openexr-${version}.tar.gz"
|
||||||
checksum=93925805c1fc4f8162b35f0ae109c4a75344e6decae5a240afdfce25f8a433ec
|
checksum=93925805c1fc4f8162b35f0ae109c4a75344e6decae5a240afdfce25f8a433ec
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
then
|
configure_args+=" -DBUILD_TESTING=ON"
|
||||||
make_check=no # Test Fails in i868
|
else
|
||||||
|
configure_args+=" -DBUILD_TESTING=OFF"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$XBPS_MACHINE" = "i686" ]; then
|
||||||
|
make_check=no # Test Fails in i686
|
||||||
# See upstream:
|
# See upstream:
|
||||||
# https://github.com/AcademySoftwareFoundation/openexr/issues/876
|
# https://github.com/AcademySoftwareFoundation/openexr/issues/1281
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue